Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "map_files\YogsDelta\YogsDelta.dmm"
#include "map_files\EclipseStation\EclipseStation.dmm"
#include "map_files\IceBox\IceBox.dmm"
#include "map_files\KiloStation\KiloStation.dmm"
#ifdef TRAVISBUILDING
#include "templates.dm"
#endif
Expand Down
1 change: 1 addition & 0 deletions _maps/kilostation.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define FORCE_MAP "_maps/kilostation.json"
11 changes: 11 additions & 0 deletions _maps/kilostation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"map_name": "Kilo Station",
"map_path": "map_files/KiloStation",
"map_file": "KiloStation.dmm",
"shuttles": {
"emergency": "emergency_kilo",
"ferry": "ferry_kilo",
"cargo": "cargo_kilo",
"whiteship": "whiteship_meta"
}
}
Loading