• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Magic Armor files?

Newbie Spellweaver
Joined
Aug 7, 2017
Messages
11
Reaction score
0
I'm trying to create a mod for the Green Santa Armor (fem), so when i equip the GSA it shows the Magic Armor, so, what files i should be working whit? all i know is the magic armor file name in the items/defense folder (itda126.bmp)...
 
Joined
Jul 24, 2006
Messages
884
Reaction score
581
Easiest way to track down the files.
Look for the corresponding texture file.
Then use notepad++ to do a search inside files.
Search filter *.smd for the name of the texture.
Will find the smd model file
Then do another notepad++ search inside files with filter *.inx or *.inf and put in the smd model file name with .ase instead of .smd
Then you've found all needed files, the textures, the model and the inx/inf file
 
Upvote 0
Newbie Spellweaver
Joined
Aug 7, 2017
Messages
11
Reaction score
0
Easiest way to track down the files.
Look for the corresponding texture file.
Then use notepad++ to do a search inside files.
Search filter *.smd for the name of the texture.
Will find the smd model file
Then do another notepad++ search inside files with filter *.inx or *.inf and put in the smd model file name with .ase instead of .smd
Then you've found all needed files, the textures, the model and the inx/inf file

Ty SunnyZ, always with the best info, by the time i finish my patch/HUD, you'll be the first to have it xD :cool:
 
Upvote 0
Back
Top