Jump to content

How do I make an installer file???


Kriegz

Recommended Posts

it would look something like this:

@ECHO OFF

CLS

Echo ************************************************************************

Echo MVP Baseball 2004 - bigbully's Dodgers Photo Update

Echo ************************************************************************

Echo.

Echo This patch updates the portraits the Los Angeles Dodgers' Jayson Werth.

Echo.

Echo.

pause

copy datafrontendportrait.big datafrontendportrait.big.bac

gfxpak -p data/frontend/portrait.big 1494.fsh

ECHO Update applied!

pause

If you wanted to add more portraits, just add the fsh #'s behind the first one

Link to comment
Share on other sites

Tribe, maybe download a portrait update that includes a .bat installation file, right click, edit it to suit your portrait update (follow the same format) and then save it. And then maybe give thanks to that person in your readme for providing a .bat format to follow. I believe they are just written in Notepad.

Link to comment
Share on other sites

but like what do you make it out of???

Just use notepad. Then save it as a .bat file. The "dos language" should be pretty straight forward.

Echo = "print", etc.

you need gfxpak.exe along with the .bat file becuz the .bat file is just DOS commnds. To install let say, 0001 , 0002, and 0003.fsh you'd just go

gfxpak -p 0001.fsh 0002.fsh 0003.fsh

Hope this helps,

Cris

Link to comment
Share on other sites

Okay Cris I based it off of you intaller files and I think it works but can sombody give me their eMail to try it out just to make sure it works :)

