RuntimeStation: Difference between revisions
Jump to navigation
Jump to search
imported>Denton updated runtime description |
imported>Deranging No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[File:RuntimeStation.png|420px|thumb|<div class="center" style="width: auto; margin-left: auto; margin-right: auto;"> '''RuntimeStation''', last updated | [[File:RuntimeStation.png|420px|thumb|<div class="center" style="width: auto; margin-left: auto; margin-right: auto;"> '''RuntimeStation''', last updated 2020/06/23.]] | ||
'''RuntimeStation''' is a map included with the game's source code that is used for locally testing new features. The map is small and relatively simple, meaning that the client will be able to enter the game quicker than if the server was running a fully featured map. | '''RuntimeStation''' is a map included with the game's source code that is used for locally testing new features. The map is small and relatively simple, meaning that the client will be able to enter the game quicker than if the server was running a fully featured map. | ||
Line 10: | Line 10: | ||
Also, it has unique testing objs like a chem synthesizer that can create any reagent by typing in the ID. | Also, it has unique testing objs like a chem synthesizer that can create any reagent by typing in the ID. | ||
Keep in mind that lavaland as well as space/lavaland ruins still get spawned when loading this map. You can disable | Keep in mind that lavaland as well as space/lavaland ruins still get spawned when loading this map. (Note: This map is limited to only 1 space ruin z-level) | ||
You can disable ruins by: | |||
*Enabling low memory mode: Uncomment "#define LOWMEMORYMODE" in _basemap.dm. This will only load CentCom and Runtimestation. | *Enabling low memory mode: Uncomment "#define LOWMEMORYMODE" in _basemap.dm. This will only load CentCom and Runtimestation. |
Latest revision as of 06:13, 4 January 2024
Maps on /tg/station | |
In Use | MetaStation, DeltaStation, IceBoxStation, Tramstation, The North Star, Birdshot, Wawastation, NebulaStation |
Outdated, removed, or not in rotation | KiloStation, AsteroidStation, BirdboatStation, BoxStation, PubbyStation, CereStation, Discstation, DonutStation, Dreamstation, EfficiencyStation, MiniStation, OmegaStation, RuntimeStation |
![](/tgwiki2/images/thumb/d/d4/RuntimeStation.png/420px-RuntimeStation.png)
RuntimeStation, last updated 2020/06/23.
RuntimeStation is a map included with the game's source code that is used for locally testing new features. The map is small and relatively simple, meaning that the client will be able to enter the game quicker than if the server was running a fully featured map.
The map includes all shuttle docks, two large construction areas, a gravity generator, RTGs, an atmos setup and a variety of vending machines and lockers.
Also, it has unique testing objs like a chem synthesizer that can create any reagent by typing in the ID.
Keep in mind that lavaland as well as space/lavaland ruins still get spawned when loading this map. (Note: This map is limited to only 1 space ruin z-level)
You can disable ruins by:
- Enabling low memory mode: Uncomment "#define LOWMEMORYMODE" in _basemap.dm. This will only load CentCom and Runtimestation.
- Disabling ruin spawns: Set Lavaland_Budget and Space_Budget to 0 in game_options.txt