Patrefans
OniArtist from patreon
OniArtist patreon

Rogue-Like Update 4/11/2019 (any programmers in the house?)

🕑 Added 2019-04-11 05:19:08 +0000 UTC

Comments

Igroman

Ok, thx

Oni

You'll just be streaming video of you playing the game? That's fine. Just make sure to include a link to the Patreon.

Igroman

Hi I need to get permission to stream on these sites - www.xvideos.com, xhamster.com, and that you don't mind that I will receive income and advertise your game.

Eres magnífica

Mohammad Al-Sairafi

I was thinking about mystic

Mohammad Al-Sairafi

Would u include more characters?

mahdiyar

this game is so good but still have so many bugs :( like (some times girls go under each other :|) please update this game faster and make more content for Spending time like (mini games) thanks :)

when the new update will come and please more girls and scene come

Shremedy

Another fun line to consider adding, if MC manages to convince Emma to publicly "leave in place" a load of spunk on her face, uncleaned: "Well, unusual facial markings are a known mutant characteristic..."

Oni

Heh, that might be a fun option.

I had an idea. If you ask girl to take panties off and she is already not wearing any have MC say "prove it" where she will lift skirt or pull down pants to prove it.

Oni

I put out a new build a few days ago that includes several new options for X-23.

Oni please make a launch for this game by putting all the options on the X-23 I think that's the name of it I do not see the time of this game to launch a new version please read this comment of preference ueria the game tomorrow 07/03/2019 lol

LexOneTwo

Oni, when update?

Why not just load the image offscreen and move it to the correct position (and hide the old one) next frame?

BlueOzStarstep

how do you input the console codes?

Oni

I arrived at a workaround that I believe should be "good enough," (basically I just do a fade to black when altering speeds that hides the wonkiness in an elegant manner), but if you'd like to take a crack at it, it couldn't hurt.

Gregory Andrus

Did you get this figured out, or do you still need some more eyes on this?

Any approximations on when the new update will release?

Oni

I know, sorry, I should really do another update post soon. I am working hard on the next release, I've got the most basic art for Laura's sex pose done, as well as some interesting scenes for her and a bunch of other stuff going into the next version. I will also definitely be showing off the other potential girls, I just need to get sketches for them done.

ParagonFlynn

Hello Oni, how's progress with the next update? It's been so long. And are you gonna show off all of the Girl 5 Candidates before releasing the next update? Thanks for the info :)

Oni

Like, with their back side facing you? I'd like to do that. Some sort of "back side" pose would be good for all of them, the issue is that with all the clothing and faces and stuff, there's a lot of added work that goes into every pose that's added to make it compatible. I've been having a more efficient art pipeline lately, so maybe I can get something done along those lines though.

Miss00000

Hello Oni, Will you add the "Massage" pose to other girls? Right now only Rogue seems to have it. x

Oni

The next update will hopefully finish most of Laura's stuff, as well as some other elements for existing girls, no new girl yet. At the same time, I'm prepping for the new girl vote, and plan to start working on whoever wins after the Laura stuff is done.

Sub_Zero

Would the next update finish laura then are you going begin working on the new girl. (who ever wins the vote.) Or are you planning working on one more update before the new girl.

Oni

It'll still be a few months out, but it's shaping up well.

Rodimus Prime

Finally got a chance to playing .982 and aaaaaany dea when we might see .983? Cuz man am I thirsty for the rest of Laura's, uh, scenes.

VitAnyaNaked

Unfortunately, I can not tell you something useful, but I have the same problem. The animation is loaded long and in parts. But I wish you a speedy resolution of this problem.

Oni for when Laura's problem was fixed in a patch or in the next update?

Mederic64

Hi Oni, did you read this post talking about performance in renpy? <a href="https://lemmasoft.renai.us/forums/viewtopic.php?p=398394" rel="nofollow noopener" target="_blank">https://lemmasoft.renai.us/forums/viewtopic.php?p=398394</a>#p398394

Skeletor

no

CrimsonDeLance

Is there an android version to download?

To fix the positioning issue I just copyed the positions attributes of Laura_BJ_Animation to each Laura_BJ_Body_# If you want I could send you the entire fix ( Ican't/don't know how to open a chat with you here)

Instead of using a ConditionSwitch inside the Laura_BJ_Animation image, you could modify the label Laura_BJ_Launch to take in the speed as an attribute and show the images Laura_BJ_Body_0 to 6 through it. Since they're different images, when you hide them you won't have the same problem, I made some quick changes here and it seems to work. The positioning of the whole animation got a little messed up, but seems like an easy fix.

waffel

Having access to the source code would help in fiddling around with it, and would probably make more people interested in providing a solution rather than loose hints of one :) If you have doubts about having your source code accessible, then try talking with Vren who makes Lab Rats 2, he's keeping his source code accessible to all. EDIT: Also please note which version of Ren'py you are running if you do decide to make the source code accessible.

