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

NLSC Forum

Discussion about NBA Live 2004.
Post a reply

Deleting FSHs from a VIV-file

Tue May 04, 2004 10:51 pm

How do i do this?
I'm a moron, please think of this if you reply :)
Oh, and id like to know how i delete vivs from the xplayer.viv too.

Wed May 05, 2004 7:19 am

first of all, you need eazip.exe
to delete a player from xplayer.viv (for ex. aaron mckie)
open notepad. Write these and save it as xxx.bat
Code:
eazip -d xplayer.viv aamckie.viv


to delete something from aamckie.viv (for ex. aamckie.fsh)
open notepad. Write these and save it as xxx.bat
Code:
eazip -d aamckie.viv aamckie.fsh


put eazip.exe, xxx.bat file and xxx.viv file to the same folder. Run xxx.bat

Wed May 05, 2004 10:33 am

Thanks, appreciate it.

But what if i want to delete several fsh's from the viv?
Do i have to create a new bat everytime, or could i just add extra lines?

Wed May 05, 2004 6:50 pm

Bolbronx wrote:Thanks, appreciate it.

But what if i want to delete several fsh's from the viv?
Do i have to create a new bat everytime, or could i just add extra lines?


just add new lines just like any other batch file. or you can do that manually in the dos command prompt if u dont wana make a file
Post a reply