You can backup your current portrait.big, then replace it with the default one (it's in CD2) and try it out.

But if you want, you can email me krazie_mu_boi@hotmail.com

however, I won't be back until 10 PMT, cya guys for now ;)

Link to comment
Share on other sites

Sent Again

Having received anything. Hmm....why don't you just try the method I said above?

Copy datafrontendportrait.big from CD2 into your Playing direcotory (make sure you back up your old one though) and then try yolur install file.

Link to comment
Share on other sites

It still won't work, this is what I have typed in:

@ECHO OFF

CLS

Echo TribeTime26 Tampa Bay Devil Rays Photoset v2.0

Echo.

Echo This will update your portrait.big file.

Echo

Echo.

pause

copy "C:Program FilesEA SPORTSMVP Baseball 2004datafrontendportrait.big."

gfxpak -p "C:Program FilesEA SPORTSMVP Baseball 2004datafrontendportrait.big

0003.fsh 0088.fsh 0195.fsh 0268.fsh 0276.fsh 0314.fsh 0519.fsh 0544.fsh 0551.fsh 0572.fsh 0585.fsh 0655.fsh 0776.fsh 0780.fsh 0887.fsh 1000.fsh 1056.fsh 1063.fsh 1116.fsh 1201.fsh 1202.fsh 1224.fsh 1288.fsh 1306.fsh 1369.fsh 1466.fsh 1472.fsh 1483.fsh 1504.fsh 1533.fsh 1614.fsh 1734.fsh 1955.fsh 2006.fsh 2016.fsh 2097.fsh 2333.fsh 2363.fsh 2465.fsh 2471.fsh 2502.fsh 2504.fsh 7200.fsh 7201.fsh 7202.fsh 7203.fsh 7206.fsh 7208.fsh 7210.fsh 7212.fsh 7214.fsh 7215.fsh 7218.fsh 7220.fsh 7222.fsh"

CLS

Echo Success! Your Devil Rays photos are now updated.

Echo Thank you for using my devil rays photoset

pause

:banghead:

Link to comment
Share on other sites

make you sure that the bat is extracted to the main MVP folder

(usually c:program fileea sportsmvp baseball 2004)

then change the command line in the bat file to read

gfxpak -p data/frontend/portrait.big

followed by your listing of fsh files.

you DONT need the copy command before the gfxpak command

should work (as a bonus you can add a command to the end of the bat file to del the fsh files)

del *.fsh

Good luck

Link to comment
Share on other sites

Still doesn't work! Here is what I have now

@ECHO OFF

CLS

Echo TribeTime26 Tampa Bay Devil Rays Photoset v2.0

Echo.

Echo This will update your portrait.big file.

Echo

Echo.

pause

"C:Program FilesEA SPORTSMVP Baseball 2004datafrontendportrait.big."

gfxpak -p "datafrontendportrait.big

0003.fsh 0088.fsh 0195.fsh 0268.fsh 0276.fsh 0314.fsh 0519.fsh 0544.fsh 0551.fsh 0572.fsh 0585.fsh 0655.fsh 0776.fsh 0780.fsh 0887.fsh 1000.fsh 1056.fsh 1063.fsh 1116.fsh 1201.fsh 1202.fsh 1224.fsh 1288.fsh 1306.fsh 1369.fsh 1466.fsh 1472.fsh 1483.fsh 1504.fsh 1533.fsh 1614.fsh 1734.fsh 1955.fsh 2006.fsh 2016.fsh 2097.fsh 2333.fsh 2363.fsh 2465.fsh 2471.fsh 2502.fsh 2504.fsh 7200.fsh 7201.fsh 7202.fsh 7203.fsh 7206.fsh 7208.fsh 7210.fsh 7212.fsh 7214.fsh 7215.fsh 7218.fsh 7220.fsh 7222.fsh"

CLS

Echo Success! Your Devil Rays photos are now updated.

Echo Thank you for using my devil rays photoset

pause

I'll add the delete command once i figure the rest out! :banghead:

Link to comment
Share on other sites

Still doesn't work! Here is what I have now

@ECHO OFF

CLS

Echo TribeTime26 Tampa Bay Devil Rays Photoset v2.0

Echo.

Echo This will update your portrait.big file.

Echo

Echo.

pause

"C:Program FilesEA SPORTSMVP Baseball 2004datafrontendportrait.big."

gfxpak -p "datafrontendportrait.big

0003.fsh 0088.fsh 0195.fsh 0268.fsh 0276.fsh 0314.fsh 0519.fsh 0544.fsh 0551.fsh 0572.fsh 0585.fsh 0655.fsh 0776.fsh 0780.fsh 0887.fsh 1000.fsh 1056.fsh 1063.fsh 1116.fsh 1201.fsh 1202.fsh 1224.fsh 1288.fsh 1306.fsh 1369.fsh 1466.fsh 1472.fsh 1483.fsh 1504.fsh 1533.fsh 1614.fsh 1734.fsh 1955.fsh 2006.fsh 2016.fsh 2097.fsh 2333.fsh 2363.fsh 2465.fsh 2471.fsh 2502.fsh 2504.fsh 7200.fsh 7201.fsh 7202.fsh 7203.fsh 7206.fsh 7208.fsh 7210.fsh 7212.fsh 7214.fsh 7215.fsh 7218.fsh 7220.fsh 7222.fsh"

CLS

Echo Success! Your Devil Rays photos are now updated.

Echo Thank you for using my devil rays photoset

pause

I'll add the delete command once i figure the rest out! :banghead:

TAKE THAT OUT OF THE BAT FILE !! and get rid of the " in the gfxpak line

make sure the files are all placed in the game directory

Link to comment
Share on other sites

I did what you said and it is all on the directory but it still isn't working :banghead:

@ECHO OFF

CLS

Echo TribeTime26 Tampa Bay Devil Rays Photoset v2.0

Echo.

Echo This will update your portrait.big file.

Echo

Echo.

pause

gfxpak -p datafrontendportrait.big

0003.fsh 0088.fsh 0195.fsh 0268.fsh 0276.fsh 0314.fsh 0519.fsh 0544.fsh 0551.fsh 0572.fsh 0585.fsh 0655.fsh 0776.fsh 0780.fsh 0887.fsh 1000.fsh 1056.fsh 1063.fsh 1116.fsh 1201.fsh 1202.fsh 1224.fsh 1288.fsh 1306.fsh 1369.fsh 1466.fsh 1472.fsh 1483.fsh 1504.fsh 1533.fsh 1614.fsh 1734.fsh 1955.fsh 2006.fsh 2016.fsh 2097.fsh 2333.fsh 2363.fsh 2465.fsh 2471.fsh 2502.fsh 2504.fsh 7200.fsh 7201.fsh 7202.fsh 7203.fsh 7206.fsh 7208.fsh 7210.fsh 7212.fsh 7214.fsh 7215.fsh 7218.fsh 7220.fsh 7222.fsh"

CLS

Echo Success! Your Devil Rays photos are now updated.

Echo Thank you for using my devil rays photoset

pause

:banghead: :banghead: :banghead:

Link to comment
Share on other sites

I did what you said and it is all on the directory but it still isn't working :banghead:

@ECHO OFF

CLS

Echo TribeTime26 Tampa Bay Devil Rays Photoset v2.0

Echo.

Echo This will update your portrait.big file.

Echo

Echo.

pause

gfxpak -p datafrontendportrait.big

0003.fsh 0088.fsh 0195.fsh 0268.fsh 0276.fsh 0314.fsh 0519.fsh 0544.fsh 0551.fsh 0572.fsh 0585.fsh 0655.fsh 0776.fsh 0780.fsh 0887.fsh 1000.fsh 1056.fsh 1063.fsh 1116.fsh 1201.fsh 1202.fsh 1224.fsh 1288.fsh 1306.fsh 1369.fsh 1466.fsh 1472.fsh 1483.fsh 1504.fsh 1533.fsh 1614.fsh 1734.fsh 1955.fsh 2006.fsh 2016.fsh 2097.fsh 2333.fsh 2363.fsh 2465.fsh 2471.fsh 2502.fsh 2504.fsh 7200.fsh 7201.fsh 7202.fsh 7203.fsh 7206.fsh 7208.fsh 7210.fsh 7212.fsh 7214.fsh 7215.fsh 7218.fsh 7220.fsh 7222.fsh"

CLS

Echo Success! Your Devil Rays photos are now updated.

Echo Thank you for using my devil rays photoset

pause

:banghead: :banghead: :banghead:

first , make sure you have all the "numbers" on the same line. Second take that quote out after 7222.fsh

Link to comment
Share on other sites

um,i know this isn't whats needed but you know,

all you would have to do is keep yourfsh files in any folder you want, open up create-a-team in the studio, select the folder, and click "INSTALL FSH PORTRAITS"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...