Jump to content

Recommended Posts

Posted (edited)

Hey, i'm working on a gun mod, I would have the player be able to add attachments such as bi-pods and scopes to the gun. or suppressors. I'm wondering how i would add the suppressor/scope model onto the gun in the players hand when the player has it attached to the gun. 

Edited by Allskill
Posted

You'll likely need to store which attachments the gun has using NBT or capabilities.

 

There are several possible ways to handle the model:

  • Create a model for each possible state of the gun (e.g. no attachments, scope, bi-pod, scope and bi-pod, etc.) and register an ItemMeshDefinition to choose the appropriate one based on the current attachments.
  • Create the base gun model and a model for each attachment and combine them as submodels using Forge's blockstates format. You'll still need to register an ItemMeshDefinition to choose the appropriate variant of the blockstates file based on the current attachments.
  • Generate the models at runtime with an ICustomModelLoader, IModel and IBakedModel. Forge has several examples of this.
  • Like 1

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted (edited)

Thanks a lot ! :) I'm goign to try the2nd option as it seems more organised if i was to also add different skins to the guns :P 

Edited by Allskill

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.