Skip to content

Commit

Permalink
add: Folder for event maps & event.dm (#4833)
Browse files Browse the repository at this point in the history
* Skashem net krasham iz za pedalei

* tak luchse

* zabul
  • Loading branch information
aeternaclose authored Apr 9, 2024
1 parent c2f89a8 commit 415cbfb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _maps/map_files/event/Ruins/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder is intended for storing event Ruins maps.
Don't forget to write your map into the \code\modules\map_fluff\event.dm
2 changes: 2 additions & 0 deletions _maps/map_files/event/Station/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder is intended for storing event station maps.
Don't forget to write your map into the \code\modules\map_fluff\event.dm
15 changes: 15 additions & 0 deletions code/modules/map_fluff/event.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
/datum/map/event
name = "Station Name"
map_path = "_maps/map_files/event/Station/yourstation.dmm"
Lavaland_path = "_maps/map_files/delta/Lavaland.dmm"
station_name = "Ingame Station name"
station_short = "Ingame Station name short"
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
webmap_url = "Optional"
admin_only = TRUE
*/
1 change: 1 addition & 0 deletions paradise.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2084,6 +2084,7 @@
#include "code\modules\map_fluff\cerestation.dm"
#include "code\modules\map_fluff\cyberiad.dm"
#include "code\modules\map_fluff\delta.dm"
#include "code\modules\map_fluff\event.dm"
#include "code\modules\map_fluff\maps.dm"
#include "code\modules\map_fluff\multiz.dm"
#include "code\modules\maptext_alerts\text_blurbs.dm"
Expand Down

0 comments on commit 415cbfb

Please sign in to comment.