-
Notifications
You must be signed in to change notification settings - Fork 22
9. ActMap
George Kalampokis edited this page Apr 14, 2019
·
2 revisions
ActMap Documentation
Table of Contents
-
What is ActMap?
-
How to use it?
-
ActMap structure
- What is ActMap?
ActMap is a new map script that allows you to change in-game cvars
based on the map's sector tag the player is in.
Unlike other map scripts this one is "disconnected" from the map
which means that the map can still be compatible with other ports.
- How to use it?
Just create an ACTMAP lump right after the BLOCKMAP lump of
the map you want to use it.
- ActMap structure
In order to apply "acts" to your map the ACTMAP lump should be written like this
sector = "sector tag"
"cvar name" = "value"
command = "console command"
no spaces between lines is allowed