![]() |
changeing map on local server - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: General Discussion (https://forum.ss13.co/forumdisplay.php?fid=7) +--- Thread: changeing map on local server (/showthread.php?tid=23636) |
changeing map on local server - TheGlouriousGunk - 02-23-2025 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. RE: changeing map on local server - FlameArrow57 - 02-23-2025 In maps/config/standard.dm, you can change "cogmap2.dmm" to any other "[mapname].dmm" RE: changeing map on local server - TheGlouriousGunk - 02-23-2025 (02-23-2025, 08:52 AM)FlameArrow57 Wrote: In maps/config/standard.dm, you can change "cogmap2.dmm" to any other "[mapname].dmm" thanks! RE: changeing map on local server - Lefinch - 02-24-2025 (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" 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. |