You are viewing a potentially older version of this package. View all versions.
Dumbcatter-ShopkeeperStateManager-1.0.0 icon

ShopkeeperStateManager

Adds an in-game menu for changing and syncing the ShopKeeper state.

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

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

Preferred version: 5.4.2100

README

# 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.