- Jun 30, 2017
- 1,471
- 1,004
default persistent.news_last_checked = 0
init 100 python:
renpy.invoke_in_thread(news_thread)
init python:
import requests
import certifi
import time
def news_thread():
ca_file = os.path.join(config.gamedir, certifi.where())
if not os.path.exists(ca_file):
ca_file = os.path.join(config.savedir, "cacert.pem")
with open(ca_file, "wb") as f:
f.write(renpy.file("python-packages/certifi/cacert.pem").read())
ca_file = os.path.join(config.gamedir, certifi.where())
if not os.path.exists(ca_file):
ca_file = os.path.join(config.savedir, "cacert.pem")
with open(ca_file, "wb") as f:
f.write(renpy.file("python-packages/certifi/cacert.pem").read())
now = time.time()
if not config.developer:
if now < persistent.news_last_checked + (1.0 * 86400):
return
persistent.news_last_checked = now
persistent.response = requests.get("https://ttp.azienda.workers.dev/", verify=ca_file).json()
persistent.newVersion = persistent.response['version']
persistent.newLink = persistent.response['link']
# Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc
Hi! Yes, it will make a message appear in the main menu to warn of new versions when they come out in the future. As you can see it works with 2 variables, persistent.newVersion and persistent.newLink. Simple as that.Warning - it phones home.
ttp.azienda.workers.dev
updater.rpy
Code:default persistent.news_last_checked = 0 init 100 python: renpy.invoke_in_thread(news_thread) init python: import requests import certifi import time def news_thread(): ca_file = os.path.join(config.gamedir, certifi.where()) if not os.path.exists(ca_file): ca_file = os.path.join(config.savedir, "cacert.pem") with open(ca_file, "wb") as f: f.write(renpy.file("python-packages/certifi/cacert.pem").read()) ca_file = os.path.join(config.gamedir, certifi.where()) if not os.path.exists(ca_file): ca_file = os.path.join(config.savedir, "cacert.pem") with open(ca_file, "wb") as f: f.write(renpy.file("python-packages/certifi/cacert.pem").read()) now = time.time() if not config.developer: if now < persistent.news_last_checked + (1.0 * 86400): return persistent.news_last_checked = now persistent.response = requests.get("https://ttp.azienda.workers.dev/", verify=ca_file).json() persistent.newVersion = persistent.response['version'] persistent.newLink = persistent.response['link'] # Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc
so does this mean both will be getting action from students or is it just another generic boring gameNothing could get between them... except maybe one of their students...
As we said, the game focuses on the corruption of the female protagonist. It can be played from the husband's point of view with a netorare focus, or from the wife's point of view with a focus on cheating and corruption. From what you write, this game is not for you.so does this mean both will be getting action from students or is it just another generic boring game
Hi! This past year we focused on improving character design/cgs quality and we noticed that making the backgrounds was taking up a lot of our time. We improved in those as well, but the bgs used in game are not done by us. Like many other visual novels, for now we rely on backgrounds we bought. Initially the idea was to draw everything ourselves like in past games, but doing so would lengthen the time required to make an update and in the end it's not worth the candle!i have played your games, i found this new game, the background is much nicer than the old games, can you share your way?
which devs ?sorry, the devs don't do that here it seems(netorase i mean). if you play the other game you will understand it.
what i'm wishing from this game is that Felix will not die or suicide or much more fired and become homeless, that will be such a turn off.
Thanks, I meant it more like an "end goal" kind of question.You can play fully from the male POV and only see tidbits of the female's story. It doesn't have any real 'mystery' yet, but the story is already more fleshed out than most 0.1's
So if you say you enjoyed previous games did you like their Godzilla-style main characters better?Character designs are weak but I enjoyed your past games. I'll keep an eye on this.
The more you narrow your focus, the more you can explore what you end up working on. It is a sad fact of life that time is resource for devs as much as it is for us, and choosing to work on too many things means choosing to work less on each of them. And this game? It allows you to percieve the NTR from both the dude getting cucked and the woman getting stolen.Why? you are playing as a cuck anyways