ShopkeeperStateManager
Adds an in-game menu for changing and syncing the ShopKeeper state.# 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.
