- brigador killers how to get other suits starts with collecting the suit parts placed in missions.
- Carmine suit parts are treated as individual pickup resources with persistent unlock states.
- Collect all three parts to activate the completed suit through the game’s unlock system.
- Revisit the Fort after completing the collection route to check whether the suit is available.
- Other suit locations are not fully documented, so use the same unlock logic without assuming identical maps.
brigador killers how to get other suits: Core Unlock System
The documented suit progression in Brigador Killers uses collectible parts rather than a simple menu purchase. In the Secret Alpha build, the Carmine suit is assembled from three separate suit-part pickups. Each part is placed in a map, disappears after collection, and contributes to the unlock condition for the finished suit.
The system is built around ITEM_PICKUP resources. Each pickup has an unlock function, and the resulting state is saved locally in the game’s gvar_data file. This means the collection progress is designed to persist when you leave a mission and return later.
The official Carmine suit unlock announcement on Steam explains the underlying system and notes that the Secret Alpha implementation was still a work in progress. Treat the locations and presentation as documented development behavior rather than a guaranteed final-game catalog.
Suit Parts
- Three separate pickups are required for the documented Carmine suit.
- Each part has its own unlockable resource.
- Collected parts are designed not to reappear.
Unlock Function
- Suit parts call
UnlockItem. - The function records each item as unlocked.
- The saved state is stored in
gvar_data.
Completed Suit
- The finished suit uses an
enable_ifcondition. - It remains hidden until the required parts are unlocked.
- The reward can appear after the map is loaded again.
Think of each suit as a collection chain: find the components first, then return to the location where the completed reward is enabled.
| Unlock Element | Function in Progression | Player-Facing Result |
|---|---|---|
| Suit part pickup | Stores one item unlock | The collected part disappears |
UnlockItem | Marks the resource as unlocked | Progress is saved |
gvar_data | Preserves the unlock state | Progress remains after leaving |
enable_if condition | Checks the completed suit state | The suit becomes available |
| Fort placement | Holds the reward in the documented build | Return trip reveals the suit |
How to Collect the Carmine Suit Parts
The Carmine suit is the clearest example of how alternate suits are expected to work. The three components may be placed together for testing, but they do not need to appear on the same map in normal content. The documented Fort setup demonstrates the intended structure: the player explores other areas, collects the required parts, and returns to the Fort to claim the reward.
Follow the process below rather than searching the main menu for a direct suit purchase. The suit is connected to map pickups and saved progression, so the important actions happen during exploration.
Search Mission Areas for Suit Parts
Explore maps carefully and look for interactive suit-part pickups. The documented Carmine setup uses three separate pieces, so finding one part does not complete the unlock. Record which areas you have already searched to avoid repeating the same route without a plan.
Interact With Every Component
Pick up each visible suit component instead of simply passing through the area. The parts are assigned to the UnlockItem function, which records them as unlocked resources when the interaction is completed.
Leave the Area After Collection
Once a part is collected, it should be disabled by its unlock condition. Leaving the map helps confirm that the pickup state was saved and prevents confusion about whether the interaction registered correctly.
Complete the Three-Part Requirement
Continue exploring until all three Carmine components have been collected. The finished suit does not become available after only one or two pieces because its appearance depends on the completed unlock state.
Return to the Fort and Reload the Map
Revisit the Fort after collecting the required components. The completed suit is configured to appear only when its unlock condition is satisfied, so a fresh map load or return trip may be needed before it becomes visible.
If all three parts are collected, the expected result is that the components no longer appear and the completed suit becomes available on a later map load.
| Step | What to Do | Expected Confirmation |
|---|---|---|
| 1 | Explore mission maps | A suit component is found |
| 2 | Interact with the pickup | The part is collected |
| 3 | Exit and reload the area | The part stays absent |
| 4 | Collect all three pieces | The suit requirement is fulfilled |
| 5 | Return to the Fort | The completed suit can appear |
Other Suits: What the Current System Confirms
The keyword “other suits” suggests a broader wardrobe or armor collection, but the available documentation specifically describes the Carmine suit. It does not provide a complete list of every suit, confirmed part count for future suits, or a final map-by-map location guide.
The safest way to understand future suit unlocks is to follow the same general pattern:
- Search missions for distinctive collectible components.
- Interact with every relevant pickup.
- Watch for components that disappear after collection.
- Return to hub-like areas after completing a set.
- Revisit maps if the reward does not appear immediately.
- Avoid assuming that every suit uses exactly three pieces.
The development article also explains that the suit system is separate from the maps themselves. Lua functions and saved global variables handle the unlock state, while map properties determine where pickups or rewards appear. As a result, a future suit could use different locations while following the same basic progression structure.
Confirmed
- Carmine uses three documented parts.
- Parts use
UnlockItem. - The completed suit uses
enable_if.
Likely Pattern
- Explore separate mission areas.
- Collect linked components.
- Return to a reward location.
Not Confirmed
- A full suit catalog.
- Final release locations.
- Identical requirements for every suit.
The documented unlock behavior comes from a Secret Alpha build. Suit names, locations, requirements, and reward placement may change as Brigador Killers development continues.
| Information Type | Current Status | How to Use It |
|---|---|---|
| Carmine suit | Documented | Use the three-part collection route |
| Other suit names | Not fully listed | Confirm them in current game content |
| Part count for other suits | Not confirmed | Do not assume three pieces |
| Reward location | Fort documented for Carmine | Check hub areas after completing sets |
| Final implementation | Subject to change | Recheck official updates |
Troubleshooting Missing Suit Rewards
A completed suit may not appear immediately if the game has not refreshed the relevant map state. The unlock logic separates collectible parts from the finished suit: parts are disabled after collection, while the suit is enabled only after the required resource state is detected.
Use the checks below when a reward appears to be missing:
- Verify every component was actually collected. Seeing a part or walking near it is not enough; interact with the pickup.
- Leave and reload the map. The suit’s
enable_ifcondition may be evaluated when the map loads. - Return to the documented reward area. For Carmine, the Fort is the important location to revisit.
- Check the suit’s Intel or menu entry. The documented system can unlock menu information alongside item resources.
- Avoid treating a development difference as a bug. The Secret Alpha behavior was explicitly subject to revision.
The suit parts and the completed suit may also be placed on different maps. Testing them together demonstrates the logic, but normal level design can distribute the components across an exploration route and place the reward somewhere else.
Carmine Suit Verification:
- Interact with all three documented suit parts
- Confirm collected parts no longer reappear
- Leave the mission and reload the map state
- Return to the Fort after completing the set
- Check the Intel or menu entry for the unlocked item
The unlock state is saved locally, so successful collection should be treated as persistent progression rather than a temporary mission reward.
| Symptom | Most Useful Check | Reason |
|---|---|---|
| Part remains visible | Re-interact with the pickup | The initial interaction may not have completed |
| Suit is missing | Reload and revisit the Fort | enable_if is checked through map state |
| One part is unaccounted for | Search another mission area | Components do not have to share one map |
| Intel entry is locked | Confirm the item unlock | Menu visibility can depend on resource state |
| Behavior differs from this guide | Check current official updates | Alpha systems may be revised |
FAQ About Brigador Killers Suit Unlocks
Q: How does brigador killers how to get other suits progression work?
The documented method uses collectible suit components. Pickups call an unlock function, the game saves their state, and the completed suit becomes visible when its unlock condition is met.
Q: How many parts are needed for the Carmine suit?
The documented Carmine setup uses three separate suit parts. Other suits may use different requirements because a complete final suit catalog is not established in the available development documentation.
Q: Where should I look after collecting the Carmine parts?
Return to the Fort and reload or revisit the map. The completed Carmine suit is documented as being placed at the Fort, while its three components are found during exploration.
Q: Why did the suit not appear immediately?
The finished suit uses an enable condition that can be evaluated when the map loads. Confirm that all required parts were collected, leave the area, and return after the game refreshes the map state.
For any newly added suit, start with the Carmine model: identify the components, collect the full set, reload the relevant area, and check the hub reward location.