Oni

Well, that wouldn't likely be the "easy" route. :D Any useful reduction in visual size would likely be noticeable, and it always takes time to export out art, so like making smaller versions of Laura's face would mean exporting out around 80-100 images, which can be a bit time consuming.

Oni

Hmm, might be worth a test. I also found this post <a href="https://lemmasoft.renai.us/forums/viewtopic.php?t=47408" rel="nofollow noopener" target="_blank">https://lemmasoft.renai.us/forums/viewtopic.php?t=47408</a> I'm not sure what impact that might have overall though.

Phnx

Couldn't you just take the easy route and somewhat reduce the image size, so that there is barely any reduction in visual quality, if possible?

Anti-No

*glances at Google* Tried stuff like "renpy.free_memory() " ?

Oni

I'll look into it. Yeah, the basic "animations not resetting" thing I know has been a persistent issue, but the new problem is the "and all the bits appear scattered around before returning to their intended positions" part. I hadn't had that happen on any of my previous animations. It might be that an animation would "start" in what was intended to be the middle of the animation on the second play, but it would always at least appear in a way that was intended to be somewhere in the animation cycle. With these current ones, the starting point can end up with pieces all over the place.

C

Here is an example. Most of the way down the page is some code that might help. <a href="https://lemmasoft.renai.us/forums/viewtopic.php?t=37312" rel="nofollow noopener" target="_blank">https://lemmasoft.renai.us/forums/viewtopic.php?t=37312</a>

C

This is a known problem in Ren'Py. People have been complaining about it for years.

Oni

1. If that's possible, I don't know how to. I mean, a lot of the underlying animation systems are baked into the Renpy engine and all I know how to do is "drive" them. There may be a command for wiping an image out of memory, but I don't know what it would be. 2. I would LOVE to have that option. But no, as I understand it, animations just run indefinitely until you reboot the game. This is a limitation of having them in Live Composites, if an animation is outside the image itself I can start and stop it, but doing it that way would make it more complicated to position the overall animations, it would be showing and hiding the animations manually instead of using the Condition Switch to switch between them. 3. I might be able to try something with this, but so far as I can remember, if you place any sort of variable check inside a repeat block, it only gets checked once when the animation is first run, and then never updated. So like "if variable == 5" is true the first time the animation gets called in a given session, then it will consider it true until reboot even if you change that variable. Again, this is something that would be nice if it were otherwise, because it could allow much more flexible animation systems than what I currently use.

Rodrigo Elias Cosendey

I love your work btw I would love if I could help with it from time to time

Rodrigo Elias Cosendey

Het I am on 2nd year of computer science I didn't have an in depth look to solve it properly I imagine I would need the full code to go over.However from experience with python the problem seems to be one of the following: 1 you simply put the wrong coordinates on the images when they load again 2 if the top one is not the problem the speed parameter might be imfluencing the position parameters 3 if neither of the above it might be actually something wrong with the loading method in which case you case this is going to take alot of work again I don't the full code if could give me acess to it I am sure I could find the problem

Okay, first things first, I'm comming from C# and haven't done much with animation. But some ideas that crossed my mind: 1.: Probably more ressource costs, but what if you fully unload the animation and load it back in, when it's needed. 2.: Can you pause the animation, and continue it, when shown again. 3.: Use single time animation, and ever time the animation finished, check, if it's still on screen, if yes, play it again.

I'm familiar with Python the language Renpy is built on and will check it out in my freetime. Might be a while until i get the hang of Renpy though.

Oni

That'd probably be a little tricky to time, but essentially it's just a matter that the individual components are all out of position. Basically in the BJ pose, there are a number of elements stacked on each other. From bottom to top it's the hair behind her head, her body, her head, the penis, and then in some poses a mask over the penis. When everything's working right, these elements all move in sync, but when the flipouts" occur, these objects all appear at different positions and orientations, not lined up, and then within the first "cycle" of animation they move into their intended position and from there move normally. You can test this by just loading up her BJ and switching speeds back and forth several times, shift through all of them and back again. It's better to see in motion anyway.

Apollo

Any chance of catching the "flip out" in a screenshot?

Oni

Unfortunately that wouldn't work here. Like I described, using the methods I currently do, "on show" type effects won't work, I don't have any way of getting it to start the animations from scratch each time a condition changes. Now, I could manually hide and reshow the entire image every time the player (or circumstances) shifts the speed, but doing this would be a lot of extra code thrown around and inelegant. Currently I only show the primary image once when it first appears and then hide it when its replaced with something else. I'd like to avoid something along those lines, but thanks for the suggestion, it's a good starting point.

Not a solution itself, but... Is there a way you can change the opacity of the pieces to 0 just the first few seconds, then change it back when everything is loaded in position? Wont fix the issue but might hide it :O


More Creators