HarukazeLab-REPOSimpleTimer icon

REPOSimpleTimer

Shows the elapsed time since the level started on the HUD.

Last updated 21 hours ago
Total downloads 244
Total rating 0 
Categories Misc Client-side AI Generated
Dependency string HarukazeLab-REPOSimpleTimer-1.0.1
Dependants 0 other packages depend on this package

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 Simple Timer

English | 日本語

English

A BepInEx plugin that shows the elapsed time since the level started on the HUD.

  • The timer starts the moment the loading screen ends and you gain control of your character.
  • The timer stops when the level ends, and resets automatically when the next level begins.
  • Hidden in the main menu / lobby menu, while the HUD is hidden, and during the death cutscene.

Installation

Just drop REPOSimpleTimer.dll into your BepInEx plugins folder.

BepInEx\plugins\REPOSimpleTimer\REPOSimpleTimer.dll

Configuration

1. General

Key Default Description
Enabled true Toggles the timer display.
ShowOutsideLevels false Also show the timer in the truck, the shop, and the tutorial.
ToggleKey F8 Key to show/hide the timer in-game (it keeps counting while hidden).

2. Text

Key Default Description
Format MinutesSeconds MinutesSeconds (12:34) / MinutesSecondsCentis (12:34.56) / HoursMinutesSeconds (01:12:34)
Prefix "" Text placed before the time (e.g. TIME ).

3. Layout

Key Default Description
Anchor TopCenter Which screen edge/corner the timer is pinned to (8 directions).
OffsetX 0 Horizontal offset from the anchor (positive = right).
OffsetY -30 Vertical offset from the anchor (positive = up).
FontSize 24 Font size.
Color #FFFFFF HTML color string (#RRGGBB / #RRGGBBAA).

日本語

R.E.P.O. のHUDに「レベル開始からの経過時間」を表示するプラグインです。

  • ローディングが明けてプレイヤーが操作可能になった瞬間から計測を開始します。
  • レベルが終了した時点で計測を停止し、次のレベルに入ると自動的にリセットされます。
  • メインメニュー / ロビーメニュー、HUD非表示中、死亡演出中は表示されません。

インストール

REPOSimpleTimer.dll を BepInEx の plugins フォルダに置くだけです。

BepInEx\plugins\REPOSimpleTimer\REPOSimpleTimer.dll

設定

1. General

キー 既定値 説明
Enabled true タイマー表示のON/OFF
ShowOutsideLevels false トラック・ショップ・チュートリアルでも表示する
ToggleKey F8 ゲーム中に表示を切り替えるキー(非表示中も計測は継続)

2. Text

キー 既定値 説明
Format MinutesSeconds MinutesSeconds(12:34) / MinutesSecondsCentis(12:34.56) / HoursMinutesSeconds(01:12:34)
Prefix "" 時刻の前に付ける文字列(例: TIME

3. Layout

キー 既定値 説明
Anchor TopCenter 画面のどの端に固定するか(8方向)
OffsetX 0 アンカーからの横方向オフセット(+で右)
OffsetY -30 アンカーからの縦方向オフセット(+で上)
FontSize 24 フォントサイズ
Color #FFFFFF HTMLカラー文字列(#RRGGBB / #RRGGBBAA

Links