rbk-tr-EndlessLateNights封面

rbk-tr-EndlessLateNights

旅客休息
玩法机制

82562

MOD介绍

转载自restless-barkeep Do you hate passing out before everything is done? Now the night never ends, until you chose to sleep and save. EndlessLateNights Never pass out again! This mod will move the Clock backwards a customizable amount of time when the clock reaches a customizable time. Balancing notes I chose 0:30-2:30 so that you still get the Tired alert, and it still hits the normal hour markers for paying employees and everything else should work ok, also picked nighttime to offset NPC time still being limited but the values are configurable and up to you. config showing going from 2:30 am to 0:30 am causing EndlessLateNights! WARNING: do not have time warp change the current day. [code] ## Settings file was created by plugin rbk-tr-EndlessLateNights v0.0.3 ## Plugin GUID: rbk-tr-EndlessLateNights [EndlessLateNights] ## Hour to trigger the time loop # Setting type: Int32 # Default value: 2 trigger hour = 2 ## Min to trigger the time loop # Setting type: Int32 # Default value: 30 trigger min = 30 ## Hours to go backwards (WARNING: going back to the previous day can mess with things) # Setting type: Int32 # Default value: 2 hours to go back = 2 [/code] ChangeLog 0.0.3 fixed some glitching added config...