(Please move this to where it belongs moderators, cause I'm not sure.)
I wonder if anyone have created some sort of actor debug tool or something, where maybe you can see the flags over the head of the enemy or so? I use all sorts of ways to try and debug my actors, with changing sprites and whatnot, but sometimes this is a bit too intricate to do, too nested.
Or if such a tool does not exist, how does power users usually go about debugging these matters, just by experience - trusting the system?
Actor flags debug cheat/tool?
-
- Posts: 516
- Joined: Sat Aug 19, 2017 11:52 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: Actor flags debug cheat/tool?
You can try console command "info". When you are aiming at an actor (i.e. it is in your crosshair), summon the console end enter "info". It gives you a lot of information about the said actor. Also you can add a binding to your autoexec.cfg, e.g:
Then you can just press "i" when aiming at an actor and then look into the console.
Code: Select all
bind i "info"
-
- Posts: 50
- Joined: Wed Feb 03, 2016 1:45 pm
Re: Actor flags debug cheat/tool?
Great, just was I was looking for. Is it possible to bind the same button to two commands? Like Pause and Info, or maybe info+lower console?
-
- Posts: 50
- Joined: Wed Feb 03, 2016 1:45 pm
Re: Actor flags debug cheat/tool?
Solved it with an alias in the ini:
Name=kanelbulle
Command=clear;info;wait 5;toggleconsole
Alt=kanelbulle
Name=kanelbulle
Command=clear;info;wait 5;toggleconsole
Alt=kanelbulle
-
- Posts: 71
- Joined: Thu Jan 21, 2016 2:25 am
Re: Actor flags debug cheat/tool?
While I haven't used it myself ZChecker might be the tool you're looking for: viewtopic.php?t=78688