Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.79 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.79 KB

White Day - Sui's Hack

A hack for White Day: A Labyrinth Named School.

Features

  • Adds 120, 144, 165 fps cap options added to game's settings together. If your monitor has a different refresh rate that option will also appear in the settings menu (read notes).
  • Movement interpolation to prevent player from being unable to move when using high FPS.
  • Enabling Vertical axis inversion now also affects the mouse input.
  • Ability to change speaker mode from Stereo to Quad, 5.1, 7.1, Surround and Prologic.

Cheats (disabled by default):

  • Option to enable god mode that is hidden in game's libraries.
  • Option to hook code for security guard (janitor) view sight, so he ignores you.
  • Option to hook code responsible for stemina (breath), so you don't get tired from running.
  • Option to hook code responsible for inventory (save file pens). Important: Cheats may break various aspects of the game - use them at your own risk. I am not going to be fixing bugs related to these cheats.

Requirements

Installation

  • Download Sui's Hack.
  • Extract the zip archive and move it to the game's directory.
  • If you want to configure the plugin, after starting the game once with it, go to <game folder>/BepInEx/config and edit SuisHack.cfg or by pressing F11 in game.

Notes

  • Some monitors report refresh rates as float values. For example Samsung's Odyssey G7 instead of reporting 240Hz to the system, reports 239.958 Hz. Unity expects integer values, so this will become 239 fps. If this happens, you can use Increase refresh rate by one setting in BepInEx/config/SuisHack.cfg.