mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds an adminverb to write map files.
Map files are stored in data/logs/saved_maps, as such they can be retried with .getserverlog. Note: map files exported still need a LOT of cleaning afterwards (literally every turf has redundant variables that might even break things written to them).
This commit is contained in:
@@ -1464,3 +1464,11 @@ var/proccalls = 1
|
||||
#define NORMAL_ATTACK 0
|
||||
#define ATTACK_BITE 1
|
||||
#define ATTACK_KICK 2
|
||||
|
||||
// Defines for the map writer, moved here for reasons.
|
||||
#define DMM_IGNORE_AREAS 1
|
||||
#define DMM_IGNORE_TURFS 2
|
||||
#define DMM_IGNORE_OBJS 4
|
||||
#define DMM_IGNORE_NPCS 8
|
||||
#define DMM_IGNORE_PLAYERS 16
|
||||
#define DMM_IGNORE_MOBS 24
|
||||
|
||||
Reference in New Issue
Block a user