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

MonsterGuide

Client-side in-game monster guide for R.E.P.O. with spawning info, searchable monster stats, local images, and persistent player notes.

Date uploaded 2 weeks ago
Version 1.0.0
Download link MechGaming-MonsterGuide-1.0.0.zip
Downloads 1548
Dependency string MechGaming-MonsterGuide-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305

README

MonsterGuide

Client-side in-game monster guide for R.E.P.O. using BepInEx 5.

MonsterGuide adds a dark field-guide style overlay with a spawning table, searchable monster stats, local PNG image support, and per-monster player notes.

This mod is original code and UI work for MonsterGuide. It does not include or copy Monster Archive code, layout, branding, writing, or assets.

Controls

  • Open/close guide: F5 by default.
  • Escape also closes the guide.

After first launch, edit BepInEx/config/mechgaming13.MonsterGuide.cfg to change keybinds.

Images

Images are loaded from:

BepInEx/plugins/MonsterGuide/Images/

Use PNG files matching the monster image field in Data/monsters.json, for example animal.png, apex_predator.png, or banger.png.

The bundled monster images are sourced from the R.E.P.O. Wiki monster pages/category and are stored offline in the Images folder. Per-file image attribution is included in Images/IMAGE_ATTRIBUTION.md.

If an image is missing, MonsterGuide shows a No image available placeholder.

If you use wiki images or images from another source, keep attribution in your package README and follow that source's license. Do not use images copied from another mod unless you have permission.

Notes

Player notes are saved per monster to:

BepInEx/config/MonsterGuide/notes.json

The file is human-readable JSON and is not erased when monster data changes.

Data Source

Monster facts and spawning table values are sourced from:

R.E.P.O. Wiki - Monsters

Fandom community content is available under CC-BY-SA unless otherwise noted. The bundled data uses factual table values and original placeholder appearance text.

Manual Install

Install the package contents into your R.E.P.O. profile. The important files are:

BepInEx/plugins/MonsterGuide/MonsterGuide.dll
BepInEx/plugins/MonsterGuide/Data/monsters.json
BepInEx/plugins/MonsterGuide/Images/

Current R.E.P.O. builds may require HideManagerGameObject = true in BepInEx/config/BepInEx.cfg if BepInEx plugins are being destroyed during startup.