You are viewing a potentially older version of this package. View all versions.
SpelledEye-SimpleTimePanel-1.1.0 icon

SimpleTimePanel

A simple mod for the host that adds a time-adjustment panel with a slider to the game.

Date uploaded 2 days ago
Version 1.1.0
Download link SpelledEye-SimpleTimePanel-1.1.0.zip
Downloads 48
Dependency string SpelledEye-SimpleTimePanel-1.1.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

⏳ REPO Admin Time Panel

A lightweight, powerful menu for R.E.P.O. that grants you full control over the flow of time (Open with F8). Freeze the world to plan your next move, or accelerate it to lightspeed for absolute chaotic fun!

⚠️ IMPORTANT MULTIPLAYER NOTE: This mod manipulates the global physics engine. It works flawlessly ONLY if you are the HOST of the lobby. Using it as a client will cause severe desynchronization and will likely disconnect you from the match.


✨ Features

  • Smooth Time Control: A built-in slider allowing you to adjust game speed from 0.0x (Complete Freeze) up to 10.0x (Lightspeed) in real-time.
  • Instant Hotkeys: One-click buttons to instantly Reset time back to normal or Pause the entire world.
  • Draggable Window: Simply click and hold the window header to move the panel anywhere on your screen.
  • Fully Customizable: Easily rebind the menu opening key using standard Windows Virtual Key Codes.
  • Zero Footprint: Completely clean BepInEx console log with no spamming.

⚙️ Configuration Options

The mod automatically generates a configuration file named com.user.repoadmintimepanel.cfg inside your BepInEx config folder upon the first game launch.

Config Name Allowed Limits / Type Default Value Description
MenuKeyVirtualCode 1 - 254 (Integer) 119 (F8) The Windows Virtual Key Code (Decimal) used to toggle the admin panel overlay.

⌨️ How to Rebind the Menu Key

To change the activation key, find your config file and replace the 119 value with any Decimal Windows Virtual Key Code from the table below:

Desired Key Code to put in Config
F8 (Default) 119
F1 112
F5 116
F10 121
Insert 45
Delete 46
Home 36
End 35
T 84
U 85
P 80

CHANGELOG

Changelog

- 2026-09-01 (1.0.0)

  • Initial release.

- 2026-09-01 (1.1.0)

  • Added a config file that allows changing the key used to open the panel.
  • The maximum speed limit was increased from 5x to 10x.