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.
ShopkeeperStateManager
Adds an in-game menu for changing and syncing the ShopKeeper state.
By Dumbcatter
| Date uploaded | 13 hours ago |
| Version | 1.0.0 |
| Download link | Dumbcatter-ShopkeeperStateManager-1.0.0.zip |
| Downloads | 29 |
| Dependency string | Dumbcatter-ShopkeeperStateManager-1.0.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
# Shopkeeper State Manager
Adds a simple menu for changing the ShopKeeper state in R.E.P.O.
## Features
- Change the ShopKeeper state from an in-game menu
- Uses the ShopKeeper's UpdateStateRPC
- State changes are synced through Photon
- Works with the ShopKeeper's existing PhotonView
- No extra setup required
## Controls
Press F9 to open or close the menu.
## States
- Sleeping
- WakeUp
- GoToSleep
- Observe
- Flash
- Shock
- Hurt
- Aim
- WaitForRuckusPlayer
- SeeRuckusPlayer
- GrabRuckusPlayer
- JudgeRuckusPlayer
- Shoot
- AngryObservation
- WarnGrabPlayer
- WarnTellOff
## Installation
1. Install BepInEx.
2. Put ShopkeeperStateManager.dll into:
BepInEx/plugins/
3. Start R.E.P.O.
4. Press F9 to open the menu.
## Requirements
- BepInEx
- R.E.P.O.
## Notes
The mod uses the ShopKeeper's existing PhotonView and calls
UpdateStateRPC so the selected state is sent to the other players.
Only one ShopKeeper is expected per level.