Brigador Killers console: Understanding the Developer Debug Panel

An analysis of official development updates regarding the Brigador Killers debug panel and its level-making features.

2026-08-22
Swipe to view the full table

Understanding the context of the Brigador Killers debug panel

When searching for information regarding a "Brigador Killers console," it is essential to look at the official documentation provided by the developers, Stellar Jockeys. As of the latest available update dated May 31, 2023, the developers have provided a detailed look at the internal tools used for level creation. The official source, which can be found at https://stellar-jockeys.itch.io/brigadorkillers/devlog/539171/a-look-at-some-of-the-new-level-making-features-for-brigador-killers, focuses specifically on the "debug panel" used by the development team.

It is important to clarify that the term "console" in the context of PC game development often refers to a command line or a diagnostic interface that developers use to inspect game states, manipulate variables, or test level geometry. The reference material confirms that the development team has been working on the debug panel for Brigador Killers. Crucially, the source identifies this interface as being built using Dear ImGui, a popular tool created by Omar "ocornut" Cornut. The developers explicitly note that while this tool is widely utilized by other game developers, it is "typically not made accessible in the public versions of those games."

This distinction is vital for any reader interested in the "Brigador Killers console." The provided documentation details how the developers use this panel to streamline their own workflow, specifically regarding level design, prop placement, and AI behavior. There is no mention in the official material of a public-facing console command system for players. Instead, the information pertains to the internal tools that the studio is refining to assist in the creation of the game itself. By examining these features, we gain insight into the development process of Brigador Killers rather than a set of cheat codes or user-accessible command lines.

Confirmed features of the development debug panel

The official documentation outlines three primary features recently added to the Brigador Killers debug panel. These features are designed to save time for the developers and, by extension, the modders who may eventually interact with these systems. The three main areas of improvement are the Tile contents tooltip, Patrol routes configuration, and Civilian socializing AI states.

The Tile contents tooltip

One of the most significant challenges in level design, as described by the developers, is managing the vast number of props used in a map. Previously, if a developer needed to edit a specific structure or prop, they had to cross-reference the game with Tiled, the editor used for level creation. This involved identifying the file path in Tiled, alt-tabbing to the game, and locating the asset in the data editor.

The new Tile contents tooltip mitigates this by providing a small window that appears when the cursor moves over a prop. This window displays:

  • The props occupying a specific tile.
  • The exact file path for the prop.
  • The ability to immediately open the asset in the data editor by pressing the "End" key.

Furthermore, the tooltip handles "prop stacking"—a scenario where two props are placed in the same tile on different layers. Developers can use the arrow keys to toggle between these stacked props, allowing them to view and edit the data for each one individually without leaving the game environment. The debug panel also provides visual feedback on whether a tile is "walkable" by displaying text in the top right corner of the screen.

Patrol routes and AI states

The second feature discussed involves the Mech debug tab, specifically regarding the assignment of patrol routes. The developers have added two new radio buttons: "Select patrol origin" and "Select patrol endpoint."

When in devmode, developers can:

  • Pause the action to freeze the game state.
  • Select an NPC mech (a unit with an active AI state).
  • Click within the game window to set a start and end point for that unit.
  • Use the "Force patrol AI state" button to visualize the unit's path with orange debug lines.

While this allows for immediate testing, the documentation notes that these patrol routes cannot be permanently saved within the game itself. The final configuration must still be performed externally in Tiled.

Civilian socializing AI

The third feature introduced is the "socialize" AI state for civilians. This system uses a "debug draw" to visualize social paths. Civilians randomly select another NPC to be their "friend" and converge on that friend’s position. Once multiple mechs enter this state, they gather at a meeting point, visualized by green hemispheres. After a set duration, they search for new locations. The developers note that this is not limited to civilians, as other on-foot NPCs like police are also capable of entering this social state.

Interpreting the development context

To understand the relevance of these features to the "Brigador Killers console" query, one must read the source material as a "work in progress" report. The developers explicitly state that the features shown are not necessarily representative of the final product. Every image and description provided in the update is framed within the context of internal development workflows.

