Dynamicremap: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
One (talk | contribs)
No edit summary
Line 1: Line 1:
'''dynamicremap'''
This primitive enables the dynamic tile remapping system present in EDuke32 1.2.95 and up.  It is used as a lone keyword outside of an [[actor]], [[projectile]], [[state]] or [[event]] and provides the CON coder with the ability to move any of the hard coded tiles to any position by manipulating the definitions typically found in DEFS.CON.
This primitive enables the dynamic tile remapping system present in EDuke32 1.2.95 and up.  It is used as a lone keyword outside of an [[actor]], [[projectile]], [[state]] or [[event]] and provides the CON coder with the ability to move any of the hard coded tiles to any position by manipulating the definitions typically found in DEFS.CON.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]

Revision as of 12:09, 4 May 2009

dynamicremap

This primitive enables the dynamic tile remapping system present in EDuke32 1.2.95 and up. It is used as a lone keyword outside of an actor, projectile, state or event and provides the CON coder with the ability to move any of the hard coded tiles to any position by manipulating the definitions typically found in DEFS.CON.