Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Feb 10, 2025
1 parent 79feea5 commit 8e39309
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "map_files\CogStation\CogStation.dmm"
#include "map_files\TauStation\TauStation.dmm"
#include "splurt_maps\map_files\Smexistation\Snaxi_Splurt.dmm"
// BLUEMOON EDIT
#include "splurt_maps\map_files\Smexistation\Snaxi_Splurt_v2.dmm"
#include "map_files\bluemoon_maps\icemoonstation.dmm"
// #include "modular_bluemoon\_maps\PrisonStation\PrisonStation.dmm"
#include "splurt_maps\map_files\4Nalstation\4Nal_station.dmm"
Expand Down
1 change: 1 addition & 0 deletions _maps/bluemoonsmexistation.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define FORCE_MAP "_maps/bluemoonsmexistation.json"
47 changes: 47 additions & 0 deletions _maps/bluemoonsmexistation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"map_name": "Smexy (Bluemoon Snow Taxi)",
"map_path": "splurt_maps/map_files/Smexistation",
"map_file": [
"IcemoonUnderground_Below_Splurt.dmm",
"IcemoonUnderground_Above_Splurt.dmm",
"Snaxi_Splurt.dmm"
],
"station_ruin_budget": 0,
"space_ruin_levels": 0,
"space_empty_levels": 0,
"shuttles": {
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_box",
"emergency": "emergency_box"
},
"traits": [
{
"Up": 1,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins Underground": true,
"Baseturf": "/turf/open/lava/plasma/ice_moon"
},
{
"Down": -1,
"Up": 1,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins Underground": true,
"Baseturf": "/turf/open/openspace/icemoon"
},
{
"Down": -1,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins": true,
"Weather_Snowstorm": true,
"Baseturf": "/turf/open/floor/plating/asteroid/snow/icemoon"
}
],
"minetype": "none"
}
45 changes: 40 additions & 5 deletions config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,60 @@ disabled (disables the map)
endmap

map boxstation
maxplayers 70
##maxplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map metastation
maxplayers 70
##maxplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map syndicatestation
voteweight 2
disabled
##max_round_search_span 6
##max_rounds_played 2
endmap

map peacesyndicatestation
maxplayers 70
voteweight 2
##max_round_search_span 6
##max_rounds_played 2
endmap

map pubbystation
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map omegastation
maxplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map deltastation
default
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map smexistation
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map bluemoonsmexistation
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

#map runtimestation
Expand All @@ -66,29 +88,42 @@ endmap

map kilostation
maxplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map smolstation
maxplayers 70
max_round_search_span 6
max_rounds_played 2
endmap

map taustation
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map cogstation
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map layeniastation
minplayers 70
voteweight 4
##max_round_search_span 6
##max_rounds_played 2
endmap

map lambdastation
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map 4nalstation
minplayers 70
##max_round_search_span 6
##max_rounds_played 2
endmap

map icemoonstation
Expand Down

0 comments on commit 8e39309

Please sign in to comment.