if i remember right most mvp modders used gfxpack (or something like that) right? well it can also be used for live, though most use eazip which can be found in most patches that are released, or if you really cant find it for some reason i could always send it to you...
anyways eazips commands are simple. If you have the user place the chaway.fsh chaway_num.fsh chhome.fsh chhome_num.fsh in the main live directory, along with eazip and the batch you put the install commands in your install would look something like this
- Code: Select all
echo Kccitystar's Charlotte Bobcats Uniform Update.
echo.
echo Press any key to continue or ctrl+c to exit.
pause>nul
eazip -a render\xteam.viv chaway.fsh chaway_num.fsh chhome.fsh chhome_num.fsh
del render\xteam.viv.bak
echo Installation complete. Press any key to exit.
pause>nul
del chaway.fsh chaway_num.fsh chhome.fsh
del install.bat
the line "del render\xteam.viv.bak" is there because eazip always makes a backup of a .viv is edited....
other eazip commands include
eazip -d render\xteam.viv chaway.fsh (deletes chaway.fsh from xteam.viv)
eazip -e render\xteam.viv chaway.fsh (extracts chaway.fsh from xteam.viv)
eazip -n test.viv (creates a new .viv named test.viv)
there are others but those are the most frequently used..
anyways, i hope you find that somewhat usefull...