Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

Discussion about NBA Live 2003.
Post a reply

How to add custom shoe to a whole team

Mon Mar 10, 2003 10:03 am

Hey, is it possible to add a downloaded shoe to the whole team and not just a single player?

Someone please help me out, Thanks.

BC :lol:

Tue Mar 11, 2003 2:22 am

You can add it into the main shoe.fsh (i believe it is in xplrcmn)
then just based on whichever number shoe it is you can modify the teamgear.dbf to give the whole team that shoe

Tue Mar 11, 2003 4:19 pm

its there an easier way though, like you do when xplayer and copying the files in the folders?

Wed Mar 12, 2003 12:02 am

If you want to, you can create an xplayer folder for each player and drop the bsho file into each folder

Personally i thought that would be harder...but it will work just as well

Wed Mar 12, 2003 2:08 am

this is what MJ wrote on how to do that add the shoe to the jersey fsh file

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!
[/code]

Thu Mar 13, 2003 8:54 am

you can do that, or you can use Mitch´s Shoe Patch and add the shoes you like
Post a reply