-
-
Notifications
You must be signed in to change notification settings - Fork 119
m_check Console Command
Simon Judd edited this page May 8, 2015
·
1 revision
-
check
: string (optional)
Performs error checking on the current map. Possible check
values include:
-
missing_tex
: Check for missing textures -
special_tags
: Check for missing action special tags -
intersecting_lines
: Check for intersecting lines -
overlapping_lines
: Check for overlapping lines -
overlapping_things
: Check for overlapping things -
unknown_textures
: Check for unknown wall textures -
unknown_flats
: Check for unknown floor/ceiling textures -
unknown_things
: Check for unknown thing types -
stuck_things
: Check for things stuck in walls -
sector_references
: Check for wrong sector references -
all
: Run all checks
If no check
string is given, the above list is displayed.
Home | Downloads | Tutorials | Wiki Index | SLADE Homepage