4.30 star(s) 30 Votes

cxx

Message Maestro
Nov 14, 2017
59,957
30,013
well usual update (besides not much sex) and story advanced and as usual players got several laughs. quite oddly this didn't end on sexscene like prev. 2 updates.
 
Jan 18, 2022
97
114
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.
Nat's the hybrid psionic with no known fam. You're thinking of Andi's gran. Speaking of Andi, she's not on your part 1 list? Thought Andi's gran wanting great-grand kids would lead to Andi.
 

Canto Forte

Post Pro
Jul 10, 2017
21,164
25,945
1661158933816.png


And at times, it isn't the character that gives the problems, but the hair. Although I'm not entirely happy with her either, she misses that... something. I have about 500 hair items (give or take) that I can use, and sometimes you can't find the one you like from the ones you have. It's the same reason why Chiel doesn't have hair. Nothing fits her character, some hairstyles look good on her, but it isn't her with hair. It's a similar thing with this one. It took me 4 hours to find the hair. The character was created in 5 minutes. Eh I get it right by the time I need her.

1661159272683.png

So, what is this? It would be a mild spoiler since if you chose it on day 11 (I think it was 11), you knew it was coming. Just what does it mean? Well, you have to wait for that. ;)
Progress 19.08.2022


So Friday is here once again.
And straight to business this time. Rendering, it will be shocking to know that I'm about halfway through the script. There are a couple more complex scenes, so that might slow things down. And now that I've said that, the rendering will take 25 seconds... There is some set building as well, but nothing that should take hours to do.
As for writing, I should have update 16 done by Monday. That, of course, depends on how many interruptions happen between now and then, but I'm hopeful.
 

LoneRanger11

Active Member
Jul 3, 2020
565
591
Terminus Reach: Sentinel 2 Update 12
You don't have permission to view the spoiler content. Log in or register now.
If you run into issues please use this thread or join us on !
,

We're crowdfunded, donations of any size would be greatly appreciated!
; .​
 

ZeroDarkhole

New Member
Feb 7, 2021
11
2
Has anyone else gotten this error when Garret and Chiel are supposed to go to the 4th room ?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/update12.rpy", line 752, in <module>
NameError: name 'd12FourthRoom' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "update12.rpyc", line 752, in script
  File "F:\Visual Novels\TRS2-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "F:\Visual Novels\TRS2-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\Visual Novels\TRS2-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/update12.rpy", line 752, in <module>
NameError: name 'd12FourthRoom' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Terminus Reach: Sentinel 2 Update 12
Sat Aug 27 07:50:44 2022
 
  • Sad
Reactions: Yukiko I

Talothral

Well-Known Member
Game Developer
Jul 8, 2020
1,155
5,411
Has anyone else gotten this error when Garret and Chiel are supposed to go to the 4th room ?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/update12.rpy", line 752, in <module>
NameError: name 'd12FourthRoom' is not defined
Yeah it isn't exactly a fix as is it's just putting the line (or any other "is not define" error variable names) into a file as such:
Code:
default d12FourthRoom = False
then saving it as fixingsomething.rpy in to the /game folder. Ren'py has been funny recently, randomly complaining about variables not being defined when they are. Irritating when everything works on my end. Meh...

Other way to fix it is to load an older save, it fixes it because reasons.
 

RobNorthman

Member
Jun 20, 2017
389
461
I keep getting this error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/name_override.rpy", line 7, in name_repl
    if t.group(0).startswith("Garrett"): return mc_name
NameError: global name 't' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "update12.rpyc", line 33, in script
  File "D:\Games\Iso files\Casual\AIF\Terminus Reach S2 [DND]\renpy\ast.py", line 689, in execute
    what = renpy.config.say_menu_text_filter(what)  # E1102
  File "game/name_override.rpy", line 7, in name_repl
    if t.group(0).startswith("Garrett"): return mc_name
NameError: global name 't' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Terminus Reach: Sentinel 2 Update 12
Sat Aug 27 10:35:20 2022
Any ideas for a fix?
 

Talothral

Well-Known Member
Game Developer
Jul 8, 2020
1,155
5,411
I keep getting this error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/name_override.rpy", line 7, in name_repl
    if t.group(0).startswith("Garrett"): return mc_name
NameError: global name 't' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "update12.rpyc", line 33, in script
  File "D:\Games\Iso files\Casual\AIF\Terminus Reach S2 [DND]\renpy\ast.py", line 689, in execute
    what = renpy.config.say_menu_text_filter(what)  # E1102
  File "game/name_override.rpy", line 7, in name_repl
    if t.group(0).startswith("Garrett"): return mc_name
NameError: global name 't' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Terminus Reach: Sentinel 2 Update 12
Sat Aug 27 10:35:20 2022
Any ideas for a fix?
Yeah. Do you have name_override.rpy (and obviously the name_override.rpyc) in your /game folder? If so delete it.

Generally speaking here, it would be wise before doing an update to delete any possible .rpy and .rpyc files from the /game folder, simply because most likely there has been modifications to those files or they have been integrated to the scripts.rpa. Or are just out dated and break things.
 

RobNorthman

Member
Jun 20, 2017
389
461
Yeah. Do you have name_override.rpy (and obviously the name_override.rpyc) in your /game folder? If so delete it.

Generally speaking here, it would be wise before doing an update to delete any possible .rpy and .rpyc files from the /game folder, simply because most likely there has been modifications to those files or they have been integrated to the scripts.rpa. Or are just out dated and break things.
That did the trick, thanks so much. They were the only .rpy files in there so it should be all sorted now.
 
  • Like
Reactions: Talothral
4.30 star(s) 30 Votes