Jump to content

Maybe with some help from KCcitystar...


RaptorQuiz

Recommended Posts

I was considering trying to help tackle the task of making a uniform pack (similar to KC's) that covers all the teams, but saving it in 1x resolution, as opposed to 2x. I know it wouldn't look as good, but it would be an option for people like me who want to enjoy all the aspects of the '06 mod, but continue to suffer from the stuttering problem.

The real issue here is, I can't imagine starting from scratch. So, if someone like KC doesn't want to be a part of the process and allow his work to be used as a base, then I'm pretty much gonna say "screw it" and use the originals that the game came with. I absoultely will NOT condone using someone else's work without their permission and blessing.

It's just that they are so dang pretty. lol. not to mention the catcher's gear. :wink:

Link to comment
Share on other sites

Cool I'll have it done in a couple days

I will replace the studder fix for 06 with it and give you the full install to do as you wish

Kraw, you are the man. KC, you too. That's awesome. I'm sad I won't end up being involved at all, but I am excited that my idea seems to be leading to an awesome development! I like KC's name for it as well...

... Kccitystars Total MLB Uniform Pack: Express 1x Edition! :D

Link to comment
Share on other sites

I'm just going to make a batch file that does all the work for me

One of these days you're gonna have to explain some of this crazy mojo you use.

I'm pretty sure I can follow, I majored in Comp Sci at Truman State and have been a self-proclaimed nerd since age 13. lol. I just REALLY don't understand how you could write a batch file to lower the resoultion on a zillion jerseys. I was thinking of working on some of them in PhotoShop as well - in case after lowering the resolution some particular bit REALLY looked like poop.

Link to comment
Share on other sites

One of these days you're gonna have to explain some of this crazy mojo you use.

I'm pretty sure I can follow, I majored in Comp Sci at Truman State and have been a self-proclaimed nerd since age 13. lol. I just REALLY don't understand how you could write a batch file to lower the resoultion on a zillion jerseys. I was thinking of working on some of them in PhotoShop as well - in case after lowering the resolution some particular bit REALLY looked like poop.

Maybe it decompresses the .fsh files, resize the images to 128x128 and then recompresses them?
Link to comment
Share on other sites

its kraw... his site says it all. "It's in the game. (If its not, give me more time)" kraw can do about anything with computers... and its freakin amazing... he have a degree in comp sci?

Link to comment
Share on other sites

I'm realizing that this now means the pine tar on helmets plus KC's mod will not work together, now that they are resized back. Mu ha ha ha. Ahem.

EDIT: meant NOW work together, not the word NOT.

Link to comment
Share on other sites

eazip -u %1


gfshmgr -q %1 -export


ren %~n1.fsh %~n1.bak


copy composite.exe .%~n1


copy mogrify.exe .%~n1


copy convert.exe .%~n1


copy fshimage.exe .%~n1


copy packing.exe .%~n1




cd %~n1


del *.ead


del *.dgm






for %%F in (*.dds) do packing "%%F"




del *.dds




mogrify -resize 64x64! aslv.tga


mogrify -resize 64x64! bglb.tga


mogrify -resize 64x64! bglt.tga


mogrify -resize 128x128! chst.tga


mogrify -resize 128x64! "hat .tga"


mogrify -resize 128x64! hlm1.tga


mogrify -resize 128x128! jerf.tga


mogrify -resize 128x128! jerk.tga


mogrify -resize 128x128! jers.tga


mogrify -resize 128x128! jert.tga


mogrify -resize 128x256! lega.tga


mogrify -resize 128x256! legb.tga


mogrify -resize 128x256! legc.tga


mogrify -resize 128x256! legd.tga


mogrify -resize 128x128! merf.tga


mogrify -resize 64x64! merk.tga


mogrify -resize 8x8! msk2.tga


mogrify -resize 64x128! mslv.tga


mogrify -resize 128x128! shn1.tga


mogrify -resize 128x64! shoe.tga


mogrify -resize 128x64! slvl.tga


mogrify -resize 128x64! slvr.tga


mogrify -resize 32x32! wrbn.tga








convert hhlm.tga  -channel Alpha -separate +channel -negate hhlm.bmp


mogrify -resize 128x128! hhlm.bmp


mogrify -resize 128x128! hhlm.tga


convert hhlm.tga -matte hhlm1.tga


del hhlm.tga


composite -compose CopyOpacity hhlm.bmp hhlm1.tga hhlm.tga


del hhlm1.tga


del hhlm.bmp




convert lace.tga  -channel Alpha -separate +channel -negate lace.bmp


mogrify -resize 32x32! lace.bmp


mogrify -resize 32x32! lace.tga


convert lace.tga -matte lace1.tga


del lace.tga


composite -compose CopyOpacity lace.bmp lace1.tga lace.tga


del lace1.tga


del lace.bmp




convert llod.tga  -channel Alpha -separate +channel -negate llod.bmp


mogrify -resize 128x128! llod.bmp


mogrify -resize 128x128! llod.tga


convert llod.tga -matte llod1.tga


del llod.tga


composite -compose CopyOpacity llod.bmp llod1.tga llod.tga


del llod1.tga


del llod.bmp




convert msk1.tga  -channel Alpha -separate +channel -negate msk1.bmp


mogrify -resize 128x128! msk1.bmp


mogrify -resize 128x128! msk1.tga


convert msk1.tga -matte msk11.tga


del msk1.tga


composite -compose CopyOpacity msk1.bmp msk11.tga msk1.tga


del msk11.tga


del msk1.bmp




convert msk3.tga  -channel Alpha -separate +channel -negate msk3.bmp


mogrify -resize 64x32! msk3.bmp


mogrify -resize 64x32! msk3.tga


convert msk3.tga -matte msk31.tga


del msk3.tga


composite -compose CopyOpacity msk3.bmp msk31.tga msk3.tga


del msk31.tga


del msk3.bmp 






fshimage.exe -dds --pixelFormat R5G6B5 aslv.tga aslv.dds


fshimage.exe -dds --pixelFormat R5G6B5 bglb.tga bglb.dds


fshimage.exe -dds --pixelFormat R5G6B5 bglt.tga bglt.dds


fshimage.exe -dds --pixelFormat R5G6B5 chst.tga chst.dds


fshimage.exe -dds --pixelFormat R5G6B5 "hat .tga"  "hat .dds" 


fshimage.exe -dds --pixelFormat R5G6B5 hlm1.tga hlm1.dds


fshimage.exe -dds --pixelFormat R5G6B5 jerf.tga jerf.dds


fshimage.exe -dds --pixelFormat R5G6B5 jerk.tga jerk.dds


fshimage.exe -dds --pixelFormat R5G6B5 jers.tga jers.dds


fshimage.exe -dds --pixelFormat R5G6B5 jert.tga jert.dds


fshimage.exe -dds --pixelFormat R5G6B5 lega.tga lega.dds


fshimage.exe -dds --pixelFormat R5G6B5 legb.tga legb.dds


fshimage.exe -dds --pixelFormat R5G6B5 legc.tga legc.dds


fshimage.exe -dds --pixelFormat R5G6B5 legd.tga legd.dds


fshimage.exe -dds --pixelFormat R5G6B5 merf.tga merf.dds


fshimage.exe -dds --pixelFormat R5G6B5 merk.tga merk.dds


fshimage.exe -dds --pixelFormat R5G6B5 msk2.tga msk2.dds


fshimage.exe -dds --pixelFormat R5G6B5 mslv.tga mslv.dds


fshimage.exe -dds --pixelFormat R5G6B5 shn1.tga shn1.dds


fshimage.exe -dds --pixelFormat R5G6B5 shoe.tga shoe.dds


fshimage.exe -dds --pixelFormat R5G6B5 slvl.tga slvl.dds


fshimage.exe -dds --pixelFormat R5G6B5 slvr.tga slvr.dds


fshimage.exe -dds --pixelFormat R5G6B5 wrbn.tga wrbn.dds




fshimage.exe -dds --pixelFormat A4R4G4B4 hhlm.tga hhlm.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 llod.tga llod.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 msk1.tga msk1.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 msk3.tga msk3.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 lace.tga lace.dds




del *.exe


del *.tga




cd ..


unrar e core.rar %~n1


gfshmgr -q %~n1 -import




cd %~n1


del *.dds


del *.eaD


del *.DGM


cd ..


rd %~n1

Link to comment
Share on other sites

eazip -u %1


gfshmgr -q %1 -export


ren %~n1.fsh %~n1.bak


copy composite.exe .%~n1


copy mogrify.exe .%~n1


copy convert.exe .%~n1


copy fshimage.exe .%~n1


copy packing.exe .%~n1




cd %~n1


del *.ead


del *.dgm






for %%F in (*.dds) do packing "%%F"




del *.dds




mogrify -resize 64x64! aslv.tga


mogrify -resize 64x64! bglb.tga


mogrify -resize 64x64! bglt.tga


mogrify -resize 128x128! chst.tga


mogrify -resize 128x64! "hat .tga"


mogrify -resize 128x64! hlm1.tga


mogrify -resize 128x128! jerf.tga


mogrify -resize 128x128! jerk.tga


mogrify -resize 128x128! jers.tga


mogrify -resize 128x128! jert.tga


mogrify -resize 128x256! lega.tga


mogrify -resize 128x256! legb.tga


mogrify -resize 128x256! legc.tga


mogrify -resize 128x256! legd.tga


mogrify -resize 128x128! merf.tga


mogrify -resize 64x64! merk.tga


mogrify -resize 8x8! msk2.tga


mogrify -resize 64x128! mslv.tga


mogrify -resize 128x128! shn1.tga


mogrify -resize 128x64! shoe.tga


mogrify -resize 128x64! slvl.tga


mogrify -resize 128x64! slvr.tga


mogrify -resize 32x32! wrbn.tga








convert hhlm.tga  -channel Alpha -separate +channel -negate hhlm.bmp


mogrify -resize 128x128! hhlm.bmp


mogrify -resize 128x128! hhlm.tga


convert hhlm.tga -matte hhlm1.tga


del hhlm.tga


composite -compose CopyOpacity hhlm.bmp hhlm1.tga hhlm.tga


del hhlm1.tga


del hhlm.bmp




convert lace.tga  -channel Alpha -separate +channel -negate lace.bmp


mogrify -resize 32x32! lace.bmp


mogrify -resize 32x32! lace.tga


convert lace.tga -matte lace1.tga


del lace.tga


composite -compose CopyOpacity lace.bmp lace1.tga lace.tga


del lace1.tga


del lace.bmp




convert llod.tga  -channel Alpha -separate +channel -negate llod.bmp


mogrify -resize 128x128! llod.bmp


mogrify -resize 128x128! llod.tga


convert llod.tga -matte llod1.tga


del llod.tga


composite -compose CopyOpacity llod.bmp llod1.tga llod.tga


del llod1.tga


del llod.bmp




convert msk1.tga  -channel Alpha -separate +channel -negate msk1.bmp


mogrify -resize 128x128! msk1.bmp


mogrify -resize 128x128! msk1.tga


convert msk1.tga -matte msk11.tga


del msk1.tga


composite -compose CopyOpacity msk1.bmp msk11.tga msk1.tga


del msk11.tga


del msk1.bmp




convert msk3.tga  -channel Alpha -separate +channel -negate msk3.bmp


mogrify -resize 64x32! msk3.bmp


mogrify -resize 64x32! msk3.tga


convert msk3.tga -matte msk31.tga


del msk3.tga


composite -compose CopyOpacity msk3.bmp msk31.tga msk3.tga


del msk31.tga


del msk3.bmp 






fshimage.exe -dds --pixelFormat R5G6B5 aslv.tga aslv.dds


fshimage.exe -dds --pixelFormat R5G6B5 bglb.tga bglb.dds


fshimage.exe -dds --pixelFormat R5G6B5 bglt.tga bglt.dds


fshimage.exe -dds --pixelFormat R5G6B5 chst.tga chst.dds


fshimage.exe -dds --pixelFormat R5G6B5 "hat .tga"  "hat .dds" 


fshimage.exe -dds --pixelFormat R5G6B5 hlm1.tga hlm1.dds


fshimage.exe -dds --pixelFormat R5G6B5 jerf.tga jerf.dds


fshimage.exe -dds --pixelFormat R5G6B5 jerk.tga jerk.dds


fshimage.exe -dds --pixelFormat R5G6B5 jers.tga jers.dds


fshimage.exe -dds --pixelFormat R5G6B5 jert.tga jert.dds


fshimage.exe -dds --pixelFormat R5G6B5 lega.tga lega.dds


fshimage.exe -dds --pixelFormat R5G6B5 legb.tga legb.dds


fshimage.exe -dds --pixelFormat R5G6B5 legc.tga legc.dds


fshimage.exe -dds --pixelFormat R5G6B5 legd.tga legd.dds


fshimage.exe -dds --pixelFormat R5G6B5 merf.tga merf.dds


fshimage.exe -dds --pixelFormat R5G6B5 merk.tga merk.dds


fshimage.exe -dds --pixelFormat R5G6B5 msk2.tga msk2.dds


fshimage.exe -dds --pixelFormat R5G6B5 mslv.tga mslv.dds


fshimage.exe -dds --pixelFormat R5G6B5 shn1.tga shn1.dds


fshimage.exe -dds --pixelFormat R5G6B5 shoe.tga shoe.dds


fshimage.exe -dds --pixelFormat R5G6B5 slvl.tga slvl.dds


fshimage.exe -dds --pixelFormat R5G6B5 slvr.tga slvr.dds


fshimage.exe -dds --pixelFormat R5G6B5 wrbn.tga wrbn.dds




fshimage.exe -dds --pixelFormat A4R4G4B4 hhlm.tga hhlm.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 llod.tga llod.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 msk1.tga msk1.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 msk3.tga msk3.dds


fshimage.exe -dds --pixelFormat A4R4G4B4 lace.tga lace.dds




del *.exe


del *.tga




cd ..


unrar e core.rar %~n1


gfshmgr -q %~n1 -import




cd %~n1


del *.dds


del *.eaD


del *.DGM


cd ..


rd %~n1

HEY it worked too

1st shot no tweeking

Link to comment
Share on other sites

NEW studdering fix

This one contains 1x versions of KC's uniforms instead of the nasty EA default ones

http://www.eamods.com/index.php?name=Downl...e=details&id=11

KC I PM'ed you a like to the files

You are just the friggin' man, and that's all there is to it. I'm glad you lived thru the mountain of stupid questions leading up to this mod's release and the hideous lightning storm. Now I just hope you can make it through the mountain of stupid questions that are sure to FOLLOW this mod's release.

So, to be clear, to have the best results (currently) with this mod:

1. Fresh install MVP05

2. Install patch #3 or #5, doesn't matter at all (I used #5)

3. Install MVP06 Final mod

4. Install MVP_06_FINAL_FIX

5. Install MVP_06_studdering_FIX (IF YOU HAVE STUDDERING)

...and that's it for now?

Link to comment
Share on other sites

I'm not sure, but as I was installing this latest studder-fix, I THINK I saw an error while the dos window was still open. I think it involved f031.fsh - what file is this so I can make sure to test it in-game?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...