#How does the game decide what order to show maps in

11 messages · Page 1 of 1 (latest)

lucid wasp
#

If I have multiple maps in a mod, how does the order get chosen, and can I exclude maps from showing up at all?

final cargo
#

you can't hide maps completely iirc

#

at least not without a code mod

lucid wasp
#

alright thank you

#

I'll read through how collabhelper hides them then

final cargo
#

not putting the order makes the map order implementation dependent, but it seems to be alphabetical order

#

however you should not rely on that

#

always explicitly define the map order

candid slate
#

What should the Meta.Yaml file be named then?

final cargo