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

StartWithRandomWeapon

Start the game with a random weapon, show those monsters who's really in charge.

Date uploaded 3 months ago
Version 1.0.0
Download link OsmarBriones-StartWithRandomWeapon-1.0.0.zip
Downloads 424
Dependency string OsmarBriones-StartWithRandomWeapon-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2304

README

Start With Frying Pan

Start every run in R.E.P.O. with one or more random weapons — fully configurable.

Features

  • Start each new game owning one or several random weapons.
  • Configure which weapons can appear.
  • Configure how many weapons you start with.
  • Compatible with multiplayer — only the host needs to have this mod installed.
  • Weapons behave exactly as if you bought them from the shop.
  • The weapon list can be updated without restarting the game.

Requirements

Installation

  1. Install BepInEx Pack.
  2. Place the file StartWithRandomWeapon.dll into your BepInEx/plugins folder.
  3. Launch the game and start a new game — the configuration files will be generated automatically inside BepInEx/config.
  4. (Optional) If you prefer, you can manually place the following files in BepInEx/config:
    • com.osmarbriones.startwithrandomweapon.cfg
    • com.osmarbriones.startwithrandomweapon/weapons.txt
  5. Open those files to customize your weapon list and other settings.

Configuration

  • The .cfg file controls general settings (like the number of weapons to start with).
  • The weapons.txt file defines which weapons can appear — one per line. Lines starting with # are ignored.

Support

If something doesn’t work, feel free to send an email to [email protected] and I’ll do my best to fix it.

Credits

Developed by Osmar Briones

CHANGELOG

Changelog

1.1.0

Changed

  • Unified all configuration into a single .cfg file.
    The legacy weapons configuration file has been removed.
  • Updated the logging system to use Logger instead of Debug.Log.

Notes

  • This update changes how configuration works.
    Users may need to adjust their settings after updating.

1.0.1

Fixed

  • Corrected the mod title in the README file.

1.0.0

Added

  • First release!