- Jan 23, 2018
- 174
- 208
ShaddyModda has posted the updated mod on their Patreon. Looks like Christmas came early.2. ShaddyModda usually has their mod updated when the authorized update is released. The mod is not updated yet.
ShaddyModda has posted the updated mod on their Patreon. Looks like Christmas came early.2. ShaddyModda usually has their mod updated when the authorized update is released. The mod is not updated yet.
If you were part of Tal's Discord. You actually know the timeline and don't have to speculate. The mod was there ages ago...There are 2 things that make me think this is a leaked update and not an authorized update.
1. Talothral usually takes about 14 or 15 days to do an update. This has only been about 7.
2. ShaddyModda usually has their mod updated when the authorized update is released. The mod is not updated yet.
I could be wrong with both my assumptions though.
If I had the time to be on his or anyone else's discord from here, I would be., Most people who have a discord server want active people, not lurkers.If you were part of Tal's Discord. You actually know the timeline and don't have to speculate. The mod was there ages ago...
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 1733, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Terminus Reach: Sentinel 2 Update 11
Thu Aug 04 09:42:17 2022
He doesn't mind, I & majority there do lurk, lol.If I had the time to be on his or anyone else's discord from here, I would be., Most people who have a discord server want active people, not lurkers.
I'm only on Tlaero's discord and I tend to lurk.If I had the time to be on his or anyone else's discord from here, I would be., Most people who have a discord server want active people, not lurkers.
*silently checks Ava's post count..........I'm only on Tlaero's discord and I tend to lurk.
I rarely get enough time to myself to chat which is a shame cos I love chatting but I usually have something going on. Covid made me forget what being busy was like but it came back tenfold.
Forums are great, I can post as and when but I always feel rude as hell if i'm on discord and don't respond so I lurk.
I mostly just lurk myself. Even on my own server.If I had the time to be on his or anyone else's discord from here, I would be., Most people who have a discord server want active people, not lurkers.
ah the old. Ren'Py didn't like the change in the file so I'll break your save issue.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\behavior.py", line 962, in event return handle_click(self.clicked) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\behavior.py", line 897, in handle_click rv = run(action) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\display\behavior.py", line 320, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\loadsave.py", line 770, in load log.unfreeze(roots, label="_after_load") File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 1983, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 1815, in rollback self.load_failed() File "C:\Users\NY_ME\Downloads\Terminus_Reach_Sentinel_2-pc-Update11\TRS2-pc\renpy\python.py", line 1733, in load_failed raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?") Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? Windows-8-6.2.9200 Ren'Py 7.3.5.606 Terminus Reach: Sentinel 2 Update 11 Thu Aug 04 09:42:17 2022
It's not silent if you announce it.*silently checks Ava's post count..........
yes, yes, i know it's not the same thing but the joke doesn't work other wise.
I know but my post would be even more ridiculous if I didn't announce it.....It's not silent if you announce it.
Why not DL Update 11, it will have 9 & 10 in it.anyone got the mega link for update 9 to 10?
How's the next update here already?!
Smells fishy. Did Talothral make a pact with the devil?
Is he using blood magic? Maybe he even caused a rift
in the space time continuum?
He's always been quick to update.
The first Terminus game dropped fully completed and Sorcerer was completed quite quickly.
I want to say he works his ass off but i'm starting to think he has a basement dungeon with "guests" rendering for him.
This is public release, but yeah it took about 7 or 8 days to make this update and it was done week ago already... basically I think it got released about 6 hours after of public release of update 10...There are 2 things that make me think this is a leaked update and not an authorized update.
1. Talothral usually takes about 14 or 15 days to do an update. This has only been about 7.
2. ShaddyModda usually has their mod updated when the authorized update is released. The mod is not updated yet.
I could be wrong with both my assumptions though.
The blog still should have update only for 9 to 10 on Mega, been bit lazy deleting them as there is space in there.anyone got the mega link for update 9 to 10?
That's you at the desk to the right, correct?You don't have permission to view the spoiler content. Log in or register now.
Although... not sure any work would get done... And yes, that's probably the closest visual representation of me you'll ever get >.> Although I might make portrait out of it and switch it as my avatar... eh, have to see...
This is public release, but yeah it took about 7 or 8 days to make this update and it was done week ago already... basically I think it got released about 6 hours after of public release of update 10...
The blog still should have update only for 9 to 10 on Mega, been bit lazy deleting them as there is space in there.
As for the discord, there is 1600+ members in there and maybe a dozen or so people who actually talk in any regular basis. If someone wants just to lurk there, check the public render archive (or WIP section if patron) without saying anything, it's fine. No pressure.
Talothral running a rendering sweatshop. Seems legit.
Although... not sure any work would get done... And yes, that's probably the closest visual representation of me you'll ever get >.> Although I might make portrait out of it and switch it as my avatar... eh, have to see...
....
I'll get some green bodypaint and I'll be right over!At least we got Nadia and the Princess ... sorry ... Empress now.
I think that nearly covers all those from part 1 I was hoping to see get railed. All that's remaining is Nat and her gran and that's everyone from part 1 that I was hoping for.
Then I just need big, green, sexy and muscular.
Wouldn't mind if Chiel got her warmed up first for, errrrr, science?
It got switched around, and it's fixed, it just text issue nothing regarding the actual choice has changed.Talothral In update 11 there is a quick scene where Chiel reminds you to tell Naelae about your decision (made on day 4).
This decision has the d4MevaarBreeder variable which, if set to true, gives a dialogue that makes it seem like you are declining the offer, while it seems you'll accept it if the variable is false.
I don't know if the dialogue got switched around or if something else isn't right, or if I'm just stupid and interpreted it wrong.