When the document mentions the "debug panel," it is describing a tool meant for the team at Stellar Jockeys to build and debug Brigador Killers. The information regarding the "End" key for the data editor or the radio buttons for patrol routes should be understood as internal shortcuts. There is no language in the source suggesting that these specific keybinds or debug tools are intended for the end-user or the general player base upon release.

The documentation also provides a window into the philosophy of the developers. By sharing these tools, they are offering a look at how they manage complexity as the volume of game assets grows. The "socializing" AI, for example, is described as a way to make levels seem more alive. The developers speculate on the gameplay design implications, such as creating diversions or drawing NPC attention to specific map features like fast food restaurants or police checkpoints. These are design possibilities currently being explored by the team, not confirmed mechanics that players will necessarily control via a console.

Important qualifications and status language

Any reader investigating the Brigador Killers debug panel must pay close attention to the cautionary language used by the developers. The article is dated May 31, 2023, and the developers include a standard caveat: "what you see is still a work in progress and not everything in this article’s screenshots are necessarily representative of the final product."

This is a critical piece of information. It means that the functionality, layout, and even the presence of the debug panel could change significantly before the final release of the game. Furthermore, the information is specific to the development environment. The developers mention that the debug panel is "typically not made accessible in the public versions" of games, which strongly suggests that the features described are unlikely to be available to players in the manner they are presented in the devlog.

The source also highlights that certain tasks, such as finalizing patrol routes, must still be done outside the game in Tiled. This reinforces the idea that the in-game debug panel is a testing tool, not an all-encompassing editor or console that replaces external development software. The distinction between "in-game" testing and "outside-of-game" manual specification is a recurring theme in the source, serving as a boundary for what the debug panel can and cannot do.

What the source does not establish

The reference material provided does not confirm several things that a user might be looking for when searching for a "Brigador Killers console." It is vital to separate the documented facts from the absence of information:

  • No user-accessible console: The source does not mention a public command console for players to enter cheats or debug variables.
  • No release date for features: While the article describes new features, it does not provide a roadmap or release date for when these tools or the game itself will be finalized.
  • No confirmation of modding tools: While the developers mention that "modders will be familiar" with the debug panel, they do not explicitly state that the public will receive a version of this debug panel for their own mods.
  • No performance specifications: The document does not discuss system requirements, frame rates, or hardware performance related to running the debug panel.
  • No platform support: There is no mention of console platforms (e.g., PlayStation, Xbox, Switch) or how the debug panel might interact with them.

When searching for a "Brigador Killers console," it is common to hope for a way to modify the game experience. However, the provided source material is strictly limited to the development team's internal testing interface. It does not offer any information on how a player might trigger a console or what commands would be available to them.

Revisiting official channels

If you are seeking further information regarding the development of Brigador Killers or updates on the status of their tools, the best approach is to monitor the official channels maintained by Stellar Jockeys. The source provided is an official devlog hosted on Itch.io. Checking this specific page or the developer's broader store page on Itch.io is the most reliable way to receive updates directly from the source.

Because the development of a game is an iterative process, information regarding tools like the debug panel can change. The developers themselves emphasize that their work is ongoing. By following the official devlog, readers can stay informed about the latest, verified information regarding the development process, rather than relying on speculation or assumptions about the existence of a public-facing console. The official page serves as the single point of truth for the features currently being tested by the team.

For related source-limited coverage, see Brigador Killers steam deck and Brigador Killers news.

Source limits

The information provided in this guide is derived exclusively from the Stellar Jockeys devlog titled "A LOOK AT SOME OF THE NEW LEVEL-MAKING FEATURES FOR BRIGADOR KILLERS," published on May 31, 2023. This article is the complete factual record for the content above. No other sources, including community forums, social media, or general gaming databases, were used to inform these findings.

The scope of this guide is limited by the fact that the source material focuses solely on internal development tools and workflows. It does not, and cannot, verify the existence of a player-facing console, specific cheat codes, or public-access debug features. All descriptions of the debug panel, the Tile contents tooltip, patrol route configuration, and civilian AI are presented as internal development processes. The reader is encouraged to view these details as insights into the creation of Brigador Killers as stated by the developers, rather than as a guide to game modification or console command usage. Any claim regarding the functionality of the game outside of this specific devlog is beyond the scope of the provided reference material and remains unverified.