Page 1 of 1

Map Editor: Change Map Position and Size

Posted: Wed Dec 30, 2015 3:38 pm
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

Re: Map Editor: Change Map Position and Size

Posted: Wed Dec 30, 2015 4:02 pm
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.

Re: Map Editor: Change Map Position and Size

Posted: Wed Dec 30, 2015 6:24 pm
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.