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

Conestoga Groundmap [HUGE WIP!!!] #247

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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 code/__DEFINES/__game.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ block( \
#define MAP_NEW_VARADERO_REPAIRED "New Varadero Repaired"
#define MAP_CHINOOK "Chinook 91 GSO" //admin level
#define MAP_DERELICT_ALMAYER "Derelict Almayer"
#define MAP_DERELICT_CONESTOGA "Derelict Conestoga"

#define GAMEMODE_WHISKEY_OUTPOST "Whiskey Outpost"
#define GAMEMODE_HIVE_WARS "Hive Wars"
Expand Down
3 changes: 3 additions & 0 deletions map_config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ endmap
map derelict_almayer
endmap

map derelict_conestoga
endmap

map whiskey_outpost_v2
endmap
18 changes: 18 additions & 0 deletions maps/derelict_conestoga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"map_name": "Derelict Conestoga",
"map_path": "map_files/derelict_conestoga",
"map_file": "derelict_conestoga.dmm",
"webmap_url": "Almayer",
"map_item_type": "/obj/item/map/almayer",
"announce_text": "An automated distress signal has been received from a Conestoga-class Light Assault Starship. A response team from the ###SHIPNAME### will be dispatched shortly to investigate.",
"traits": [{ "Ground": true }],
"nightmare_path": "maps/Nightmare/maps/derelict_conestoga/",
"camouflage": "jungle",
"gamemodes": [
"Distress Signal",
"Hunter Games",
"Hive Wars",
"Faction Clash",
"Infection"
]
}
Loading
Loading