Ingame clock

  • Gothic 1 Remake — Ingame clock
Author:
018Mark018
Size:
4.06 kB
Date:
June 12, 2026, 01:12 PM
Downloads:
21
0.0 / 10
No one has rated the file yet.
  • June 12, 2026, 01:12 PM
    vnutriigrovye-chasy_1781259170_815912.zip
    Virus check from Virustotal: the file is safe (view report)
    Download (4.06 kB)

Adds a digital clock to the top-left corner of the screen to easily track the current in-game time in Gothic 1 Remake.

Installation instructions:

  1. Install UE4SS into ...\Gothic 1 Remake\G1R\Binaries\Win64 (dwmapi.dll must be in the same folder as the G1R-Win64-Shipping.exe executable).
  2. Copy the G1R_InGameClock folder from the archive into the following directory:
    ...\G1R\Binaries\Win64\ue4ss\Mods\
  3. If the mod doesn't load on its own, edit the mods.txt file in your mods directory and add this line:
    G1R_InGameClock : 1

Configuration:

You can customize the clock's appearance and positioning. Open the config.lua file with any text editor and adjust these values:

  • POS_X = 30 — Horizontal position (left offset).
  • POS_Y = 20 — Vertical position (top offset).
  • PREFIX = "" — Text prefix before the time.
  • UPDATE_MS = 1000 — Update period in milliseconds.
  • FONT_SIZE = 16 — Font size.
  • TEXT_COLOR = { R = 1.0, G = 0.86, B = 0.4, A = 0.5 } — Font color and opacity (values range from 0 to 1).
  • SHOW_DAY = false/true — Toggle day text display before the time.
  • DAY_WORD = "Day" — Word prefix used for the day.

Useful links:

Comments 0