Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

How do I organize my maps under project1?

Status
Not open for further replies.

Wize1

Adventurer
Xy$
0.00
I want certain maps above others but they won't move. They just fall under the map I drag it to. Is there a way to work around this?
 

Rise Evil

Praised Adventurer
Xy$
0.00
[Green Cube] Name of the Project
--- Map 5
--------- Map 1
--- Map 6
--------- Map 2
--------- Map 3
--- Map 7
--------- Map 4

Let's say you want Map 7 at the top. All you have to do is drag Map 5 on the Green Cube, then it becomes last. You do the same with Map 6 (which goes below Map 5). Then Map 7 is at the top. Sadly there's no quick way to do it one shot and you'll have to manually put each map below one by one (of course, the maps connected inside your main maps will move as well since they are connected with the main one).
 

eivl

Local Hero
Xy$
0.00
you can also edit your MapInfos.json file in your data folder

Code:
[
null,
{"id":1,"expanded":false,"name":"MAP001","order":3,"parentId":3,"scrollX":459,"scrollY":323.5},
{"id":2,"expanded":false,"name":"World 3","order":1,"parentId":0,"scrollX":451,"scrollY":315.5},
{"id":3,"expanded":false,"name":"Slum","order":2,"parentId":2,"scrollX":451,"scrollY":315.5}
]
order and parentId is the important ones.

It would be easier to use the editor for this, but if you have an insane large project you could do it this way
 
Status
Not open for further replies.
Top