• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Map Translation

Can some one tell me how I can extract the .int files from a mod(MN,DH)/custom map, so that I can translate them?

If you are interested in helping to Localize Mare Nostrum to your language, please feel free to drop me a line. We can then include your translations into the next release if we don't ahve them already.
 
Upvote 0
I know that. >.> But I can't export the .int files from the .rom map files to translate them... I always get a "General protection fault!".

for MN, i've done the following to get it to work:
Code:
ucc dumpint ..\MareNostrum\Maps\MN-Arid.rom -mod=MareNostrum

One thing to remember, and it might be the issue you're having, is anytime you are dealing with a TC-style mod (MN, DH, and DA all follow that format), you need to include the -mod= flag.
 
Upvote 0