debug_dumpevents Console Command
Documentation and examples for the debug_dumpevents command in Stellaris.
debug_dumpevents
This command prints fired events.
In-depth description
The debug_dumpevents command in Stellaris is a diagnostic command that is primarily used to analyze and track the game's internal operations.
What it does is it prints out all fired events within the game into the log.
Events in Stellaris refer to a variety of situations, anomalies, or happenings within the gameplay that occur and influence the dynamics of the game. These can range from discoveries of new systems, political events, social scenarios, anomalies, and so forth.
The command debug_dumpevents collects a list of all these events that have been triggered or have occurred during the gameplay. Then, it prints this information into the game's log files, making them accessible for further examination.
This command is particularly useful for developers or modders who are testing new scripts or trying to locate potential issues with the game code.
By examining the events log, they can track the sequence of events that have fired and potentially identify which event, if any, is causing issues.