Shift At Midnight
Install

Details

Last Updated
First Uploaded
Downloads
25
Likes
0
Size
166KB
Dependency string
Heisenkebab_Mods-NIGHTMARE_Mode-1.0.0
Dependants

Categories

Nightmare Mode

An mod for Shift At Midnight that turns the whole game up with steeper quotas, tougher spiders, thieves from Day 1, and mistakes that cost you the save instead of the day. Built for players who've cleared the base game and want the difficulty pushed well past it, with every multiplier exposed as a config value so you can dial in exactly how much.

Features

Each feature below maps to the config section of the same name, so anything you want to change is easy to find.

  • Quota — Daily store quotas are multiplied by 3x by default, starting from Day 1 and applying to every day after.
  • Thieves — Thieves can show up from the very first day and spawn more often, instead of only appearing later on.
  • Damage — Every hit the player takes is multiplied.
  • Spiders — Movement speed and HP are both scaled up.
  • Customers — Every customer is on a patience timer, so there are no more infinite-patience shoppers.
  • Boxes — Restock boxes only refill shelves with 5 items instead of 15.
  • Vents — You get pushed back out much faster, so vents are no longer a safe hiding spot. This one is handled purely client-side, so each player's own push-out speed applies to them rather than the host's.
  • Game reset — Missing quota or dying wipes your save entirely, instead of just costing you the day.

Planned

Nothing locked in yet. If there's a way you'd like the game made harder, open an issue and suggest it — feature requests are welcome.

Requirements

  • Shift At Midnight (Steam)
  • BepInEx 6 (IL2CPP) installed for the game
  • HarmonyX (bundled with BepInEx IL2CPP)
  • ModSettingsMenu — a required dependency, not an optional one. It provides the in-game settings UI, and the plugin will not load without it.

Installation

  1. Install BepInEx (IL2CPP) for Shift At Midnight if you haven't already.
  2. Install ModSettingsMenu.
  3. Drop NIGHTMAREMODE.dll into BepInEx/plugins/NIGHTMAREMODE/.
  4. Launch the game. Check BepInEx/LogOutput.log for Plugin NIGHTMARE Mode 1.0.0 is loaded! to confirm it's active.

Building from source

dotnet build

The project references the following DLLs from a local lib/ folder, which isn't committed to this repo — copy them there yourself from your own game install's interop/unhollowed assemblies:

  • Assembly-CSharp.dll
  • Fusion.Runtime.dll
  • Il2Cppmscorlib.dll
  • ModSettingsMenu.dll
  • UnityEngine.CoreModule.dll
  • UnityEngine.UI.dll
  • UnityEngine.PhysicsModule.dll
  • Unity.TextMeshPro.dll
  • UnityEngine.AnimationModule.dll

On build, the project copies the compiled DLL into your game's plugin folder. Update the <GameDir> property in NIGHTMAREMODE.csproj to point at your own install path first — if it's empty or points somewhere that doesn't exist, the copy is skipped and the build still succeeds. Either way, the built NIGHTMAREMODE.dll can be found in bin/Debug/net6.0/.

Packaging for Thunderstore

dotnet build -c Release -t:ThunderstorePackage

Produces an upload-ready artifacts/NIGHTMAREMODE-<version>.zip. This is a separate target rather than part of a normal dotnet build, so the fast edit-build-playtest loop stays fast.

To cut a release, bump <Version> in NIGHTMAREMODE.csproj — that single value feeds both PluginInfo.PLUGIN_VERSION and the package manifest's version_number. Note that Thunderstore always serves the highest version ever uploaded, so a mistyped version permanently buries every release after it.

Package sources live in thunderstore/; see the README there.

Disclaimer

This is an unofficial, fan-made mod and is not affiliated with or endorsed by the developers or publisher of Shift At Midnight.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.