Page 1 of 1

Map Offset

Posted: Wed Dec 27, 2023 2:28 am
by HerrDak
Hello

¿Somebody knows how I can find the map Offset for the region of México? Im working in a México Mod and I need It.

¡Thanks!

Re: Map Offset

Posted: Wed Dec 27, 2023 5:21 pm
by Bohémond
Hello
Go, ingame, to MainMenu/Options/System and turn ErrorLogging ON.

Then return to the game, center the map on Mexico, set the mouse on the upper left corner (without scrolling) . Note the x and y value from the red colored debug box.

Then in your script.ini the command will be

MapOffSets = - xvalue;- yvalue

Regards

Re: Map Offset

Posted: Thu Dec 28, 2023 12:33 am
by HerrDak
Thanks you very much

I got it :hat: