XaiJu
OniArtist
OniArtist

patreon


Rogue-Like 1.6e (We're getting there)

This should fix a bunch of different bugs.

-It should prevent one cause of Out of Memory issues, which would occur in open spaces like the pool or campus when it would try to add more than a few girls into the background. These areas should now cap out at three in the back. There are other reasons people are encountering OoM issues, and I don't have much I can do directly to solve these. After this build settles down, I want to try a "debug" release that will not contain any new content, but will have certain options that might or might not help, and people who are experiencing these problems could see if anything helps.

-I also added an ability to the shops in the mall, allowing you to shop there without the girl being present. Not all items are available this way, but at least the basics are. I'll continue to expand the mall options.

-Fixes a bug in the random events mechanic that was blocking certain interactions, such as "jumping" from activating.

-Should fix a number of "while loading image" errors in certain poses, as reported in the previous build thread.

-Various other random typos and situational bugs cleared out. I have a few other things I'd like to get done here, so there will likely be a version f before I wrap it up, but this should hopefully clear up the big stuff without causing too many new problems.

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. If there's an error message, please include that error message in your post. If there's not an error message, it really helps to have exact wording of dialogue before/after the bug, so I can narrow down the exact scenario being played out.

But what is in version 1.6?

- 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.

You can download 1.6e here, if you dare.

Comments

Sorry, but this versión is for Android too?

Félix Enrique Ocón Campos

Interesting. I'll recommend that to others.

Oni

I ended up finding a solution online which was just holding the shift key on any game that uses Renpy and it brings up a sort of setting menu where the options for graphics acceleration were automatically choose, force angle/directX Renderer, force OpenGL Renderer, or Force software Renderer. The fix for me was choosing the force directX renderer as mine was set orignally to Auto choose. Even then with that, i haven't ran into any Out of memory issues with this build of the game

Adam Sanchez

Assuming you're on Windows, you download the -win version of the game from the link above, you extract it to a folder somewhere you want to keep it, and then you run the Rogue-like.exe.

Oni

hey so im new to this how do i even instal the game to my computer or to even start playing it?

gh627

i cant get her to appear

Victor Dusk

She owns them and after putting them on they aren't visible but agrees to wear them.

BananenChicken

This was after the date, took Wanda back to her room and this popped up. I was able to hit ignore and the rest of the night played out fine.

Gronk Spoggle

Was this a case of going to the mall late at night?

Oni

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script DateNight.rpy", line 5435, in NameError: name 'Date_Bonus' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 135, in script call File "script DateNight.rpyc", line 5349, in script call File "script DateNight.rpyc", line 5435, in script File "C:\Users\Dylan\Downloads\Rogue-Like-1.6e-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\Dylan\Downloads\Rogue-Like-1.6e-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Dylan\Downloads\Rogue-Like-1.6e-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script DateNight.rpy", line 5435, in NameError: name 'Date_Bonus' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6e [/code]

Gronk Spoggle

Should be fixed next build. Thanks.

Oni

Generally, yeah. Does she own them and actively refuse to put them on? Does she agree to put them on but they just aren't visible to you? Does she refuse to even try them on at the store?

Oni

"Tell Oni Poly was called with newbiw in the lead" [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Chat.rpy", line 8794, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 898, in script call File "script Chat.rpyc", line 300, in script call File "script Chat.rpyc", line 517, in script call File "script Chat.rpyc", line 8794, in script File "C:\Users\ddal1\Documents\pg\Rogue-Like-1.6e-win\Rogue-Like-1.6e-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\ddal1\Documents\pg\Rogue-Like-1.6e-win\Rogue-Like-1.6e-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Chat.rpy", line 8794, in File "C:\Users\ddal1\Documents\pg\Rogue-Like-1.6e-win\Rogue-Like-1.6e-win\renpy\python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6e [/code]

Dmangamr

Is it a Bug that Wanda don't wear the Bikini Bottom?

BananenChicken

Glad to hear you sorted it out, could you explain a bit more about your solution? Because this might have some relevance to the other people having issues with the game lately. Is it like an Open GL setting issue or something? Whatever the problem is, it's something I really can't test because it seems an "other people's set-up" issue of some kind, but I'd like to be able to help people when they have it. :D

Oni

Figured out the issue cuz it happened with another Renpy game, had to do with the graphics and it (for me at least) being sent to choose whatever. Other than that, the games been running fine on this build so far

Adam Sanchez

Ohhh okay. Thank you! Sorry for having like 4 brain cells haha

beothewulf

It's likely your player level. You need to be at least player level 5 for any of them to work.

Oni

There is a basic explanation tutorial in the player's room, hit "Special Options" and then "Tutorial" and it explains the bars. The TLDR is that the top left three track different aspects of the girl's personality, and the closer to full all of them become, the more options open up.

Oni

Eh, it might be possible, but it would be a little complicated, not least because there's no variable to control make-up.

Oni

I can't think of a -good- reason why that would be happening, but some people have been reporting "out of memory" issues with the game, and in their cases, the game would play fine for a bit, but then individual art assets would replace with black squares, so it's possible that the main background would be doing that, but even then you should be able to see the menu options over it. Can you load previous saves? Do they start displaying? I don't know, maybe it didn't extract properly, you could try to extract it again.

Oni

Not sure if this is a bug or if I missed this in a previous patch. I started a new save for this update. I've downloaded all versions of 1.6 and any playthrough I run on I'm unable to get the plan *insert greek letter* to be an option for any of the girls when talking to professor Xavier. I've gotten them to max of all 3 bars, found the photos and I'm just not getting the dialogue option.

beothewulf

meaning of bars at top right. and girls completion percentage please

beeto45

forgot to mention I am using the Windows version on a windows laptop

Adam Sanchez

A bit late to the party, but GREAT update as usual! Maybe as a possible option, you could make Wanda’s eye makeup optional?

Anon 49

I don't know if anyone else has had this issue, but when I start up the game the screen is completely black at the main menu. The only way I know I'm at the main menu is by taking a screenshot, I don't know what could possibly be causing that.

Adam Sanchez

Not that I remember lol but I'll wait an see.

madmaxxlr

Have you pissed her off lately? That can have a serious (but temporary) debuff on your chances.

Oni

I've been having this problem were Laura is not wanting to have sex or even take of her clothes like when i first stared with her. her bars are all filled at this point.

madmaxxlr

Fixed.

Oni

Fixed.

Oni

Do you mean that if you try the actual kissing action from the sex menu it does that, or just any time the view is in kissing position it does that?

Oni

Yeah, her coat is complicated and keeps causing problems. :D I think I've fixed it for next build.

Oni

Another bug report: ./script Scenes.rpy:12468 if Girl in (EmmaX,JeanX,Betsy): Betsy --> BetsyX

sleepingkirby

Bug (kinda) report: 1) Both Doreen and Wanda have "Plan Delta". 2) ./script Scenes.rpy:4764: ch_w "Ok, that's enogu h studying for now." "Enough" was misspelled

