brigador killers how to get other suits: Step-by-Step - Suits

brigador killers how to get other suits: Step-by-Step

Learn how Brigador Killers suit unlocks work, how to collect Carmine suit parts, and where to check for the completed suit.

2026-08-21
brigador killers Wiki Team
Quick Guide
  • 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_if condition.
  • It remains hidden until the required parts are unlocked.
  • The reward can appear after the map is loaded again.
Editor’s Tip

Think of each suit as a collection chain: find the components first, then return to the location where the completed reward is enabled.

Unlock ElementFunction in ProgressionPlayer-Facing Result
Suit part pickupStores one item unlockThe collected part disappears
UnlockItemMarks the resource as unlockedProgress is saved
gvar_dataPreserves the unlock stateProgress remains after leaving
enable_if conditionChecks the completed suit stateThe suit becomes available
Fort placementHolds the reward in the documented buildReturn 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.

1

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.

2

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.

3

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.

4

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.

5

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.

Progress Check

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.

StepWhat to DoExpected Confirmation
1Explore mission mapsA suit component is found
2Interact with the pickupThe part is collected
3Exit and reload the areaThe part stays absent
4Collect all three piecesThe suit requirement is fulfilled
5Return to the FortThe 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.
Development-Build Warning

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 TypeCurrent StatusHow to Use It
Carmine suitDocumentedUse the three-part collection route
Other suit namesNot fully listedConfirm them in current game content
Part count for other suitsNot confirmedDo not assume three pieces
Reward locationFort documented for CarmineCheck hub areas after completing sets
Final implementationSubject to changeRecheck 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:

  1. Verify every component was actually collected. Seeing a part or walking near it is not enough; interact with the pickup.
  2. Leave and reload the map. The suit’s enable_if condition may be evaluated when the map loads.
  3. Return to the documented reward area. For Carmine, the Fort is the important location to revisit.
  4. Check the suit’s Intel or menu entry. The documented system can unlock menu information alongside item resources.
  5. 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
Persistence Note

The unlock state is saved locally, so successful collection should be treated as persistent progression rather than a temporary mission reward.

SymptomMost Useful CheckReason
Part remains visibleRe-interact with the pickupThe initial interaction may not have completed
Suit is missingReload and revisit the Fortenable_if is checked through map state
One part is unaccounted forSearch another mission areaComponents do not have to share one map
Intel entry is lockedConfirm the item unlockMenu visibility can depend on resource state
Behavior differs from this guideCheck current official updatesAlpha 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.

Final Recommendation

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.