Cris987 Posted May 18, 2004 Share Posted May 18, 2004 I'm just trying to put a bunch of .fsh into portrait.big. What's the command for that? Thx -Cris Link to comment Share on other sites More sharing options...
Playball335 Posted May 19, 2004 Share Posted May 19, 2004 I'm just trying to put a bunch of .fsh into portrait.big. What's the command for that? Thx -Cris It would be like this... gfxpak -p <packfile> <fsh-file> You can pack multiple fsh files to the command as well. Link to comment Share on other sites More sharing options...
Cris987 Posted May 19, 2004 Author Share Posted May 19, 2004 It would be like this... gfxpak -p <packfile> <fsh-file> You can pack multiple fsh files to the command as well. I'm tryingto put all the .fsh s in one folder into the portrait.big. However, the wildcard "*.fsh" doesn't work. HOw does it work? Thx, Cris Link to comment Share on other sites More sharing options...
Playball335 Posted May 19, 2004 Share Posted May 19, 2004 Something like this... gfxpak -p d:gamesMVP2004dataportrait.big C446.fsh C447.fsh C448.fsh All files that need to be packed must be in the same directory that gfxpak is in. Link to comment Share on other sites More sharing options...
Cris987 Posted May 19, 2004 Author Share Posted May 19, 2004 Something like this... gfxpak -p d:gamesMVP2004dataportrait.big C446.fsh C447.fsh C448.fsh All files that need to be packed must be in the same directory that gfxpak is in. Is it possible NOT to specify the numbers? Like, can I do something like gfxpak -p d:gamesMVP2004dataportrait.big .fshk* to add ALL the .fsh in one folder into the .big file? Link to comment Share on other sites More sharing options...
five Posted May 20, 2004 Share Posted May 20, 2004 Is it possible NOT to specify the numbers? Like, can I do something like gfxpak -p d:gamesMVP2004dataportrait.big .fshk* to add ALL the .fsh in one folder into the .big file? I did a quick test.bat with no success. I don't think gfxpak allows wildcards. There is a quick way to get a list of all the .fsh files from a directory. From Memory (Maybe a bit fuzzy): 1) Open up dos 2) Navigate to the directory with all the .fsh files 3) Type: "dir /b *.fsh >fsh_list.txt" 4) Now open up the newly created fsh_list.txt in the .fsh directory. 5) Voila there is a list of all of the .fsh files. Link to comment Share on other sites More sharing options...
Cris987 Posted May 20, 2004 Author Share Posted May 20, 2004 I did a quick test.bat with no success. I don't think gfxpak allows wildcards. There is a quick way to get a list of all the .fsh files from a directory. Thx, Five. I guess i'll just have to specify all the numbers then. Thx Link to comment Share on other sites More sharing options...
five Posted May 20, 2004 Share Posted May 20, 2004 Thx, Five. I guess i'll just have to specify all the numbers then. Yeah, just use my trick above, works wonders. I have a batch that adds shoes to every team in the game, I had to do this trick to get a list of all of the *.fsh files. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.