Ren'Py Sexbot Restoration 2124 [v0.9.0] [squirrel24]

4.40 star(s) 8 Votes

squirrel24

Member
Game Developer
Mar 12, 2021
404
435
Why outside main menu game eats so much CPU?

Upd: scenes with visible clickable images (like photo of bot in sidebar or images in intro) eat tons of cpu.
I am not experienced developing Renpy games and I would fix that if I knew how. If anyone has any advice I would appreciate it.
 

ubira

Newbie
Jul 27, 2021
73
210
The only thing that is forever is the weekly rent. Everything else is within a quest and can be completed except for 'Freelancer' which is a work in progress.
I just wanted to know if there will always be someone to blackmail the MC, I'm at the part where some guys keep demanding to build fighting robots for them... I wish I could avoid that.
 

squirrel24

Member
Game Developer
Mar 12, 2021
404
435
I just wanted to know if there will always be someone to blackmail the MC, I'm at the part where some guys keep demanding to build fighting robots for them... I wish I could avoid that.
This is a common complaint. Play along, it is a quest and it will end. Be patientl, build your skills, and upgrade your shop.
 
  • Like
Reactions: ubira

Maveric

Member
Mar 14, 2018
498
156
Sometimes the psychocore are annoying because of when have bots has capsule of lvl 4 and s rate parts still decreased overtime due manage by bots or mission. It is easy to make money honestly. Since you can obtain rate s bot in the dump site or you can buy bots and train them.
 

FookU2

Engaged Member
Jan 23, 2018
3,094
2,293
I got excited thinking this was another spinoff of Sexbot by LlamaMann Games. lol
Sexbot, Sexbot: Blackjack, Sexbot Recalibrated...

I'll still follow the thread, though. Definitely not the same thing, but looks promising. :)
 

Adhesie

Newbie
Jun 24, 2018
18
13
I'm enjoying the game so far, and i appriciate your focus on fleshing out the enviroment, rather than just adding half finished fluff. But like the guy above, i find "combat" robots completely useless, other then escorting me to social training school. Which is also, kinda useless if you have good enough social skill to start off.

They need another use in my opinion.. Maybe add a combat job that gives you some money? Like hiring them out as security for the strip club or something.
 
  • Angry
Reactions: KhaiFirst

^Ulric^

New Member
Apr 5, 2021
7
14
I found a small typo in the text in the neighborhood bar.

It reads: "I've learned a lot, should I talk to Earl longer?"
instead of: "I've learned a lot, should I talk to Louis longer?"
 

MikasaTanikawa

New Member
Jun 7, 2018
14
12
I am not experienced developing Renpy games and I would fix that if I knew how. If anyone has any advice I would appreciate it.
Finally found root of problem. In game\modules\0005_core\screens\image_hook.rpy MaxableImage render function calls renpy.redraw which recursively calls MaxableImage.render. Tried to move renpy.redraw into event function like shown in documentation example: but it didn't worked - images stopped react on clicks. So I restricted renpy.redraw to be called only once inside render function and added per_interact function which calls render function. Totally don't understand why it works, but it works. Tested old save and new game - images work as before and cpu is calm.
View attachment high CPU consumption bugfix.zip
 

squirrel24

Member
Game Developer
Mar 12, 2021
404
435
Sometimes the psychocore are annoying because of when have bots has capsule of lvl 4 and s rate parts still decreased overtime due manage by bots or mission. It is easy to make money honestly. Since you can obtain rate s bot in the dump site or you can buy bots and train them.
Each bot has different characteristics, some can do more than others and remain stable. Resistance to stability loss is not related to the bot’s rating.
 

squirrel24

Member
Game Developer
Mar 12, 2021
404
435
I found a small typo in the text in the neighborhood bar.

It reads: "I've learned a lot, should I talk to Earl longer?"
instead of: "I've learned a lot, should I talk to Louis longer?"
Oops! Thanks, I’ll fix it in the next version.
 

squirrel24

Member
Game Developer
Mar 12, 2021
404
435
I'm enjoying the game so far, and i appriciate your focus on fleshing out the enviroment, rather than just adding half finished fluff. But like the guy above, i find "combat" robots completely useless, other then escorting me to social training school. Which is also, kinda useless if you have good enough social skill to start off.

They need another use in my opinion.. Maybe add a combat job that gives you some money? Like hiring them out as security for the strip club or something.
Have you tried the UFC missions?
 
  • Like
Reactions: Otherguy2012

squirrel24

Member
Game Developer
Mar 12, 2021
404
435
Finally found root of problem. In game\modules\0005_core\screens\image_hook.rpy MaxableImage render function calls renpy.redraw which recursively calls MaxableImage.render. Tried to move renpy.redraw into event function like shown in documentation example: but it didn't worked - images stopped react on clicks. So I restricted renpy.redraw to be called only once inside render function and added per_interact function which calls render function. Totally don't understand why it works, but it works. Tested old save and new game - images work as before and cpu is calm.
View attachment 4056576
Thank you, thank you, thank you! I will look at what you posted (I’m not home to work on it until Monday) and hopefully the next version will be improved. Thank you once more!
 

tuitlord

New Member
Feb 28, 2020
2
1
Each bot has different characteristics, some can do more than others and remain stable. Resistance to stability loss is not related to the bot’s rating.
Can the MC learn which traits the bot is better or worse with from training since the bot description or flavor text is not the best indicator? Since I have a lot of mod bots it can be hard to track it all and sometimes it does not seem apparent.
 
4.40 star(s) 8 Votes