Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Sanic on May 18, 2015, 12:22:03 AM
-
Hello fellow Modders
So i wanted to start Bully Modding with doing simple skin changes to t-shirts and so on but whenever i change something the default texture is loaded everytime :'( .
I tried it with madmans img toolkit where i build a new world.img that didn´t work and also tried to do it with imgtool 2.0 extracting the textures and so on also didn´t work this is driving me nuts.
I also searched around the forum for an answer and found that you can do something with a texture folder and dont need to build a World.img every time but i didn´t find any tutorials how to do this would be nice if someone could explain this to me.
Thanks
-
I wrote a tutorial on texture modding here (http://bullymods.net/articles.php?article_id=4) which will probably help you.
You don't need to rebuild the World.img everytime either by the way, that'll probably just use up a lot of extra time. If you're using mad's tool kit you can just...
-open "World.img"
-delete "oldfile.nft"
-add "newfile.nft"
-close
-
I wrote a tutorial on texture modding here (http://bullymods.net/articles.php?article_id=4) which will probably help you.
You don't need to rebuild the World.img everytime either by the way, that'll probably just use up a lot of extra time. If you're using mad's tool kit you can just...
-open "World.img"
-delete "oldfile.nft"
-add "newfile.nft"
-close
Thanks DaBoss i already got it working following Nathan´s video tutorial but the commands could be very useful for speeding up the pogress i try this now
Thanks again for the reply :D