Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdav123 committed Oct 29, 2024
2 parents 3d24c85 + bfe8bce commit 8a5adc7
Show file tree
Hide file tree
Showing 232 changed files with 68,671 additions and 1,775 deletions.
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "map_files\lavaoutpost\LavaOutpost.dmm"
#include "map_files\desertdam\desertdam.dmm"
#include "map_files\corsat\corsat.dmm"
#include "map_files\Bluesummers\bluesummers.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
Expand Down
14 changes: 14 additions & 0 deletions _maps/bluesummers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"map_name": "Bluesummers Wreck Site",
"map_path": "map_files/Bluesummers",
"map_file": "bluesummers.dmm",
"disk_sets": {
"basic": 1
},
"quickbuilds": 1200,
"armor": "desert",
"announce_text": "We have picked up a trace of a signal from the HMS Bluesummers, a seed ship sent to colonize a new sector that has been missing for some time. Our preliminary scans show that the ship has crashed and splintered across a desert planet. We have been ordered to search for survivors and investigate the cause of this disaster. TGMC, prepare to deploy!",
"traits":[{
"weather_sandstorm": true
}]
}
135 changes: 135 additions & 0 deletions _maps/interiors/icc_recontank.dmm
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/interior/apc/nineteen,
/area/interior/tank)
"b" = (
/turf/closed/interior/tank/door,
/area/interior/tank)
"f" = (
/obj/structure/bed/chair/vehicle_crew/gunner,
/turf/open/interior/apc/twentynine,
/area/interior/tank)
"h" = (
/turf/closed/interior/apc/five,
/area/interior/tank)
"j" = (
/turf/closed/interior/apc/one,
/area/interior/tank)
"l" = (
/obj/structure/bed/chair/loader_seat{
pixel_y = -5
},
/obj/structure/periscope,
/turf/open/interior/apc/nine,
/area/interior/tank)
"r" = (
/turf/closed/interior/tank/twentythree,
/area/interior/tank)
"t" = (
/turf/closed/interior/apc/twentyfour,
/area/interior/tank)
"u" = (
/obj/structure/gun_breech/lvrt{
pixel_x = -13;
pixel_y = -8
},
/obj/structure/gun_breech/secondary/lvrt{
pixel_x = -21;
pixel_y = 4
},
/turf/closed/interior/tank/seventeen,
/area/interior/tank)
"v" = (
/turf/open/interior/apc/twentynine,
/area/interior/tank)
"w" = (
/turf/closed/interior/apc/twenty,
/area/interior/tank)
"x" = (
/turf/open/interior/apc/nine,
/area/interior/tank)
"z" = (
/turf/closed/interior/apc/thirteen,
/area/interior/tank)
"A" = (
/turf/closed/interior/apc/two,
/area/interior/tank)
"D" = (
/turf/closed/interior/apc/twentyeight,
/area/interior/tank)
"E" = (
/turf/closed/interior/apc/twelve,
/area/interior/tank)
"L" = (
/obj/structure/ammo_rack/primary/icc{
pixel_x = -1;
pixel_y = -9
},
/obj/structure/ammo_rack/secondary/icc{
pixel_x = 0;
pixel_y = -18
},
/turf/closed/interior/apc/two,
/area/interior/tank)
"M" = (
/turf/closed/interior/apc/twentyseven,
/area/interior/tank)
"S" = (
/obj/structure/bed/chair/vehicle_crew/driver{
pixel_y = -6
},
/turf/open/interior/apc/eleven,
/area/interior/tank)
"V" = (
/turf/closed/interior/apc/twentythree,
/area/interior/tank)
"X" = (
/obj/machinery/telecomms/relay/preset/telecomms/onboard/nondense,
/turf/closed/interior/apc/six,
/area/interior/tank)
"Z" = (
/turf/closed/interior/apc/four,
/area/interior/tank)

(1,1,1) = {"
j
z
b
z
a
"}
(2,1,1) = {"
A
x
v
v
M
"}
(3,1,1) = {"
Z
l
v
f
M
"}
(4,1,1) = {"
L
x
u
r
M
"}
(5,1,1) = {"
h
S
M
V
w
"}
(6,1,1) = {"
X
E
t
t
D
"}
Loading

0 comments on commit 8a5adc7

Please sign in to comment.