RuntimeStation: различия между версиями

imported>Denton
(removed outdated imgur link)
imported>Denton
(updated runtime description)
Строка 6: Строка 6:
'''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.


The map includes a spawn area (bottom right), an empty big room (bottom left), a gravity generator, RTGs, an atmos setup and a variety of vending machines and lockers.
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.


Keep in mind that Lavaland, City of Cogs and space/lavaland ruins still get spawned when loading this map. You can disable this by:
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 this 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.
*Disabling ruin spawns: Set Lavaland_Budget and Space_Budget to 0 in game_options.txt
*Disabling ruin spawns: Set Lavaland_Budget and Space_Budget to 0 in game_options.txt
You might also need to disable mice from spawning by commenting out "MICE_ROUNDSTART 10" in game_options.txt


[[Category:Maps]]
[[Category:Maps]]

Версия от 14:54, 19 июня 2018

Карты на /BANDA/station

Jobstemp.png

В ротации MetaStation, DeltaStation, IceBoxStation, Tramstation, The North Star, Birdshot
Устаревшие, удалённые или не в ротации KiloStation, AsteroidStation, BirdboatStation, BoxStation, PubbyStation, CereStation, Discstation, DonutStation, Dreamstation, EfficiencyStation, MiniStation, OmegaStation, RuntimeStation


RuntimeStation, last updated 2018/01/15.

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. You can disable this 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