longjohngold

Well-Known Member
Jan 22, 2020
1,212
1,905
This game features the same phone code that's cropped up in a handful of games. If you're taking the proper precautions to not let renpy games access the internet (and you really really should), it'll throw up errors at you because it's got this silly thing in it where it wants to represent your connection on the phone.

Thankfully a dev of another game was able to quickly fix it just by commenting out that bit of the phone code... and their file seems to get rid of the errors even in other games (that don't seem to bother trying to fix it for some reason, like this game :whistle:)... you can grab the file over here: https://f95zone.to/threads/that-new-teacher-day-5-fix-rogueone.171128/post-14008976
 

malcolmalbie

Member
Oct 8, 2018
488
994
This game features the same phone code that's cropped up in a handful of games. If you're taking the proper precautions to not let renpy games access the internet (and you really really should), it'll throw up errors at you because it's got this silly thing in it where it wants to represent your connection on the phone.

Thankfully a dev of another game was able to quickly fix it just by commenting out that bit of the phone code... and their file seems to get rid of the errors even in other games (that don't seem to bother trying to fix it for some reason, like this game :whistle:)... you can grab the file over here: https://f95zone.to/threads/that-new-teacher-day-5-fix-rogueone.171128/post-14008976
A more portable fix is editing phone/system.rpy and changing
Python:
default phone.system.wifi = None # If not `None`, a boolean.
to
Python:
default phone.system.wifi = True
The reason it has such weird and somewhat intrusive "features" is because it's designed for a DDLC mod, some of which even get your local weather in order to show it in-game.
 
  • Like
Reactions: CHYSA

CHYSA

Newbie
Game Developer
Jul 19, 2023
91
263
This game features the same phone code that's cropped up in a handful of games. If you're taking the proper precautions to not let renpy games access the internet (and you really really should), it'll throw up errors at you because it's got this silly thing in it where it wants to represent your connection on the phone.

Thankfully a dev of another game was able to quickly fix it just by commenting out that bit of the phone code... and their file seems to get rid of the errors even in other games (that don't seem to bother trying to fix it for some reason, like this game :whistle:)... you can grab the file over here: https://f95zone.to/threads/that-new-teacher-day-5-fix-rogueone.171128/post-14008976


Thank you for sharing! I have to admit, I was really struggling to find a way to fix this error.
 

nejfan

Newbie
Aug 30, 2017
36
26
Haven't played the game yet but from what I can see I do like the art and the premise seems fun.

Big issue for me is mostly whether or not mc is a doormat/meek or sub tbh. The fact that he's also short doesn't really help either. There's so few gay games where the mc actually feels masculine lol.

Does the choices impact any of this or nah? And does the demonic shit maybe help his vertical problems?
 
5.00 star(s) 2 Votes