How to add a skin? #33

Open
opened 2025-03-08 14:59:30 +01:00 by Luantis · 12 comments

How do I add my new skin?

How do I add my new skin?
Collaborator

Read help volume number 8.

Read help volume number 8.
Author

@Boot Where, I can't find it?

@Boot Where, I can't find it?
Collaborator

@Luantis Are you asking about using the yl_speak_up mod itself? (and not about playing on YourLand server like Boot reads it)

@Luantis Are you asking about using the `yl_speak_up` mod itself? (and not about playing on YourLand server like Boot reads it)
Author

@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.

@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.
Owner

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:

yl_speak_up.mob_skins["mobs_npc:npc"] = {
                "mobs_npc.png", "mobs_npc2.png", "mobs_npc3.png", "mobs_npc4.png", "mobs_npc_baby.png"}
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: ``` yl_speak_up.mob_skins["mobs_npc:npc"] = { "mobs_npc.png", "mobs_npc2.png", "mobs_npc3.png", "mobs_npc4.png", "mobs_npc_baby.png"} ```
Author
Author

And when I wanted to open the NPC, I got an error

And when I wanted to open the NPC, I got an error
Author

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.

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.
Collaborator

Did you edit some code? That error looks weird...

Did you edit some code? That error looks weird...
Author

@whosit Yes

@whosit Yes
Author
@Sokomine ?
Owner

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sokomine/yl_speak_up#33
No description provided.