Projekt Night

Member
Sep 2, 2016
103
207
319
Is there any way to edit the game so that my character wakes up at 6:00 AM or 7:00 AM?
as the others said, you can just skip the morning bj (assign someone first).

===

if you want to just edit the html file, try the following (haven't tested)

Normal wake changed to 7:00 AM

Find this
/* RESET HOURS */
<<if $dayend is true>>
<<set $gameDate.setHours(8)>>
<<set $gameDate.setMinutes(0)>>
<<if _savecount gte 70>><<set $days+=1>><<adddays 1>><</if>>
<<set $daycount to 80>>
<</if>>

Change to this
/* RESET HOURS */
<<if $dayend is true>>
<<set $gameDate.setHours(7)>>
<<set $gameDate.setMinutes(0)>>
<<if _savecount gte 70>><<set $days+=1>><<adddays 1>><</if>>
<<set $daycount to 70>>
<</if>>


===

BJ wake up at 6:00 AM

Find this
<<set $gameDate.setHours(7)>>
<<set $daycount to 70>>

Change to this
<<set $gameDate.setHours(6)>>
<<set $daycount to 60>>


.
 
  • Like
Reactions: Edger

lodewawatutz

Newbie
Jan 18, 2020
38
43
110
as the others said, you can just skip the morning bj (assign someone first).

===

if you want to just edit the html file, try the following (haven't tested)

Normal wake changed to 7:00 AM

Find this
/* RESET HOURS */
<<if $dayend is true>>
<<set $gameDate.setHours(8)>>
<<set $gameDate.setMinutes(0)>>
<<if _savecount gte 70>><<set $days+=1>><<adddays 1>><</if>>
<<set $daycount to 80>>
<</if>>

Change to this
/* RESET HOURS */
<<if $dayend is true>>
<<set $gameDate.setHours(7)>>
<<set $gameDate.setMinutes(0)>>
<<if _savecount gte 70>><<set $days+=1>><<adddays 1>><</if>>
<<set $daycount to 70>>
<</if>>


===

BJ wake up at 6:00 AM

Find this
<<set $gameDate.setHours(7)>>
<<set $daycount to 70>>

Change to this
<<set $gameDate.setHours(6)>>
<<set $daycount to 60>>


.
Can you help me to edit the html file to have lots of money? Tried to use cheat on joiplay android player
 

reidanota

Well-Known Member
Nov 1, 2021
1,097
1,093
254
Well you can already wake up earlier, just put some girl on morning blowjob duty and then don't go through with the event.
I've done that, but for some reason the morning blowjob event passes automatically and very quicly, I can't read it or cancel it. Is this a setting somewhere?
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,931
1,351
338
I've done that, but for some reason the morning blowjob event passes automatically and very quicly, I can't read it or cancel it. Is this a setting somewhere?
I don't know why it possibly would pass automatically...

Do you perhaps have mods? I vaguely remember there being some issue with morning BJs and the Automation mod. Or some mod. I don't use mods, and I have no issues, sue me.
 
4.50 star(s) 169 Votes