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
d278d05
basics
patpol4 Apr 18, 2021
b17333f
shuttles yogged
patpol4 Apr 18, 2021
d85c47b
create kilo
patpol4 Apr 18, 2021
f07a635
yogization complete
patpol4 Apr 18, 2021
d86d23c
pets,heads,holodeck,fixes,pipes,asteroid,areas,clerk,comms
patpol4 Apr 18, 2021
a20d564
fix basemap
patpol4 Apr 20, 2021
9b0b99e
temporarily adds tg kilo for ease of portage
patpol4 Apr 20, 2021
424e32d
atmos expansion
patpol4 Apr 22, 2021
8d49db8
compatibility fixes on tg temp version
patpol4 Apr 22, 2021
a49061a
some random maint
patpol4 Apr 22, 2021
c2484dd
minor
patpol4 Apr 22, 2021
3677c6d
first test fixes
patpol4 Apr 22, 2021
e7886c6
more fixes after ingame tests
patpol4 Apr 22, 2021
a396d92
more fixes smh
patpol4 Apr 22, 2021
aafc87b
Merge branch 'master' of https://github.com/yogstation13/Yogstation i…
patpol4 Apr 25, 2021
5e0a8bf
new pods
patpol4 Apr 25, 2021
cfc3965
remove tg
patpol4 Apr 25, 2021
297234e
helmet
patpol4 Apr 25, 2021
6a413ee
Update code/datums/shuttles.dm
patpol4 May 8, 2021
2abf519
Merge branch 'master' of https://github.com/yogstation13/Yogstation i…
patpol4 May 10, 2021
618cd46
testmerge fixes
patpol4 May 10, 2021
9101bf3
more testmerge fixes
patpol4 May 10, 2021
54243d0
testmerge round 3
patpol4 May 11, 2021
62b622a
arrivals again, smes, whiteship fix,things
patpol4 May 11, 2021
fc9d9ad
testmerge fixes round 5 i think
patpol4 May 11, 2021
84d0f4c
some pipes and arrivals again again
patpol4 May 12, 2021
8b09340
minor thing
patpol4 May 12, 2021
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