Need help Modding

正在查看此主题的用户

Lunar Alien

Recruit
Before anything please know that English isn't my first language so i apologize if you have a hard time try to understand what i try to say
Anyway i been playing pop for a while and now i want to make my character more unique, so i been digging around and was able to make face mesh with my friend help but i then i have this problem of how to add that face mesh into the game, if i change the male 0 face mesh and texture then everyone would look the same so i wonder if there is anyway to add another option like when you pick female warband face or custom face in pop, all i find so far is this code line in menus.txt

menu_start_game_1 18374686479671628288 Select_your_character's_gender. none 1 2031 1 1441151880758558754 4
mno_start_male  0  Male.  3 1505 2 360287970189639680 0 2133 2 144115188075856152 0 2060 1 864691128455135240  .  mno_start_female  0  Female_(Warband_faces).  3 1505 2 360287970189639680 1 2133 2 144115188075856152 1 2060 1 864691128455135240  .  mno_start_female_2  0  Female_(Custom_faces).  3 1505 2 360287970189639680 2 2133 2 144115188075856152 2 2060 1 864691128455135240  .  mno_go_back  0  Go_back  1 2060 1 864691128455135232  .

which i try to mess around and the game wouldn't even finished loading =.=!

Also second problem want to ask is i try to add some new armor into pop, i give it to my character right at the start and it show up in character custom menu so i know it working even though the armor clipping very badly with the body i wonder is there anyway to make it so when you wear armor the body mesh isn't loading ? it a full body armor so don't have body isn't bad i think also even though the armor show up in custom character menu but if when i walk into tavern the game would crash right away if i walk into tavern naked nothing happen anyone have any idea why is that ?
Thank for reading
 
As for the first problem, I don't really know how I can help you. The second problem is probably something you did wrong. You may have forgotten to copy a file. Each item has a name, meshes and textures. You read all these things from items.txt. Let's say you want to copy the old Maltise armor to the new PoP. Looking for the name of the armor in the old PoP (Maltise Asp Armor) and copy the entire line to the new version. In the ruler you will find something like twillight _armor is the name mesh. You use open.brf and search for it. Then you copy it to your fashion. Textures are assigned to each mesh. You'll see their name next to mesh. You go to the texture folder and copy them to your mod. Then check if everything is ok. You open your mod.brf file (there are meshes). If everything ok the armor should appear ready armor. Remember when copying mesh and textures copy all related to the given object. (Bearing the same name twillight armor). All these activities apply to all mods and items. Maltise armor is just an example. I chose it because I knew the mesh names and textures.
 
后退
顶部 底部