- Jan 11, 2020
- 1
- 2
you can just use the teleporting function found in the hacks menu in the computer to TP to trip contentcan someone upload a save at the beginning of the trip?
I am not sure. I have had builds before where icon was not changed and it threw false positives. I suspect it is to due with the new build of renpy.False positive likely due to custom icon on exe. Probably you should use a proper icon editor or properly sign the exe so it does not generate false positive.
If you come across that point, maybe you could create some save games to share? It is hard for me to create it because I don't play the game organically, but jump around using console commands. Thank youI'll just replay it. The game is great so not much grief there
My save from trip is broken, and when I tried hacks it just send me to the end of contentyou can just use the teleporting function found in the hacks menu in the computer to TP to trip content
what about the "play 0.59 content only" option?My save from trip is broken, and when I tried hacks it just send me to the end of content
haven't tried it, but I haven't seen the previous updatewhat about the "play 0.59 content only" option?
oh cool, double the content for you thenhaven't tried it, but I haven't seen the previous update
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'logo_patron2.png'>:
File "renpy/common/000statements.rpy", line 554, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'logo_patron2.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/computer/computer.rpyc", line 6, in script
File "renpy/ast.py", line 1960, in execute
self.call("execute")
File "renpy/ast.py", line 1948, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 554, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2969, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2978, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "renpy/display/core.py", line 3477, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2359, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 781, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1156, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 651, in load
filelike = renpy.loader.load(self.filename)
File "renpy/loader.py", line 766, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'logo_patron2.png'.
If i am not mistaken i had an error and a missing image at the start of the game. I mean the first time when you go at home. The MC say: I am really tired better to go to sleep. After... black screen "image not found" but the game continue without any problem. Just missing that image. Till now only that.anyone else getting image not found in some scenes?
The 2 missing pictures are just mc in bed. Fix next timeIf i am not mistaken i had an error and a missing image at the start of the game. I mean the first time when you go at home. The MC say: I am really tired better to go to sleep. After... black screen "image not found" but the game continue without any problem. Just missing that image. Till now only that.
Download hotfixthis happens when clicking on the computer
what is wrong?
Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'logo_patron2.png'>: File "renpy/common/000statements.rpy", line 554, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) IOError: Couldn't find file 'logo_patron2.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/computer/computer.rpyc", line 6, in script File "renpy/ast.py", line 1960, in execute self.call("execute") File "renpy/ast.py", line 1948, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 554, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/exports.py", line 2969, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 2978, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "renpy/display/core.py", line 3477, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2359, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 751, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 751, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 751, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/screen.py", line 681, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 751, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/behavior.py", line 781, in render rv = super(Button, self).render(width, height, st, at) File "renpy/display/layout.py", line 1156, in render st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/im.py", line 607, in render return cache.get(self, render=True) File "renpy/display/im.py", line 271, in get surf = image.load() File "renpy/display/im.py", line 651, in load filelike = renpy.loader.load(self.filename) File "renpy/loader.py", line 766, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'logo_patron2.png'.
Thankyou! Pls leave a review!danteworks
~>ggwp.
~>music is unexpectedly perfect match up in the game.
~>The game is like a moon some people may pass by and never try this yet I hope u get more support this is definitely my fav game ad worth to support.
~>I got my high hopes on nyx and maya XD oh well damn.
~>The girls are unexpectedly surprise me specially the Girl I like the most has a sword you got me good I thought the sister friend has it damn.
~>Good luck on ur game hope many pple will support u and try the game is definitely worth to play.
False positive? Maybe, but there is absolutely NO reason to have this warning.anti malware and windows defender are warning me trojan.wacatac.c on game exe as high risk
That is just the -32.exe and is most likely false positive. The other .exe should be just fine.False positive? Maybe, but there is absolutely NO reason to have this warning.
I got "Trojan:Win32/Woreflint.A!cl" for my part, by Windows Defender (0.59 Hotfix from Mega), on "Depravity-32.exe".
Also, VirusTotal also detected it 7 times... So maybe it's a false positive, but I won't try anyway :You must be registered to see the links
I can admit that a game engine is detected because it uses direct CPU clock access, or assembly, but being flagged while nothing game-related is shown... Abnormal.
Won't execute it until this is fixed, in particular because previous versions did NOT shown this warning (in fact, "Depravity-32.exe" wasn't even existing in previous version!) AND Ren'Py/RPGM games never triggered my antivirus before.
I have more than 50 Ren'Py / RPGM games installed currently (and probably more than 200 versions installed since I started these games).That is just the -32.exe and is most likely false positive. The other .exe should be just fine.