Patrefans
OniArtist from patreon
OniArtist patreon

Rogue-Like 1.6 (Do not download)

🕑 Added 2024-12-16 22:59:11 +0000 UTC

Comments

rand

it....it was available in the version before this one

S S

Ah. I'm waiting for the stable version of 1.6 so I hadn't seen the latest updates and I didn't see new outfits in the list of new things for this version. My apologies.

Oni

Both characters (and Wanda) should have lingerie and bikinis available in the mall.

S S

Okay, let me rephrase that in a less dickish way. Neither of them have a swimsuit yet. Neither of them have any lingerie options to buy from the mall/shop. I was curious if that was going to change.

Notme123

Shower scenes with 2 girls inside has this pop up triggered, pairing doesnt matter [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Rogue_Animations.rpy", line 8293, in Exception: Parameter 'XZM' is not known by ATL Transform. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 1464, in script call File "script Locations.rpyc", line 2664, in script call File "script Locations.rpyc", line 3030, in script call File "Rogue_Animations.rpyc", line 8293, in script File "C:\Users\65965\Desktop\New folder\Rogue-Like-1.6a-win\Rogue-Like-1.6a-win\Rogue-Like-1.6a-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\65965\Desktop\New folder\Rogue-Like-1.6a-win\Rogue-Like-1.6a-win\Rogue-Like-1.6a-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/Rogue_Animations.rpy", line 8293, in File "C:\Users\65965\Desktop\New folder\Rogue-Like-1.6a-win\Rogue-Like-1.6a-win\Rogue-Like-1.6a-win\renpy\atl.py", line 423, in __call__ raise Exception('Parameter %r is not known by ATL Transform.' % k) Exception: Parameter 'XZM' is not known by ATL Transform. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6a [/code]

Oni

Yeah, and there are a lot of places where I do try to do that sort of thing, but you know, the variables add up. :D I do wonder if there is some practical limit to how many variables I can keep track of at once.

Oni

Yup, fixed in build I just released, thanks.

Oni

They each launched with two clothing sets (and some variations). Betsy had the tank and shorts outfit, and the pink shirt and skirt outfit, Doreen had the jacket and shorts outfit and the gray tshirt and skirt outfit. They each got a Halloween outfit in the 1.54 update, but you have to run the Halloween even with them to unlock it.

Blitz Wulf

got this when trying to load latest save [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 803, in execute screen Status_Screen: File "game/screens.rpy", line 803, in execute screen Status_Screen: File "game/screens.rpy", line 964, in execute frame: File "game/screens.rpy", line 969, in execute vbox: File "game/screens.rpy", line 970, in execute hbox: #rkeljsv File "game/screens.rpy", line 991, in execute if WandaX in Nearby: NameError: name 'WandaX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Girls.rpyc", line 3266, in script call File "script.rpyc", line 805, in script call File "script.rpyc", line 801, in script File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\core.py", line 2821, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\screen.py", line 401, in visit_all callback(self) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\core.py", line 2821, in root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\screen.py", line 411, in per_interact self.update() File "C:\Users\tucke\Desktop\Games\Rogue-Like-1.6-win\renpy\display\screen.py", line 580, in update self.screen.function(**self.scope) File "game/screens.rpy", line 803, in execute screen Status_Screen: File "game/screens.rpy", line 803, in execute screen Status_Screen: File "game/screens.rpy", line 964, in execute frame: File "game/screens.rpy", line 969, in execute vbox: File "game/screens.rpy", line 970, in execute hbox: #rkeljsv File "game/screens.rpy", line 991, in execute if WandaX in Nearby: File "", line 991, in NameError: name 'WandaX' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6 [/code]

MisterJimmy

Thank you. I don't want to add a lot of work for you, but I will say that in general I'd like things like that for a lot of the girls behaviors with you. It is just neat to have them in some way learn your preferences with things.

Oni

There isn't currently any long term tracking of which choices you make here, it would be possible to add some though, I'll give it some thought.

Oni

Yeah, fixed for next build. It will apply to any previous saves until then. New games should work though.

Oni

Damn, That's on me. Run a new game for now, I'll fix this one immediately.

KiddKame

...... But they do.

Phantomsbreath

Apparently this won't download, because Windows Defender thinks it's a virus

KiddKame

New Update, New mechanics, AND a New Character! All with their own bugs. Time to break out the duct tape and bug spray!! jk Not sure if this is a Mac specific issue or not: Trying to load a save from previous version will crash the game (let me know if you need the Full Track) [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 798, in execute File "game/screens.rpy", line 798, in execute File "game/screens.rpy", line 963, in execute File "game/screens.rpy", line 968, in execute File "game/screens.rpy", line 969, in execute File "game/screens.rpy", line 990, in execute NameError: name 'WandaX' is not defined

GrimBones3

Yes this day keeps getting better and better very excited also keep up the amazing work and hope you are having a amazing day today.

S S

So are Doreen and Betsy just not getting alternate outfits or lingerie?

TheXn30s

For the first time my saves are not working, saying "WandaX is not defined". Do you plan on adding pregnancy stuff in the future?

MisterJimmy

Trying to log in to a save I got this message: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 798, in execute File "game/screens.rpy", line 798, in execute File "game/screens.rpy", line 963, in execute File "game/screens.rpy", line 968, in execute File "game/screens.rpy", line 969, in execute File "game/screens.rpy", line 990, in execute NameError: name 'WandaX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Girls.rpyc", line 3266, in script call File "script.rpyc", line 801, in script File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\core.py", line 2821, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\screen.py", line 401, in visit_all callback(self) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\core.py", line 2821, in root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\screen.py", line 411, in per_interact self.update() File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6-win\renpy\display\screen.py", line 580, in update self.screen.function(**self.scope) File "game/screens.rpy", line 798, in execute File "game/screens.rpy", line 798, in execute File "game/screens.rpy", line 963, in execute File "game/screens.rpy", line 968, in execute File "game/screens.rpy", line 969, in execute File "game/screens.rpy", line 990, in execute File "", line 990, in NameError: name 'WandaX' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6 [/code]

MisterJimmy

I just noticed the "Player clean up default" and "Girl Clean up defaults" options in the preferences for the first time. I don't know how long they have been there. If you pick "random" for the "Girl clean up default" will it stay random? Or is there some way to get girls to learn what you like and change their personal behavior that way?

Ron

Great job on the update! Will BDSM stuff be added in the future?


More Creators