In ep1, A House in the Rift. In ep3, The Inn.Oh, I forgot to ask; what was that VN the MC was playing in the game?
In ep1, A House in the Rift. In ep3, The Inn.Oh, I forgot to ask; what was that VN the MC was playing in the game?
You mean having to choose between Krystal and Skylar?I really hate the fact we already have a choice that locks you our of 1 character or another so early on in the game. Means basically needs to have a modder make it so you can see all scenes in a playthrough. Don't want to have to replay an entire game just to get the missed scenes.
Hope the dev changes that, it really sucks.
I dont see anything in the changelog about it? Just says bug fixes and a gallery fix.You mean having to choose between Krystal and Skylar?
If you read the Changelog you would know you can do both without the mod.
Episode 2I dont see anything in the changelog about it? Just says bug fixes and a gallery fix.
I thought he was talking about Jessica vs Skylar?You mean having to choose between Krystal and Skylar?
If you read the Changelog you would know you can do both without the mod.
I didn't put them down, sorry but I'll speed through it, and grab the errors, (I like the game though thanks, even with the errors popping up, lol )Can you send me the errors please and which version/platform and if you are using mods or anything?
Hi, well going through it quickly, I think I've gone a lot further without an error, though unsure why.Can you send me the errors please and which version/platform and if you are using mods or anything?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/e3s11.rpy", line 471, in script
$ bdsm += 1
File "game/scripts/e3s11.rpy", line 471, in <module>
$ bdsm += 1
NameError: name 'bdsm' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/e3s11.rpy", line 471, in script
$ bdsm += 1
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/e3s11.rpy", line 471, in <module>
$ bdsm += 1
NameError: name 'bdsm' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ripples 0.3.6
Tue Jul 20 22:33:54 2021
Next Error still with Skylar in bedroom:Hi, well going through it quickly, I think I've gone a lot further without an error, though unsure why.
I'm on a Desktop,
Version 3.6,
1067000_Ripples_Episode_3.1_In-Game_Mod,
Ripples-0.3.6-taboo,
2 mods found on the same link the game is,
The first error I have come across while speeding through it, is in the MC's bedroom with Skylar.
Unsure if you want the BBCode, or the Markdown
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/e3s11.rpy", line 471, in script $ bdsm += 1 File "game/scripts/e3s11.rpy", line 471, in <module> $ bdsm += 1 NameError: name 'bdsm' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/e3s11.rpy", line 471, in script $ bdsm += 1 File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/scripts/e3s11.rpy", line 471, in <module> $ bdsm += 1 NameError: name 'bdsm' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Ripples 0.3.6 Tue Jul 20 22:33:54 2021
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/e3s11.rpy", line 471, in script
$ bdsm += 1
File "game/scripts/e3s11.rpy", line 471, in <module>
$ bdsm += 1
NameError: name 'bdsm' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/e3s11.rpy", line 471, in script
$ bdsm += 1
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/e3s11.rpy", line 471, in <module>
$ bdsm += 1
NameError: name 'bdsm' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ripples 0.3.6
Tue Jul 20 22:33:54 2021
```
I posted both, it seems they're both identical?
So after this for any more errors, just post one of them?
Sorry first time I'm reporting errors. Used Ignore to continue.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/e3s11.rpy", line 504, in script
scene e3s11p99 with slowdis
File "game/scripts/e3s11.rpy", line 504, in <module>
scene e3s11p99 with slowdis
NameError: name 'slowdis' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/e3s11.rpy", line 504, in script
scene e3s11p99 with slowdis
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\ast.py", line 1385, in execute
paired = renpy.python.py_eval(self.paired)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/e3s11.rpy", line 504, in <module>
scene e3s11p99 with slowdis
NameError: name 'slowdis' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ripples 0.3.6
Tue Jul 20 22:41:56 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/e3s11.rpy", line 504, in script
scene e3s11p99 with slowdis
File "game/scripts/e3s11.rpy", line 504, in <module>
scene e3s11p99 with slowdis
NameError: name 'slowdis' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/e3s11.rpy", line 504, in script
scene e3s11p99 with slowdis
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\ast.py", line 1382, in execute
trans = renpy.python.py_eval(self.expr)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/e3s11.rpy", line 504, in <module>
scene e3s11p99 with slowdis
NameError: name 'slowdis' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ripples 0.3.6
Tue Jul 20 22:43:33 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/e3s11.rpy", line 579, in script
if skylarbuttRed or (_in_replay and persistent.skylarbuttRed):
File "game/scripts/e3s11.rpy", line 579, in <module>
if skylarbuttRed or (_in_replay and persistent.skylarbuttRed):
NameError: name 'skylarbuttRed' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/e3s11.rpy", line 579, in script
if skylarbuttRed or (_in_replay and persistent.skylarbuttRed):
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/e3s11.rpy", line 579, in <module>
if skylarbuttRed or (_in_replay and persistent.skylarbuttRed):
NameError: name 'skylarbuttRed' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ripples 0.3.6
Tue Jul 20 22:44:10 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/e3s11.rpy", line 592, in script
if skylarbuttSlap or (_in_replay and persistent.skylarbuttSlap):
File "game/scripts/e3s11.rpy", line 592, in <module>
if skylarbuttSlap or (_in_replay and persistent.skylarbuttSlap):
NameError: name 'skylarbuttSlap' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/e3s11.rpy", line 592, in script
if skylarbuttSlap or (_in_replay and persistent.skylarbuttSlap):
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Tarle\Desktop\New folder\R\Ripples-0.3.6-pc\Ripples-0.3.6-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/e3s11.rpy", line 592, in <module>
if skylarbuttSlap or (_in_replay and persistent.skylarbuttSlap):
NameError: name 'skylarbuttSlap' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ripples 0.3.6
Tue Jul 20 22:45:06 2021
There is no forced choice between Jessica's and Skylar's routes. But Jessica does have 1 relationship point you can miss out on early in the game which you may or may not need.I thought he was talking about Jessica vs Skylar?
This is why you are having errors. This mod is for 0.3.1 and the official version in the OP is 0.3.6 Public. The mod replaces my variables.rpy with this old list.1067000_Ripples_Episode_3.1_In-Game_Mod,
Dunno who that Nexos poser is, but I've updated to mine to the public one.This is why you are having errors. This mod is for 0.3.1 and the official version in the OP is 0.3.6 Public. The mod replaces my variables.rpy with this old list.
The other mod for 0.3.6 by Nexos isn't up to date either. There were changes in the public version and hidden renders were added too. So might also get errors with that mod too and won't get to see any hidden renders either. (That is, if you can find them.)
I can't guarantee the quality of gameplay when using any mods, my suggestion is not to use any mods. Or maybe just open the mod in a code editor and look for the menu choices.
You know me and my typos.Dunno who that Nexos poser is, but I've updated to mine to the public one.
Nexos probably stands on the street corner selling Rolax watches.Dunno who that Nexos poser is, but I've updated to mine to the public one.
This almost made me choke in my beerNexos probably stands on the street corner selling Rolax watches.
I'll reinstall it and see how it goes, and thanks agein, great game, will be looking forward to updates as well when they're available.This is why you are having errors. This mod is for 0.3.1 and the official version in the OP is 0.3.6 Public. The mod replaces my variables.rpy with this old list.
The other mod for 0.3.6 by Nexos isn't up to date either. There were changes in the public version and hidden renders were added too. So might also get errors with that mod too and won't get to see any hidden renders either. (That is, if you can find them.)
I can't guarantee the quality of gameplay when using any mods, my suggestion is not to use any mods. Or maybe just open the mod in a code editor and look for the menu choices.
You're not choosing between them. It's asking if you want to risk your relationship. I know a lot people like games with a perfect MC where every girl is instantly okay with you hooking up every other girl, but I like to take a different approach. Are you willing to risk the relationship and work for it or not? Isn't it more satisfying that way then just having everything automatically giving to the player. I understand people not liking the choice but I think having conflicts and working towards a solution is more rewarding in the end. I hope this doesn't turn you off the game and you come back to play future updates. Just remember, there is still a lot of story left and lots a great scenes to come.Loved the VN so far until I had to choose between Jessica and Skyler route. Don't get me wrong I'm still enjoying it but I hate having to choose between LIs. I wish I could trade Krystal for Jessica & Skyler duo.
I am still enjoying the story and can't wait for future updates. So does that mean that regardless of the choice, the player will get both girls?You're not choosing between them. It's asking if you want to risk your relationship. I know a lot people like games with a perfect MC where every girl is instantly okay with you hooking up every other girl, but I like to take a different approach. Are you willing to risk the relationship and work for it or not? Isn't it more satisfying that way then just having everything automatically giving to the player. I understand people not liking the choice but I think having conflicts and working towards a solution is more rewarding in the end. I hope this doesn't turn you off the game and you come back to play future updates. Just remember, there is still a lot of story left and lots a great scenes to come.