- Feb 21, 2021
- 240
- 331
Good to know, I suspected as muchIt got switched around, and it's fixed, it just text issue nothing regarding the actual choice has changed.
Good to know, I suspected as muchIt got switched around, and it's fixed, it just text issue nothing regarding the actual choice has changed.
It did for me.quite oddly this didn't end on sexscene like prev. 2 updates.
good for you but still endscene wasn't mc and *insert name here* having sex (unless saved on that screen) since game continued bit after that.It did for me.
Me and red got it on.
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.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.
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
Never mind, for a fix on Talothral's Discord.Use one of the other three rooms then.
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: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
default d12FourthRoom = False
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
Yeah. Do you have name_override.rpy (and obviously the name_override.rpyc) in your /game folder? If so delete it.I keep getting this error
Any ideas for a fix?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
That did the trick, thanks so much. They were the only .rpy files in there so it should be all sorted now.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.