sleepingkirby

I've noticed that in this version trying to go back to the sex menu from any variation of the kissing position just ends the entire interaction instead of actually going back to the menu

Th3Fel0n

There appears to be a bug if Jubilee is made to wear a coat as her sole top. She cannot take it off if anything else is taken off first.

Michael L Campbell

Glad for all the effort you put into these in between steps to fix bugs. A lot of creators don't do that, they just wait till their next release. Really appreciated. Also, the Wanda model rocks, love the goth queen vibe, wish she was a bit more... "prickly" and bitchy (in a different way then Jean) but that's just me, and I think she's also great as is. I'd love to see some more content specific to the female Zero, especially the other girls being the one wearing the strap-on. Don't get me wrong I doubt will see it cause that'd be a lot of work art-wise, and also may not be your interest sexually, but a little wishful nudging never hurts, right? lol

Darkbreeder81

Goddanm I kind of figured that

Justin Wilson

Don't get excited, it won't enable any "fun stuff" that isn't already available. All I plan with this is that I'll have certain settings like having it reset the image cache constantly, or make minor tweaks to the window size automatically, weird little tricks that have some chance of averting memory bugs in people who report it. If any of those actually *work,* then they might be worth implementing in the actual game.

Oni

The issue is that the Android exporter doesn't work on my PC at the moment. Previous Android ports were done by other people on their own, and I'm fine with that, but can't endorse any such releases. Some people also play on emulation, which I also can't endorse, but don't have a problem with.

Oni

I really hate to ask this, as I'm sure you get asked constantly, but is there any chance of a mobile version being released soon? If not, totally cool, was just wondering. Happy Holidays to all yall!

Calico

I'm intrigued about this debug feature

Justin Wilson


More Creators