How to add a skin? #33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How do I add my new skin?
Read help volume number 8.
@Boot Where, I can't find it?
@Luantis Are you asking about using the
yl_speak_upmod itself? (and not about playing on YourLand server like Boot reads it)@whosit I meant how to change the skin Npc, I saw that on the server YourLand, They somehow changed the skin Npc, But if in this fashion it is impossible to change the skin, then how to change the skin in fashion Mobs Npc.
Luantis: That really depends. Where do you want to change the skin? On YL? Then the NPC skin needs to be added to the NPC there. AliasAlreadyTaken needs to accept it, I can add it, and then Alias has to update the mod on the server.
In your world or on another server? Then the skin needs to be added there. Usually that is done in the npc_talk mod - which also provides the NPC. Example:
What is this?
And when I wanted to open the NPC, I got an error
You have a 64x32 NPC skin and I have 64x64, but I need this skin for the video, if you suggest that I remove the leg and arm, then I don't know what to do.
Did you edit some code? That error looks weird...
@whosit Yes
@Sokomine ?
The skin needs to fit to the model you use. npc_talk adds diffrent NPC - from pure entities up to just adding npc_animal mobs - in order to show how it's done.
I'd suggest you add a new NPC type for a combination of model and texture that fits your needs. You can take a look at npc_talk as to how it's done (look at mobs_animal:sheep_red or so) and add them from your own mod. Just make sure your mod depends on yl_speak_up.