Already taken care off. They changed it with something else. It will be different after the beta.View attachment 1950990
View attachment 1950991
Uh, no thank you, could do with rewriting that, it's horribly out of place and dated as hell.
To add to this. Someone on Patreon had the same concern. Here is the response from Purple fellas:Already taken care off. They changed it with something else. It will be different after the beta.
I assume it happened because they probably tried to mean somethingelse in their native language and used wrong word for that.
Did you use a mod before?I'm trying to determine if I'm doing something wrong. Is anyone having problems using saves from .10d with the new release, .11b?
Will there be an update for the mod anytime soon? And thanksEdit: Updated for version 0.10d
I've made a Walkthrough/Gallery/Cheat mod for this game
Download : MEGA PIXELDRAIN
- Best choices in dialogue colored green
- Scene replay gallery added to the main menu
- Cheat menu button added to the top right of the screen
You must be registered to see the links
Read the reply from MyPreciousCJ 8 posts above yours.Will there be an update for the mod anytime soon? And thanks
Will do thanks for the highlightRead the reply from MyPreciousCJ 8 posts above yours.
Saw it , sorry for not noticing it beforeRead the reply from MyPreciousCJ 8 posts above yours.
Check MyPreciousCJ post , its upWill you be updating your mod for the beta versions of the game updates or only the final versions when they come out (ie 0.11c/d)
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script5.rpy", line 3006, in script
mc "*Panting* Wow! You are really good at this! Oh!"
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
IOError: Couldn't find file 'images/v11/animation/haruka_good/1.webm'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script5.rpy", line 3006, in script
mc "*Panting* Wow! You are really good at this! Oh!"
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\ast.py", line 706, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\exports.py", line 1334, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 1139, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 842, in do_display
**display_args)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\display\core.py", line 3127, in interact_core
renpy.audio.audio.interact()
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 1070, in interact
periodic()
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 1023, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 1001, in periodic_thread_main
periodic_pass()
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 942, in periodic_pass
c.periodic()
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 420, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 72, in load
rv = renpy.loader.load(fn)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/v11/animation/haruka_good/1.webm'.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Savior 0.11b
Thu Jul 28 16:09:49 2022
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script5.rpy", line 3019, in script
mc "*Panting*"
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
IOError: Couldn't find file 'images/v11/animation/haruka_good/1.webm'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script5.rpy", line 3019, in script
mc "*Panting*"
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\ast.py", line 706, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\exports.py", line 1334, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 1139, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 842, in do_display
**display_args)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\display\core.py", line 3377, in interact_core
renpy.audio.audio.periodic()
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 1023, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 1001, in periodic_thread_main
periodic_pass()
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 942, in periodic_pass
c.periodic()
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 420, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 72, in load
rv = renpy.loader.load(fn)
File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/v11/animation/haruka_good/1.webm'.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Savior 0.11b
Thu Jul 28 16:11:51 2022
check Bøb69 post in previous pageCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script5.rpy", line 3019, in script mc "*Panting*" File "renpy/common/00library.rpy", line 268, in say who(what, interact=interact, *args, **kwargs) IOError: Couldn't find file 'images/v11/animation/haruka_good/1.webm'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script5.rpy", line 3019, in script mc "*Panting*" File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\ast.py", line 706, in execute renpy.exports.say(who, what, *args, **kwargs) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\exports.py", line 1334, in say renpy.store.say(who, what, *args, **kwargs) File "renpy/common/00library.rpy", line 268, in say who(what, interact=interact, *args, **kwargs) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 1139, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 842, in do_display **display_args) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\character.py", line 591, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\ui.py", line 295, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\display\core.py", line 2699, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\display\core.py", line 3377, in interact_core renpy.audio.audio.periodic() File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 1023, in periodic six.reraise(exc[0], exc[1], exc[2]) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 1001, in periodic_thread_main periodic_pass() File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 942, in periodic_pass c.periodic() File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 420, in periodic topf = load(self.file_prefix + filename + self.file_suffix) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\audio\audio.py", line 72, in load rv = renpy.loader.load(fn) File "E:\Old hard\ZZ\mm\New folder\gg\Savior-0.11b-pc\Savior-0.11b-pc\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/v11/animation/haruka_good/1.webm'. Windows-8-6.2.9200 Ren'Py 7.3.2.320 Savior 0.11b Thu Jul 28 16:11:51 2022
Sorry, but imho this version is really superfluous! Neither the size nor the quality differ from mine to an extent that justifies it's existence.[VN] [Ren'Py] Savior [v0.11b] [Purple Fellas] [HQ, MyRepack-YAC]
Original size: 3.9GB
Repack size: 529MB
You don't have permission to view the spoiler content. Log in or register now.
PC = WorkUpload / PixelDrain / KrakenFiles <= Testing this filehost, seems pretty good.
(Tutorial on how to create PC/MacOS build.)
Click LIKE if you find my post useful
I think I've said it often enough that, in my opinion, having the same game version compressed by multiple compressors is pointless and a waste of time and ressources. Even more so if the versions don't differ much in size and quality. And what made you assume that I wouldn't do an HQ version myself? And then you post your version right after mine and even expect me to add a link to your version in my post? I consider this behavior to be disrespectful, if not rude!@MyPreciousCJ Quality wise at this size its better than your version but i could also add UQ Edition? Will you link to my compressed version and let members of F95Zone decide for themselves?
Yeah most likely, need to redownload.I had a electricity out while downloading the game from the mega link, and after extracting I got a corrupt error. Is that from the electricity fall ?