Home Artists Posts Import Register

Downloads

Content

DO NOT DOWNLOAD THIS, it will be super buggy.

I want to repeat   that, THIS IS BUGGY AS FUCK. Do not download this version if you just   want to play and have fun, that would be a waste of time and bandwidth,   and by the time you do I'll likely have another version out. For you   guys, just be patient, wait at least a few days, maybe a week, and   you'll get a much more fun to play game, I promise. Early releases like   this are for people who like to find all the nasty little bugs and  don't  mind the game crashing constantly as they run into them.   

For   those that are testing it, please report any bugs you find to the same   post you download the game from, or PM me, whichever you prefer. If  it's  a crash, there should be a crash report, post that in your reply  if you  can, although you can generally cut the portion after it says  "full  traceback," as it's only sometimes needed and can take up a lot  of  space. Try and keep a save file from relatively before that bug when  you  can, so we can test the "cure" later. Save early, save often.   

As   for what's in it? Have fun finding out. There are a lot of interesting   features added to this one, some big, some small, some graphical, some   writing. If you're loading an older save, let me know if that causes  any  issues, hopefully it won't. If you're starting new, keep an eye on  the  new options available and use them at your own discretion (they  will  probably need the most testing). I made some rather significant  changes  under the hood that might not be apparent to the usual gaming  experience  unless I broke something, but could pop up from time to time  if I  missed a punctuation mark or something.   

I will leave one hint, try clicking on the green "orgasm meter" at the top while in the doggy style poses.

This version should fix the "DildoP" bug, the "Jubes_Girltalk" bug, and the constant attempts to meet in your room without anything happening (hopefully). You might still get one of those for the "day" after starting this new version, but it shouldn't happen after that. 

Comments

Anonymous

Okay, in full seriousness, your efforts and working (cannot brain right word) is appreciated.

mugatu

when ever i try to do an offhand action with a girl i get this error [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script SDialog.rpy", line 2278, in NameError: name 'Girl' is not defined

Phantomsbreath

Still getting no shows out of Rogue and Jubilee when they call to get their fix

Eric Nelson

just got a error saying "playerX not defined

hornguy6

Rogue keeps repeatedly asking to see me in my room and I keep clicking yes but she's not there. I'm guessing it has something to do with her addiction.? edit: Kitty just did the same thing. It has to be addiction related.

Makedar

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script SDialog.rpy", line 2293, in NameError: name 'DildoP' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 156, in script call File "script Chat.rpyc", line 152, in script call File "script Chat.rpyc", line 305, in script call File "Rogue_Sex.rpyc", line 196, in script call File "Rogue_Sex.rpyc", line 2995, in script call File "script SDialog.rpyc", line 2269, in script File "D:\Games\Rogue-Like-0.999s-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "D:\Games\Rogue-Like-0.999s-win\renpy\exports.py", line 849, in menu if renpy.python.py_eval(condition) ] File "D:\Games\Rogue-Like-0.999s-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Games\Rogue-Like-0.999s-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script SDialog.rpy", line 2293, in NameError: name 'DildoP' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.999s [/code]

Eric Nelson

Yea I went to class and got a line of like 7 errors with different numbers like 186 and 192 and it said playerx

OniArtist

Ok, trying something, I think it has to do with the "locked door" coding (not that the door had to be locked, it checks anyway).

hornguy6

Poking around in the console a bit, I'm not sure that "asked meet" is being added to RecentActions/DailyActions correctly.

Phantomsbreath

Ditto, but it's not just her. Seems to be confined to her or Jubes. Everyone else seems to be fine

hornguy6

Is there supposed to be a mist animation around Rogue's crotch...?

OniArtist

If it's not added then you wouldn't get the "they want to meet you" message either. The issue I think is a problem with the addiction code that calls to the locked door code when the girl shows up, "is the door locked? If so then see if you want to refuse entry. . ." and then expects that either you refuse, ending that event, or she enters the room, continuing it, but a change I made broke that a bit. I think version u will fix it.

name here

