Mon Mar 10, 2003 10:03 am
Tue Mar 11, 2003 2:22 am
Tue Mar 11, 2003 4:19 pm
Wed Mar 12, 2003 12:02 am
Wed Mar 12, 2003 2:08 am
[/code]1. Download NFSHTOOL by Don Daily (Do I need to say that? )
2. Place it in the same folder with your jersey fsh file. We'll use wizards for example.
3. Make a .bat file and put these codes:
- Code:
NFSHTOOL -nba wahome.fsh
4. Run the .bat file.
5. Go to the jersey folder and open index.fsh with Notepad.
6. You'll see a bunch of codes.
7. Add these at the bottom before the #END code.
- Code:
bsho 0004-%d.BMP
MBP+2 60 x2 128 128 {0 0 0}
ETXT 70 bsho%00%00%00%00%00%00%00%00
TXT 6F 66 0
,MAX:DXT1|0,16|0,HIGH:DXT1|0,16|0,MED:DXT1|1,16|1,LOW:DXT1|2,16|2%00
!PAD 6 000000000000
8. You'll find this at the top. Replace 4 with 5.
- Code:
SHPI 4 objects,
9. Also the same with this one. Add a number 0 at the end. You would do these in every jersey. Every jersey has its own BUFSZ value. So don't get confused.
- Code:
BUFSZ 466816
10. Save it.
11. Open the shoe you want with nfshtool. You'll see 3 graphic files there. Rename them with the following:
- Code:
0004-2.bmp
0004-1.bmp
0004-0.bmp
12. Put it inside the jersey folder.
13. Last one, pack it using a .bat file again with these codes:
- Code:
NFSHTOOL -nba wahome\index.fsh
14. Finished!
Thu Mar 13, 2003 8:54 am