Map Editor: Change Map Position and Size

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
User avatar
Q-wert
Posts: 1089
Joined: Sat May 05, 2007 10:13 am
Contact:

Map Editor: Change Map Position and Size

Post by Q-wert »

Hello Forum!

While doing the stuff for the Sirani-Temple-thing, I encountered a problem: The respective roof map does not fit the new roof position and I could not find a way to move and enlarge the map. Opening 'new map' required some kind of data I could not find in the respective folder.

The Sirani_temple_1.tiles.txt -file seemed to be the only thing with coordinates:

Code: Select all

V: 2
L: 1
X: 170
Y: 759
W: 7
H: 6
To what do I edit that? Any other ideas?


Image
User avatar
Q-wert
Posts: 1089
Joined: Sat May 05, 2007 10:13 am
Contact:

Re: Map Editor: Change Map Position and Size

Post by Q-wert »

And I got it. :)

I was right about the .tiles.txt.

Changed it to:

Code: Select all

V: 2
L: 1
X: 175
Y: 750
W: 20
H: 20
Is a bit more than what I need, but that should be no problem.
User avatar
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Re: Map Editor: Change Map Position and Size

Post by Evie »

You are correct it is in the tile size. Never stress that too much if you have to make a new map or something I can always copy paste or adjust as I put stuff in and implement it. It is important to remember all maps changes need approved by the map head before implemented if they consist of a major change to the game map.
Post Reply