XaiJu
OniArtist
OniArtist

patreon


Rogue-Like 1.6 (Do not download)

Ok, this one's coming in hot. Seriously, don't bother with this build unless you like to bug test, because if this one works smoothly, it's a miracle. Not only is a new girl being added, which always includes areas where I forgot to update some function or other, but I also did some rather significant "under the hood" changes that will hopefully make the game run a bit faster overall, but might cause some other issues. So if you want to find problems with these changes, go for it, but if you just want to enjoy playing the game, I would recommend waiting for at least a week or two for the bugs to be found and sorted out.

If you do find bugs, please report them to me, either in this thread's comments, or in a direct message.

But what is in this version?

- Wanda is added, with various clothing options, relationship interactions, story content, any sexual interactions that can be done standing up, and hand stuff. What is not included? Her BJ, TJ, doggy, 69, or missionary sex poses or content, and her Halloween content. These will be added in over subsequent updates. You should be able to find her after meeting Betsy.

- Rogue's 69 pose. Like with Betsy and Doreen, this can be accessed by both giving and receiving oral sex several times. You might find some other surprises here. Other girls will be getting a 69 pose in future versions.

- Relationship event system changes. It used to be that all characters would be checked to see if they wanted to do a relationship event (ie confessing love for you, or something like that), every time you moved around anywhere. I made some changes to instead only make this check once per time block, and then activate the event where appropriate. On the player side, this should not be a massive difference, but might hopefully speed scene loading up a bit. It's got a lot of potential to cause trouble though, so let me know if there are characters where you aren't hitting their milestone scenes where you expect to, or you get too many or too few of these scenes relative to previous playthroughs, or any other feedback you might have on these systems.

- I finally figured out how to use a different mechanic to display characters, and have at least partially implemented it. If it works out, I plan to do a bit more, and I'm not sure what difference it might make on your end, but it can simplify some stuff on mine, so I'm very excited. :D Just let me know if you're finding cases where you think a character should be appearing but they aren't, or should be leaving the screen but they aren't or something weird like that. This would mainly apply to standing character sprites, but any graphical glitches could be related.

Edit: Major bug found, if loading from a previous version, it won't work because it doesn't load Wanda's data in. This will be fixed later tonight, in the meantime, this issue should not effect new games.

You can download the game here, if you dare.

Comments

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

rand

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.

S S

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

Oni

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.

S S

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]

Notme123

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.

Oni

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]

Blitz Wulf

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.

MisterJimmy

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.

Oni

...... But they do.

KiddKame

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

Phantomsbreath

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

KiddKame

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.

GrimBones3

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

S S

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

TheXn30s

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?

MisterJimmy

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

Ron


More Creators