You are viewing a potentially older version of this package. View all versions.
Gynxz-GynxzRepoChallenges-1.2.3 icon

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6

README

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.

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 parsingplayer: gynxz, no_crouch (spaces, no challenge: prefix) and player:gynxz, clear now 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 to challenge_cmd.txt) — put TwitchName=SteamName pairs there, one per line. Read live, so you can edit it while playing. This replaces fighting with the NameAliases config, which is only read at game launch and gets rewritten by the game (wiping manual edits made while it runs).