"Does anyone know how to decompile the mission.fst?"
HI i cant remember for the life of me how i managed to get ahold of a clean mission fst file for mechgold, in which i was able to edit the salvage chance percentage, changed it from 40 percent to 100 and i cant remember how to get ahold of tat file again. Does anyone know what im talking about?
#6. "RE: Does anyone know how to decompile the mission.fst?" In response to Reply # 5
Try Mechcommander.org under downloads.
There is an extraction tool, with a batch file to extract all files from the Mission.FST file. Just a double-click and it's done.
You can then edit the mission files.
I'm fairly sure you have to repack the FST to run MCG with the changes, but there is also a MakeFST program to do that with a .RSP file to use for the packing order.
You have to run MakeFST under a Command Prompt (DOS Window), passing the .RSP file as a parameter. You might also be able to drag and drop the RSP file to MakeFST.
Do all this outside of the MCX directory, then copy the Mission.fst to MCX and it should run fine.
Quidquid Latine dictum sit, profundum viditur. (Whatever is said in Latin appears profound)
#9. "RE: Does anyone know how to decompile the mission.fst?" In response to Reply # 8
Unfortunately the owner of mechcommander.org took his site down and I don't have any backups of the extractor batch files except for misc.fst.
You could try to contact Rider at dannyxp@hotmail.com to see if he has backed up any of the files from the old mechcommander.org site.
Otherwise you will have to make a new batch file with fstextract commands in it for every file referenced by running fstdir.exe... I used ultraedit with column mode to make it much faster than it would normally take.
The file you are looking for is gamesys.fit... make a batch file with this command to extract just gamesys.fit... You will need the mission.fst, and fstextract.exe tool in the same folder.
FSTEXTRACT MISSION.FST GAMESYS.FIT GAMESYS.FIT
Then once u have tweaked any values u would like in there place it in a newly created missions folder in the mcx\data directory.
You can remove the file at will if u wish the revert back to normal without any problems.