Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brings back Icarus Shipyard/millitary outpost. #15966

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
616e9cc
Brings map icarus with fixes
vilereaver41 Jun 1, 2024
27f07ed
Convert maps to TGM
vilereaver41 Jun 1, 2024
8608607
fix things
vilereaver41 Jun 1, 2024
8ff0dcb
more
vilereaver41 Jun 1, 2024
fa0569f
another
vilereaver41 Jun 1, 2024
6468417
stuff
vilereaver41 Jun 1, 2024
e3fea80
fixes
vilereaver41 Jun 1, 2024
0ad9741
Rename Icarus_Military_Port.json to icarus_military_port.json
vilereaver41 Jun 1, 2024
067ac6f
test
vilereaver41 Jun 1, 2024
66233f9
Merge branch 'icarusshipyard' of https://github.com/vilereaver41/Terr…
vilereaver41 Jun 1, 2024
c927140
testing
vilereaver41 Jun 2, 2024
b26c0dd
fixxx
vilereaver41 Jun 2, 2024
821f759
more changes
vilereaver41 Jun 2, 2024
e578694
stuff
vilereaver41 Jun 2, 2024
4856b3f
stuffff
vilereaver41 Jun 2, 2024
2148da3
eweqweq
vilereaver41 Jun 2, 2024
2561342
sturfff
vilereaver41 Jun 2, 2024
19a756a
region fixing
vilereaver41 Jun 2, 2024
380b2d1
reeee
vilereaver41 Jun 2, 2024
690a65b
gfdgd
vilereaver41 Jun 2, 2024
c319c77
chngessss
vilereaver41 Jun 2, 2024
95552f5
region fixing
vilereaver41 Jun 2, 2024
22a8360
more region and apc fixes
vilereaver41 Jun 2, 2024
89af4c9
final commits?
vilereaver41 Jun 2, 2024
2c3d1c1
Fixes a lot of bugs and issues.
vilereaver41 Jul 6, 2024
a152359
fix duplicates
vilereaver41 Jul 6, 2024
5c06304
wooden tabletype error, fixed with mainship type
vilereaver41 Jul 6, 2024
4945f38
fixes a lot of stuff.
vilereaver41 Jul 7, 2024
7aea80e
Redoes the middle disk.
vilereaver41 Jul 9, 2024
8464835
fixed baned typepath
vilereaver41 Jul 9, 2024
88d5868
some additions
vilereaver41 Jul 9, 2024
e7a5175
misc changes
vilereaver41 Jul 9, 2024
a26d00d
more fixes
vilereaver41 Jul 9, 2024
3b97e0f
duplicates
vilereaver41 Jul 9, 2024
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 @@ -25,6 +25,7 @@
#include "map_files\slumbridge\slumbridge.dmm"
#include "map_files\DaedalusPrison\DaedalusPrison.dmm"
#include "map_files\riptide\riptide.dmm"
#include "map_files\Icarus_Military_Port\Icarus_Military_Port.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
Expand Down
10 changes: 10 additions & 0 deletions _maps/icarus_military_port.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"map_name": "Icarus_Military_Port",
"map_path": "map_files/Icarus_Military_Port",
"map_file": "Icarus_Military_Port.dmm",
"disk_sets": {
"basic": 1
},
"quickbuilds": 1900,
"announce_text": "We have lost contact with a Millitary Shipyard outpost, built on a small asteroid."
}
Loading
Loading