AceOfAlvie

New Member
Jul 6, 2017
9
0
In script.rpy

View attachment 3521959

I Changed " Saveversion = 1510 " to "Saveversion = 1511"


View attachment 3521961
The game is programmed in such a way that, If Saveversion < 1510. Doreen has a schedule and actually appears in game.
but, as expected, there is not much content in game for her though. Just Stripping, Handjob and masturbation.

PLEASE MAKE A BACKUP FOR YOUR GAME :)

I can't seem to find a script file to edit that myself :(
 

Stem

New Member
Apr 5, 2017
10
23
Maybe I'm asking in the wrong topic, but can anyone share artwork from the author ( oni ) of this game ? I found a torrent but it's been dead for 8 years. Example of the author's work will now add.
3fcf122c1eafde63cc7d91e343e4f9f3.jpg
 

Nast33

Newbie
Jul 1, 2017
44
30
51.d still has very obvious non-ignorable bugs. Anytime I try sitting next to someone in class this happens, either from my previous save or on day 2 when starting over:

While running game code:
File "game/script Locations.rpy", line 653, in <module>
IndexError: list index out of range

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

Full traceback:
File "script Locations.rpyc", line 389, in script call
File "script Locations.rpyc", line 653, in script call
File "script Functions.rpyc", line 2233, in script
File "E:\H\Rogue-Like-1.51d-win\renpy\ast.py", line 1341, in execute
args, kwargs = self.arguments.evaluate()
File "E:\H\Rogue-Like-1.51d-win\renpy\ast.py", line 184, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "E:\H\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\H\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script Locations.rpy", line 653, in <module>
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 1.51d
 

sleepingkirby

Active Member
Aug 8, 2017
512
748
51.d still has very obvious non-ignorable bugs. Anytime I try sitting next to someone in class this happens, either from my previous save or on day 2 when starting over:

While running game code:
File "game/script Locations.rpy", line 653, in <module>
IndexError: list index out of range

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

Full traceback:
File "script Locations.rpyc", line 389, in script call
File "script Locations.rpyc", line 653, in script call
File "script Functions.rpyc", line 2233, in script
File "E:\H\Rogue-Like-1.51d-win\renpy\ast.py", line 1341, in execute
args, kwargs = self.arguments.evaluate()
File "E:\H\Rogue-Like-1.51d-win\renpy\ast.py", line 184, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "E:\H\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\H\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script Locations.rpy", line 653, in <module>
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 1.51d
He probably typed too fast. I know I've done that a few times with Javascript.
Open up that file (game/script Locations.rpy) and on line 652 (Note that it's line 652, not 653), change this:
Code:
 while Present > 2:
to this:
Code:
 while len(Present) > 2:
"Present" is an array/list and he forgot to compare it to the length of the array on 652 but did so on 655.
 

RanTao549

Newbie
Sep 9, 2018
50
91
He probably typed too fast. I know I've done that a few times with Javascript.
Open up that file (game/script Locations.rpy) and on line 652 (Note that it's line 652, not 653), change this:
Code:
 while Present > 2:
to this:
Code:
 while len(Present) > 2:
"Present" is an array/list and he forgot to compare it to the length of the array on 652 but did so on 655.
Do you know what the Mac equivalent to that particular file would be? I'd use the Windows version myself but I'm temporarily stuck with a mac at the moment.
 

sleepingkirby

Active Member
Aug 8, 2017
512
748
Do you know what the Mac equivalent to that particular file would be? I'd use the Windows version myself but I'm temporarily stuck with a mac at the moment.
Yes, actually. I use to help admin a mac lab.

So, first off, if you didn't know, a .app file is actually not a file but a folder. You need to navigate into it.

Forgive the windows screen shot as I'm on my windows partition atm to update the PALF cheat injector, but this is the path you need to get into this path to find the archive.rpa file
Screenshot (19).png

archive.rpa is a file in an archive format that you'll need rpatool (or unren) to extract. Once you've downloaded rpatool, you just need to run:
./rpatool -x archive.rpa
(don't forget to add execution privilege to rpatool if it doesn't have it.
chmod a+x ./rpatool
is the unix command)
Once that's, essentially, unzipped, you'll be able to see the file "script Locations.rpy" in that folder.


Actually, while you're there (in the games folder via terminal), you might as well run:
find . -iname "*.rpy" -exec grep -Hwin "DorrenX" {} \;

that will tell you which files Oni typo'ed DoreenX into DorrenX so you can go fix that.
 
Last edited:

imzahai

Active Member
Apr 19, 2019
892
1,227
d version as in v1.51d is 10 levels of Shyte for me, it crashes anytime i go into the classroom, regardless of which time; as soon as i select where to sit [wether with someone, between, or neither] endless loop of crashing...
i had to rollback to version C to get those crashes to stop.

or is this i sign that i have no class??
 

Ray666

New Member
May 27, 2018
10
34
d version as in v1.51d is 10 levels of Shyte for me, it crashes anytime i go into the classroom, regardless of which time; as soon as i select where to sit [wether with someone, between, or neither] endless loop of crashing...
i had to rollback to version C to get those crashes to stop.

or is this i sign that i have no class??
A sign you ought to be crass.
 
  • Haha
Reactions: slowpersun
4.40 star(s) 148 Votes