From a444626c646a6723bb31d269ac3a215c101da5de Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 4 Dec 2019 14:06:09 -0600 Subject: [PATCH] Created Debug Commands (markdown) --- Debug-Commands.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Debug-Commands.md diff --git a/Debug-Commands.md b/Debug-Commands.md new file mode 100644 index 0000000..d66467c --- /dev/null +++ b/Debug-Commands.md @@ -0,0 +1,15 @@ +Mapbase changes existing debug console commands and also has its own. These commands are supposed to assist in debugging problems and/or messing around with cheats. + +## ent_fire + +`ent_fire` is an existing command that could fire an input on an entity, or a number of entities. The syntax is `ent_fire `. + +`ent_fire` includes an "auto-completion" lookup for entities in the map and inputs on an entity, but the entity lookup is not used for classnames by default. `ent_fire` still works with classnames, but it won't auto-complete. Mapbase adds auto-completion for classnames so they show up as well as targetnames. + +There was also an oversight with the delay parameter that prevented decimals from being used. This has been fixed in Mapbase. + +## ent_create, npc_create + +**Not implemented in public build; v1.2 change** + +(todo) \ No newline at end of file