Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
GynxzRepoChallenges
14 gameplay challenges with multi-select: run several at once or cycle them with F8. No Crouch, Flawless, Cart Leash, T-Rex and more. Host/single-player; networking in progress.
| Date uploaded | 3 weeks ago |
| Version | 1.3.0 |
| Download link | Gynxz-GynxzRepoChallenges-1.3.0.zip |
| Downloads | 76 |
| Dependency string | Gynxz-GynxzRepoChallenges-1.3.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Gynxz: RepoChallenges
Currently it's a Client Side single player version. Need to be the host and challenges will only apply to host. I'm working on the networking with some success but still trying.
⭐ This mod is being updated frequently — check back for new versions, fixes and features.
Challenges (14)
| Challenge | Effect |
|---|---|
| No Crouch | You cannot crouch. |
| No Sprint | Walk only — no running. |
| No Map | The map tool is disabled. |
| No Health Pack | Health packs cannot be used. |
| No Upgrades | Upgrade stations are off-limits. |
| Text Only | Communicate via text chat only (social-enforced). |
| Cart Leash | Stay near the cart or you're slowed, then stopped. |
| Flawless Items | Any valuable you damage while holding it is destroyed. |
| Frugal | Only grab items worth less than the threshold. |
| Expensive Only | Only grab items worth more than the threshold. |
| Pacifist | No grabbing weapons. |
| Empathetic | Damage a held valuable and you take damage too. |
| Nitro Fingers | Damage a held valuable and it explodes. |
| T-Rex | Grab range is drastically reduced. |
Choosing challenges (NEW — multiple challenges at once)
Open the in-game config (the ConfigurationManager overlay, default F1) and go to the
5 - Challenge Roster section. Every challenge has a three-way setting:
| Setting | What it does |
|---|---|
| Active | Always enforced. Set multiple challenges to Active and they all run at the same time. |
| Available | Goes into the F8 rotation (see below). Not enforced until F8 picks it. |
| Off | Disabled — not enforced and not in the rotation. |
Rules:
- You can have as many Active challenges as you want running together.
- Setting anything to Active disables F8 (you're in "fixed rules" mode).
- Changes apply live when you edit them in the F1 overlay — no restart needed.
Don't have the F1 overlay? Install BepInEx ConfigurationManager, or edit
BepInEx/config/com.gynxz.repochallenges.cfgand relaunch.
How to use
Debug keys (default):
- F8 — cycle to the next Available challenge (one at a time). Tip: set the challenges you want in the rotation to Available first, or F8 has nothing to cycle. F8 is disabled while any challenge is set to Active.
- F9 — clear the F8 rotation pick (your Active challenges stay).
Manual Assign panel: the 3 - Manual Assign config section lets you pick a challenge from a
dropdown and apply it right from the menu.
Streaming
I usually stream 6–10 PM EST, Mon / Wed / Fri. Mostly on Twitch, but I'm trying out YouTube and Kick too — come hang out!
You can find me here if you have suggestions or Feedback. This is my Second Mod ever so please have some patience.
- DISCORD — https://discord.gg/QfQVjjYPbc
- TWITCH — https://www.twitch.tv/gynxz
- YouTube — https://www.youtube.com/@gynxzgaming
- KICK — https://kick.com/gynxz
CHANGELOG
Changelog
1.4.0
⚠️ Everyone in the lobby must be on 1.4.0 for the new cross-player features to work.
- Nitro Fingers / Flawless / Empathetic now work for every player, not just the host. REPO simulates item impacts on the host only, so these challenges never triggered on other players' machines. The host now relays impacts on items held by other players to their game, where their own challenges fire (explosions and item destruction are executed host-side so they sync for everyone).
- Much more forgiving command parsing —
player: gynxz, no_crouch(spaces, nochallenge:prefix) andplayer:gynxz, clearnow work. Angle brackets/quotes around names are stripped. Everything is case-insensitive. - Fixed: sending the same command twice in a row was silently ignored.
- New
challenge_aliases.txt(next tochallenge_cmd.txt) — putTwitchName=SteamNamepairs there, one per line. Read live, so you can edit it while playing. This replaces fighting with theNameAliasesconfig, which is only read at game launch and gets rewritten by the game (wiping manual edits made while it runs).