rickeysue Posted March 13, 2005 Share Posted March 13, 2005 I can get the datafile decompressed to the point where it can be edited (datafileEdit), but no matter whether I use EAZip, Snepp's batch files, or Knight Owl's utility for MVP 2k4, I can't recompress the datafile. I get fatal error messages etc. All I need is a way to recompress the file so that it is ready to be re-inserted into the game. Any help would be greatly appreciated. Rick Link to comment https://www.mvpmods.com/forums/topic/6835-question-for-datafile-modders/ Share on other sites More sharing options...
spitoon Posted March 13, 2005 Share Posted March 13, 2005 I can get the datafile decompressed to the point where it can be edited (datafileEdit), but no matter whether I use EAZip, Snepp's batch files, or Knight Owl's utility for MVP 2k4, I can't recompress the datafile. I get fatal error messages etc. All I need is a way to recompress the file so that it is ready to be re-inserted into the game. Any help would be greatly appreciated. Rick I use a batch file with the following: echo on eazip -c datafileEdit.txt pause Then you'd have to rename datafileEdit.txt to datafile.txt.... What kind of error messages are you getting? Link to comment https://www.mvpmods.com/forums/topic/6835-question-for-datafile-modders/#findComment-79669 Share on other sites More sharing options...
rickeysue Posted March 13, 2005 Author Share Posted March 13, 2005 Thanks a million Spitoon. Your way was the charm. I knew it would be this easy. Rick Link to comment https://www.mvpmods.com/forums/topic/6835-question-for-datafile-modders/#findComment-79681 Share on other sites More sharing options...
AcousticNut Posted March 13, 2005 Share Posted March 13, 2005 I ran into the same thing last night when I tried to edit the data file. After recompressing the data file, I was getting a runtime error when the game was loading (after choosing teams and options). Thanks for the info Spitoon, I'll have to give that batch a shot. Link to comment https://www.mvpmods.com/forums/topic/6835-question-for-datafile-modders/#findComment-79714 Share on other sites More sharing options...
spitoon Posted March 13, 2005 Share Posted March 13, 2005 Cool, I use two batch files...one to compress, as above and: echo on eazip -u datafile.txt pause to uncompress... So basically the proceedure is: uncompress edit/save recompress copy and paste edited datafile.txt into /data folder. I do all this from a folder I have created for modding purposes only. Link to comment https://www.mvpmods.com/forums/topic/6835-question-for-datafile-modders/#findComment-79737 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.