-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: Folder for event maps & event.dm (#4833)
* Skashem net krasham iz za pedalei * tak luchse * zabul
- Loading branch information
1 parent
c2f89a8
commit 415cbfb
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters