Hi. I have modded my M2TW a bit, but when i put that --io.file_first to the end of the bat file (with a space of course), the game shows the main logo, but then CTD.
Hi. I have modded my M2TW a bit, but when i put that --io.file_first to the end of the bat file (with a space of course), the game shows the main logo, but then CTD.
Delete the map.rwm and start a new campaign. If that doesn't it, look in your system.log.txt.
Best is to have a bat and cfg combo for mods.
Bat looks like this:
The matching configuration.cfg file:Code:@echo off cd ..\.. kingdoms.exe @mods\yourmodnamehere\Configuration.cfg
Both files need to be in the root of your mod.Code:[features] mod = mods/yourmodnamehere [io] file_first = true
And the mod has to be in the mods sub directory.
Yes, to be exact, i'm using stainless steel. I have changed file_first to true from stainless_steel.cfg, and i'm just trying to test it on custom battle, not campaign.
I got it work. i moved map.rmw out of the folder, created new .bat and .cfg files, and it works. Thank you!