I did the same, and it has worked without any issues that I sawHad to start new game for some reason and script.rpy kept crashing after pc_name, fixed by removing the brackets []around the 2nd listing for pc_name in script.rpy
I did the same, and it has worked without any issues that I sawHad to start new game for some reason and script.rpy kept crashing after pc_name, fixed by removing the brackets []around the 2nd listing for pc_name in script.rpy
How do you edit files within script.rpy?Had to start new game for some reason and script.rpy kept crashing after pc_name, fixed by removing the brackets []around the 2nd listing for pc_name in script.rpy
hmmm i did the google and the rubbing of my face against my keyboard and still couldnt figure this out. Can not play the game grr and i love this one as well but cant play when you get an exception every other screen bahHow do you edit files within script.rpy?
Nevermind some google and rubbing my face against my keyboard helped me figure it out. These two know what they are talking about. It worked.
Here you go. Extract the file to x:\SisterSisterSisterChapter6SE-1.0-pc\game\ and replace script.rpyCan you post a download for those who can't edit it.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 14280, in script
if level == 0:
Exception: Possible infinite loop.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 14280, in script
if level == 0:
File "C:\Users\Walt Dee\Downloads\SisterSisterSisterChapter6SE-1.0-pc\renpy\execution.py", line 56, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.
Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187
Sister, Sister, Sister - Chapter 6 Special Edition 1.0
Yeah - that fixed the naming issue, but I can't quite figure out what is changed in the savelocation.pyo file so saves will work...damn, really don't want to start over if I can help it...Had to start new game for some reason and script.rpy kept crashing after pc_name, fixed by removing the brackets []around the 2nd listing for pc_name in script.rpy
Thank you!Here you go. Extract the file to x:\SisterSisterSisterChapter6SE-1.0-pc\game\ and replace script.rpy
For anyone else that want to edit it manually:
Open script.rpy (I recommend Notepad++)
Go to line 538
Replace: [pc_name] = renpy.input("What is your name?")
With: pc_name = renpy.input("What is your name?")
Game is all inclusive, in other words you don't need do download separate chapters, just the latest one to play the entire game to date.Does anybody know what is meant in the change log by " All chapters contained in current version ".
I started a new game just to get it to create a save folder, then pasted saves from ver 5 into it and it seems to work. Character is now called pc_name though, guess this is something to do with the other script errorYeah - that fixed the naming issue, but I can't quite figure out what is changed in the savelocation.pyo file so saves will work...damn, really don't want to start over if I can help it...