Posts: 3
Threads: 2
Joined: Feb 2025
BYOND Username: TheGlouriousGunk
Character Name: Jacob Russel
I've been experimenting with running goonstation locally, using the guide on github, and one thing I can't figure out is how to change the map. Specifically, I want to use an old map called ozymandias, but I have no idea how to switch to it.
Posts: 43
Threads: 7
Joined: Jan 2022
BYOND Username: FlameArrow57
Character Name: Jordan McKendrick
In maps/config/standard.dm, you can change "cogmap2.dmm" to any other "[mapname].dmm"
Posts: 3
Threads: 2
Joined: Feb 2025
BYOND Username: TheGlouriousGunk
Character Name: Jacob Russel
(02-23-2025, 08:52 AM)FlameArrow57 Wrote: In maps/config/standard.dm, you can change "cogmap2.dmm" to any other "[mapname].dmm"
thanks!
Posts: 371
Threads: 13
Joined: Apr 2023
BYOND Username: Lefinch
Character Name: Saxum/Chie/Granny/A billion random AIs
02-24-2025, 01:18 AM
(This post was last modified: 02-24-2025, 01:18 AM by Lefinch. Edited 1 time in total.)
(02-23-2025, 04:50 PM)TheGlouriousGunk Wrote: (02-23-2025, 08:52 AM)FlameArrow57 Wrote: In maps/config/standard.dm, you can change "cogmap2.dmm" to any other "[mapname].dmm"
thanks!
Flamearrow's method works but just in case you want an alternative you can also just uncomment (just remove the // in front of something) the map you want in Build.dm like so.
Which also has a nice list of the available ones and some other flags that you can comment/uncomment to adjust things like what season it is, if you want to bother loading the Z levels or monkeys etc.