Rogue-Like 0.990i (save file chaos)
Added 2020-03-04 09:33:55 +0000 UTCOk, this is the initial test of the ability to import saves from previous versions of the game to the new version. Give it a shot. I'll remind you to only import saves where you are in the player's room, alone, and saved from a copy of version 0.984 (the one from last fall). Previous versions or other locations will likely cause problems. For now, it's probably best that you not continue on from these saves too far, because it's uncertain whether everything transferred successfully, that's what testing is for, but fingers crossed. Please report any situations where a character's clothing options seem unexpected to you, or they are behaving in a way that seems off, or something along those lines. I may ask for follow-up checking. Part of the point of this is to test the save migration feature across as wide a spectrum as possible, but it at least seems to work across a few saves I have available.
There are also various bug fixes in this one, notably to the pool area, post-date scenarios, maybe the shower (which still has some issues), and I added a few things. Also, McCoy's lab now has red, yellow, and blue buttons. These do not change anything, they just spit out some data that I might ask you to relay back to me *if* you're experiencing certain issues. If you click one and see any duplicate names, let me know.
Comments
Ok, thanks.
Oni
2020-03-05 16:23:38 +0000 UTCIt happened near the very start of the game (I started a new game), went on a date with Rogue and offered to pay for dinner + movie.
2020-03-05 13:59:02 +0000 UTCthis problem occurs several times per date in different places
Great Chicken Studio
2020-03-05 13:04:52 +0000 UTCWhile date, movie. Dinner couse same error too. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 204, in script call call EventCalls File "game/script Functions.rpy", line 806, in script call call DateNight File "game/script DateNight.rpy", line 1769, in script call call Date_Paying("movie") File "game/script DateNight.rpy", line 2371, in script if Party[1]: File "game/script DateNight.rpy", line 2371, in if Party[1]: IndexError: list index out of range
Great Chicken Studio
2020-03-05 11:31:11 +0000 UTCthere are console commands?
2020-03-05 11:04:50 +0000 UTCHmm, possibly. Those interactions can get a bit complicated.
Oni
2020-03-05 08:53:45 +0000 UTCOdd, they shouldn't have. Maybe I toggled them on in that one by accident.
Oni
2020-03-05 07:59:27 +0000 UTCYeah, the date stuff all stems from the same source. I think I just need to change how that portion runs, because my current implementation makes some assumptions that are proving hard to live up to.
Oni
2020-03-05 07:59:05 +0000 UTCYes.
Oni
2020-03-05 07:57:37 +0000 UTCHmm, ok. I'm trying to chase this one down, exactly. When you get this error, I am assuming only one girl is around? Was the date always one girl, or did it start with two and one left at some point? If so, when?
Oni
2020-03-05 07:57:28 +0000 UTCYes, this is deliberate, I'm playing with the idea. If people don't like it I can change it back, but I figured, if you and another girl were messing around together, maybe she wouldn't just up and leave. It's not 100% of the time, if she has class or training she is likely to go to it, and she only stays if she likes you. I probably can do some checking on the night time stuff though.
Oni
2020-03-05 07:55:51 +0000 UTCI've ran into a oddity during threesomes with the girls, some times for whatever reason the, when you click to exit the session it'll swap to the other and require you to hit it again, and then repeat one or two more times before finally editing. It may be connected to a swapping ug involving undressing the second girl through the threesome menu when she another girl or making out at your request. Simply put when I unless the second girl, she'll swap with the first once completely naked.
Strategist G Bu Shi
2020-03-05 01:37:07 +0000 UTCthe console commands dont work on this one thye worked on the 0.990h but not this one
Lex
2020-03-05 01:37:00 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script DateNight.rpy", line 2819, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 427, in script call File "script Functions.rpyc", line 1714, in script call File "script Locations.rpyc", line 204, in script call File "script Functions.rpyc", line 806, in script call File "script DateNight.rpyc", line 2755, in script call File "script DateNight.rpyc", line 2819, in script File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script DateNight.rpy", line 2819, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990i [/code]
Strategist G Bu Shi
2020-03-04 23:48:21 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script DateNight.rpy", line 2737, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 427, in script call File "script Functions.rpyc", line 1714, in script call File "script Locations.rpyc", line 204, in script call File "script Functions.rpyc", line 806, in script call File "script DateNight.rpyc", line 2737, in script File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script DateNight.rpy", line 2737, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990i [/code]
Strategist G Bu Shi
2020-03-04 23:48:08 +0000 UTCGot these errors during a date with Kitty to the restaurant and then the movies [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script DateNight.rpy", line 2700, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 427, in script call File "script Functions.rpyc", line 1714, in script call File "script Locations.rpyc", line 204, in script call File "script Functions.rpyc", line 806, in script call File "script DateNight.rpyc", line 1000, in script call File "script DateNight.rpyc", line 2700, in script File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script DateNight.rpy", line 2700, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990i [/code] -------------------------- [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script DateNight.rpy", line 2371, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 427, in script call File "script Functions.rpyc", line 1714, in script call File "script Locations.rpyc", line 204, in script call File "script Functions.rpyc", line 806, in script call File "script DateNight.rpyc", line 1769, in script call File "script DateNight.rpyc", line 2371, in script File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script DateNight.rpy", line 2371, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990i [/code] [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script DateNight.rpy", line 2700, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 427, in script call File "script Functions.rpyc", line 1714, in script call File "script Locations.rpyc", line 204, in script call File "script Functions.rpyc", line 806, in script call File "script DateNight.rpyc", line 1769, in script call File "script DateNight.rpyc", line 2700, in script File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.990i-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script DateNight.rpy", line 2700, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990i [/code]
Strategist G Bu Shi
2020-03-04 23:45:54 +0000 UTCHaving the same problem with everyone with the date choice but I like that I can bring my save from the other vision and can’t wait till the next girl to show up.
2020-03-04 23:43:22 +0000 UTCHmm the game got no sound at all for me and even in the options menu, it says "There is no Audio".
2020-03-04 19:24:28 +0000 UTCI'm actually getting an error every date I try to go on, yep.
Nevermoar
2020-03-04 17:54:33 +0000 UTCGot an error while going out on a date. I'm sorry, but an uncaught exception occurred. While running game code: File "game/script DateNight.rpy", line 2700, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 204, in script call File "script Functions.rpyc", line 806, in script call File "script DateNight.rpyc", line 1000, in script call File "script DateNight.rpyc", line 2700, in script File "C:\Users\Shawn\Downloads\Rogue-Like-0.990i-win\Rogue-Like-0.990i-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\Shawn\Downloads\Rogue-Like-0.990i-win\Rogue-Like-0.990i-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Shawn\Downloads\Rogue-Like-0.990i-win\Rogue-Like-0.990i-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script DateNight.rpy", line 2700, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990i
2020-03-04 15:14:13 +0000 UTCIn this version, whoever stay at the same place as you will not move anywhere when the time pass. Ever when it is the night time. Also, girls are not go to their own room when it is the night time. Sometime, they are stay at the class or the danger room at night. If you go to the showers at night, some girls might show up and spend the night in the shower room instead of their own room.
StarMaster
2020-03-04 14:14:47 +0000 UTCI still waiting for the android version
ZeroDie99
2020-03-04 12:09:06 +0000 UTCThanks, very useful.
Oni
2020-03-04 11:40:55 +0000 UTCIn case anyone doesn't have that version of the game anymore, here is the release post for it https://www.patreon.com/posts/rogue-like-0-31811166
Anthony Michelli
2020-03-04 11:33:19 +0000 UTCWill you make versions for smartphones?
Bogory
2020-03-04 10:56:09 +0000 UTC