Tilegroup (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
 
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:WIP pages]]
'''tilegroup''' <groupname> { [...] }
 
Defines group for the tile selector (press 'T'). Mapster32 loads TILES.CFG on startup.
 
== Tokens ==
 
'''tile''' <tilenum>
'''tilerange''' <start tilenum> <end tilenum>
'''tiles''' { <tilenum 1> <tilenum 2> [...] <tilenum N> }
 
Adds tiles to the group. Names can be found in DEFS.CON.
 
'''hotkey''' <value>
 
Specifies the hotkey for the group.
 
'''colors''' <value 1> <value 2>
 
Colors are the colors for Blocking OFF and Blocking ON.


[[Category:DEF commands]]
[[Category:DEF commands]]

Revision as of 13:53, 21 February 2020

tilegroup <groupname> { [...] }

Defines group for the tile selector (press 'T'). Mapster32 loads TILES.CFG on startup.

Tokens

tile <tilenum> tilerange <start tilenum> <end tilenum> tiles { <tilenum 1> <tilenum 2> [...] <tilenum N> }

Adds tiles to the group. Names can be found in DEFS.CON.

hotkey <value>

Specifies the hotkey for the group.

colors <value 1> <value 2>

Colors are the colors for Blocking OFF and Blocking ON.