tried to use offhand option with storm got error [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 506, in script call call EventCalls File "game/script Functions.rpy", line 1135, in script call call JumperCheck File "game/script Functions.rpy", line 5069, in script call call Jumped #Launches the main event File "game/script Functions.rpy", line 5259, in script call call expression Girls[0].Tag + "_SexPrep" #call R_SexPrep File "game/Storm_Sex.rpy", line 1521, in script call call Offhand_Set File "game/script SDialog.rpy", line 2269, in script menu: File "game/script SDialog.rpy", line 2278, in "Also suck her breasts." if Trigger not in ("kiss you","lick pussy","lick ass") and not renpy.showing(Girl.Tag+"_Doggy_Animation"): NameError: name 'Girl' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script Locations.rpy", line 506, in script call call EventCalls File "game/script Functions.rpy", line 1135, in script call call JumperCheck File "game/script Functions.rpy", line 5069, in script call call Jumped #Launches the main event File "game/script Functions.rpy", line 5259, in script call call expression Girls[0].Tag + "_SexPrep" #call R_SexPrep File "game/Storm_Sex.rpy", line 1521, in script call call Offhand_Set File "game/script SDialog.rpy", line 2269, in script menu: File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\exports.py", line 849, in menu if renpy.python.py_eval(condition) ] File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script SDialog.rpy", line 2278, in "Also suck her breasts." if Trigger not in ("kiss you","lick pussy","lick ass") and not renpy.showing(Girl.Tag+"_Doggy_Animation"): NameError: name 'Girl' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.999t [/code]

OniArtist

Sometimes. . . I'm trying some things. I'm considering adding that to more parts.

name here

found this error when kitty talk to me after r63ing the pc [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 348, in script call call EventCalls File "game/script Functions.rpy", line 1165, in script call call expression EGirls[0].Tag + "_Switch" #call Rogue_Switch File "game/Kitty_Scenes.rpy", line 2384, in script if KittX.SEXP >= 15: File "game/Kitty_Scenes.rpy", line 2384, in if KittX.SEXP >= 15: NameError: name 'KittX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script Locations.rpy", line 348, in script call call EventCalls File "game/script Functions.rpy", line 1165, in script call call expression EGirls[0].Tag + "_Switch" #call Rogue_Switch File "game/Kitty_Scenes.rpy", line 2384, in script if KittX.SEXP >= 15: File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Kitty_Scenes.rpy", line 2384, in if KittX.SEXP >= 15: NameError: name 'KittX' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.999t [/code]

name here

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 173, in script call call Round10 File "game/script Functions.rpy", line 284, in script call call Sleepover File "game/script Scenes.rpy", line 770, in script call call Morningwood_Check # / / / / / / / checks for morning wood event here / / / / / / / checks for morning wood event here / / / / / / / checks for morning wood event here File "game/script Scenes.rpy", line 1350, in script if not Player.Male and "girltalk" not in Girl.History: File "game/script Scenes.rpy", line 1350, in if not Player.Male and "girltalk" not in Girl.History: NameError: name 'Girl' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script Locations.rpy", line 173, in script call call Round10 File "game/script Functions.rpy", line 284, in script call call Sleepover File "game/script Scenes.rpy", line 770, in script call call Morningwood_Check # / / / / / / / checks for morning wood event here / / / / / / / checks for morning wood event here / / / / / / / checks for morning wood event here File "game/script Scenes.rpy", line 1350, in script if not Player.Male and "girltalk" not in Girl.History: File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Scenes.rpy", line 1350, in if not Player.Male and "girltalk" not in Girl.History: NameError: name 'Girl' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.999t [/code]

Makedar

Lol https://wampi.ru/image/RHtvaKY

name here

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 131, in script call call EventCalls File "game/script Functions.rpy", line 1135, in script call call JumperCheck File "game/script Locations.rpy", line 131, in script call call EventCalls File "game/script Functions.rpy", line 1135, in script call call JumperCheck File "game/script Functions.rpy", line 5069, in script call call Jumped #Launches the main event File "game/script Functions.rpy", line 5257, in script call call expression Girls[0].Tag + "_AnalPrep" #call R_AnalPrep File "game/Laura_Sex.rpy", line 2380, in script call call Sex_Dialog(LauraX,Partner) File "game/script Functions.rpy", line 5735, in script call call Girl_Self_Lines(Primary,"T3",Trigger3,D20X=D20S) File "game/script SDialog.rpy", line 2335, in script call call Girl_Self_Set(GirlA,Mode,Action) #Rog*ue_Self_Set(Mode, Action) File "game/script SDialog.rpy", line 2626, in script if not Player.Male and Mode != "T5" and Trigger not in ("blow","kiss you") and not renpy.showing(Girl.Tag+"_Doggy_Animation"): File "game/script SDialog.rpy", line 2626, in if not Player.Male and Mode != "T5" and Trigger not in ("blow","kiss you") and not renpy.showing(Girl.Tag+"_Doggy_Animation"): NameError: name 'Girl' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script Locations.rpy", line 131, in script call call EventCalls File "game/script Functions.rpy", line 1135, in script call call JumperCheck File "game/script Locations.rpy", line 131, in script call call EventCalls File "game/script Functions.rpy", line 1135, in script call call JumperCheck File "game/script Functions.rpy", line 5069, in script call call Jumped #Launches the main event File "game/script Functions.rpy", line 5257, in script call call expression Girls[0].Tag + "_AnalPrep" #call R_AnalPrep File "game/Laura_Sex.rpy", line 2380, in script call call Sex_Dialog(LauraX,Partner) File "game/script Functions.rpy", line 5735, in script call call Girl_Self_Lines(Primary,"T3",Trigger3,D20X=D20S) File "game/script SDialog.rpy", line 2335, in script call call Girl_Self_Set(GirlA,Mode,Action) #Rog*ue_Self_Set(Mode, Action) File "game/script SDialog.rpy", line 2626, in script if not Player.Male and Mode != "T5" and Trigger not in ("blow","kiss you") and not renpy.showing(Girl.Tag+"_Doggy_Animation"): File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "F:\flash ahaaa\Rogue-Like-0.984a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script SDialog.rpy", line 2626, in if not Player.Male and Mode != "T5" and Trigger not in ("blow","kiss you") and not renpy.showing(Girl.Tag+"_Doggy_Animation"): NameError: name 'Girl' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.999t [/code]

Phantomsbreath

[code] I'm sorry, but an uncaught exception occurred. While running game code: SyntaxError: invalid syntax (game/Rogue_Animations.rpy, line 6010) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 156, in script call File "script Chat.rpyc", line 190, in script call File "script Locations.rpyc", line 3570, in script call File "script Chat.rpyc", line 152, in script call File "script Chat.rpyc", line 364, in script call File "Rogue_Chat.rpyc", line 1187, in script call File "Rogue_Scenes.rpyc", line 622, in script call File "Rogue_Sex.rpyc", line 206, in script call File "Rogue_Sex.rpyc", line 1559, in script call File "Rogue_Animations.rpyc", line 5984, in script call File "Rogue_Animations.rpyc", line 6010, in script File "C:\Users\user\Downloads\Rogue-Like-0.999u-win\Rogue-Like-0.999u-win\renpy\ast.py", line 773, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "C:\Users\user\Downloads\Rogue-Like-0.999u-win\Rogue-Like-0.999u-win\renpy\ast.py", line 152, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "C:\Users\user\Downloads\Rogue-Like-0.999u-win\Rogue-Like-0.999u-win\renpy\ast.py", line 122, in apply rv[name] = renpy.python.py_eval(default) File "C:\Users\user\Downloads\Rogue-Like-0.999u-win\Rogue-Like-0.999u-win\renpy\python.py", line 1793, in py_eval code = py_compile(code, 'eval') File "C:\Users\user\Downloads\Rogue-Like-0.999u-win\Rogue-Like-0.999u-win\renpy\python.py", line 597, in py_compile raise e SyntaxError: invalid syntax (game/Rogue_Animations.rpy, line 6010) Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.999u [/code] Tried to insert Rogue's butt plug. Got this