Page 1 of 1
Question about console codes
Posted: Mon Aug 12, 2002 5:34 pm
by Demis
Ok does anyone know what is the command if there such a command that reveals the map of an area? From the known console codes none seems to do this. Is there any other way.
Posted: Mon Aug 12, 2002 10:51 pm
by Xandax
Try dm_showarea
Don't know if it works correct though.
Posted: Tue Aug 13, 2002 6:31 am
by Demis
Thanks Xandax is works fine,

but you have to remember to turn debug mode on before you enter the code.
Posted: Tue Aug 13, 2002 7:02 am
by Xandax
Of course you do.
Always DebugMode 1 and 0
I acutally have a problem with my console - it seems sometimes I get the console prompt without it being the actually console so it can't find the commands I type in

- bloddy annoying to get a "command not found" (thingy error, can't remember) when you have typed in something (ei. dm_spanwcreature bla bla bla

)
Posted: Tue Aug 13, 2002 7:26 am
by Demis
Actually i forgot to turn DebugMode 1. so when i enter the command it said "failure". Then i remembered that if a command don't exist the error is not "failure" but "command not found" which caused me to remember the Debug thing .
