I was just wondering, using some kind of debug command/feature/button/toggle, if it could be possible to show all CE changes and CE actions somehow.
This would make it much easier for levelcreators to debug their CE Techniques.
The output could be in the main game window and then removed after a while (like when typing a chat command in good old Warcraft 2), however... that would probably need tons of graphic engine modifications.
So whatabout outputting to stdout.txt or stderr.txt ?
Debugging CE changes/actions
Moderators: Flumminator, Zomis
I've had many times myself when I would want a debugger!Zomis wrote:This would make it much easier for levelcreators to debug their CE Techniques.

When I am trying to figure out what is happening with my CEs, I have to make other "temporary debugging CEs" to try and solve the problem.

The H. World levelset can be downloaded from http://www.bd-fans.com/RnD.html -- search The H. World on that page.
What about the following: there will be a button/key "next frame", which will, when pressed, do one more game frame and highlight changed/moved elements.The output could be in the main game window and then removed after a while (like when typing a chat command in good old Warcraft 2), however... that would probably need tons of graphic engine modifications.
So whatabout outputting to stdout.txt or stderr.txt ?
That sounds good!Tomi wrote:What about the following: there will be a button/key "next frame", which will, when pressed, do one more game frame and highlight changed/moved elements.

The H. World levelset can be downloaded from http://www.bd-fans.com/RnD.html -- search The H. World on that page.