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
Assign 14 gameplay challenges to Host via debug keys. No crouch, flawless, cart leash, T-Rex and more. Working on network and multiplayer capacity
By Gynxz
| Date uploaded | 3 weeks ago |
| Version | 1.2.3 |
| Download link | Gynxz-GynxzRepoChallenges-1.2.3.zip |
| Downloads | 81 |
| Dependency string | Gynxz-GynxzRepoChallenges-1.2.3 |
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.
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. |
How to use
Debug keys (default):
- F8 — cycle to the next challenge
- F9 — clear the active challenge
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).