Skip to content

9. ActMap

George Kalampokis edited this page Apr 14, 2019 · 2 revisions

ActMap Documentation


Table of Contents


  1. What is ActMap?

  2. How to use it?

  3. ActMap structure


  1. 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.


  1. How to use it?

Just create an ACTMAP lump right after the BLOCKMAP lump of

the map you want to use it.


  1. 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

Clone this wiki locally