You are viewing a potentially older version of this package. View all versions.
HazDS-WhatCurfew-1.2.0 icon

WhatCurfew

A MelonLoader mod for Schedule 1 that disables or customizes curfew times, allowing players to explore freely or set their own curfew hours.

Date uploaded 4 months ago
Version 1.2.0
Download link HazDS-WhatCurfew-1.2.0.zip
Downloads 349
Dependency string HazDS-WhatCurfew-1.2.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.2 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.2

README

WhatCurfew

A MelonLoader mod for Schedule 1 (v0.4.3f3) that disables or customizes curfew times, allowing players to explore freely or set their own curfew hours.

Features

  • Disable curfew entirely - Explore 24/7 without police harassment
  • Custom curfew times - Set your own start and end times (e.g. midnight to 3AM)
  • Custom VMS board messages - Replace curfew warning signs with your own text
  • 8 color options - Customize the VMS board text color
  • Disco mode for VMS boards - Cycle through all colors dynamically
  • Toggle on/off - Enable or disable the mod without restarting via mod manager apps

Installation

  1. Install MelonLoader for Schedule 1
  2. Copy the appropriate DLL to your Mods folder:
    • Mono version (alternative branch): WhatCurfew_Mono.dll
    • IL2CPP version (main branch): WhatCurfew_Il2cpp.dll

Configuration

After first run, a config file is created at UserData/MelonPreferences.cfg:

[WhatCurfew]
Enabled = true
CurfewCustomTime = false
CurfewStartTime = "21:00"
CurfewEndTime = "5:00"
VMSBoardMessage = "NO CURFEW\nENJOY THE NIGHT"
VMSBoardColor = "Green"

Options

Setting Default Description
Enabled true Master switch for the mod
CurfewCustomTime false Enable custom curfew times instead of fully disabling curfew
CurfewStartTime 21:00 When curfew begins in 24-hour format (e.g. 23:00 for 11PM)
CurfewEndTime 5:00 When curfew ends in 24-hour format (e.g. 3:00 for 3AM)
VMSBoardMessage NO CURFEW\nENJOY THE NIGHT Custom text for VMS boards when curfew is disabled
VMSBoardColor Green Text color: Green, Yellow, Red, Blue, Cyan, Purple, Orange, White
DiscoMode false Cycle through all colors on VMS boards
DiscoSpeed 0.5 Seconds between color changes in disco mode (0.1 to 2.0)

CHANGELOG

Changelog

[1.2.1]

Fixed

  • Updated for Schedule 1 v0.4.4f10 compatibility.

[1.2.0]

Added

  • Custom curfew times: Set your own curfew start and end times instead of fully disabling curfew.
  • Warning countdown, alarm sounds, and police enforcement all respect custom times.
  • HUD text updated to show custom end time (e.g. "Police curfew in effect until 3AM").

[1.1.0]

Added

  • Disco mode: New feature that cycles through all colors on VMS boards dynamically.

[1.0.0] - Initial Release