hey i gave your game a try and there are some cool stuff but i think it could be even better. if u are ever interested in teaming up on a new project dm me, i am a dev/artist and looking to start something fresh in the adult genre. totally cool if you would reather foucus on finishing this game. add me on zbrogames on discord
Does a decent job curating the images, only a few spots where its a little jarring in the differences.
The minigames are annoying but you can cheat your way around them atleast, the Elsa one though is just silly, have to guesstimate where to stop it and unlike the strength minigame your stat doesn't seem to actually help.
The code side of things is a mess though, tons of bugs that have to be rolled back and the save system basically doesn't work. All progress except stats and gold is lost, all relationship points and unlocked areas just gone.
That being said the bugs should be relatively easy to fix and the save system just needs the things its missing to be added to the save file. I'd say give it 6 months to clean things up and if its still around give it a shot.
I've been trying to fix bugs, balance issues, and crashes for the last few days. I don't have my own testers, and this is an alpha version, which I clearly haven't tested enough.
The save issue is the hardest one right now, because I use Python classes to initialize characters.
And Renpy can't save such objects to its save files.
I'm trying to fix it, and I think I'll release a version with major bug fixes in a week or two.
Don't save the data in the characters then, you can store relationship info the same way you currently store stats and gold.
Any particular reason you have things set up that way? I haven't messed with Renpy to much but from what I know usually you just have a flags list/file that stores everything rather than splitting data between multiple things. I've been messing with doing a VN-like game in Godot and thats how I've been handling it there.
Wow, thanks! This was due to bugs not being initialized correctly in Holo minigame (Get rid of bugs). Error reproduces after loading a save. Will be fixed in next version.
← Return to game
Comments
Log in with itch.io to leave a comment.
hey i gave your game a try and there are some cool stuff but i think it could be even better. if u are ever interested in teaming up on a new project dm me, i am a dev/artist and looking to start something fresh in the adult genre. totally cool if you would reather foucus on finishing this game. add me on zbrogames on discord
Should make a discord, be easier to report bugs and give feedback
Does a decent job curating the images, only a few spots where its a little jarring in the differences.
The minigames are annoying but you can cheat your way around them atleast, the Elsa one though is just silly, have to guesstimate where to stop it and unlike the strength minigame your stat doesn't seem to actually help.
The code side of things is a mess though, tons of bugs that have to be rolled back and the save system basically doesn't work. All progress except stats and gold is lost, all relationship points and unlocked areas just gone.
That being said the bugs should be relatively easy to fix and the save system just needs the things its missing to be added to the save file. I'd say give it 6 months to clean things up and if its still around give it a shot.
You're damn right, friend!
I've been trying to fix bugs, balance issues, and crashes for the last few days. I don't have my own testers, and this is an alpha version, which I clearly haven't tested enough.
The save issue is the hardest one right now, because I use Python classes to initialize characters.
And Renpy can't save such objects to its save files.
I'm trying to fix it, and I think I'll release a version with major bug fixes in a week or two.
Don't save the data in the characters then, you can store relationship info the same way you currently store stats and gold.
Any particular reason you have things set up that way? I haven't messed with Renpy to much but from what I know usually you just have a flags list/file that stores everything rather than splitting data between multiple things. I've been messing with doing a VN-like game in Godot and thats how I've been handling it there.
I already have 20 characters.
From the very beginning I really did it with the help of regular flags, like gold, health, and the main character's characteristics.
But then I decided to improve other characters, and as it usually happens, I ruined something extraneous (in our case, saving).
Will fix it.
https://pastebin.com/VQQf1Z27
Wow, thanks! This was due to bugs not being initialized correctly in Holo minigame (Get rid of bugs).
Error reproduces after loading a save.
Will be fixed in next version.
Good day. Fix the bug. After 5 minutes of play, an error crashes with the words "Bug clas" Thank you very much in advance. (This is for android)
Thanks. I know about few existing errors, will check and fix them.
Is eng or Russian???
Both. You can select in preferences
the game dont open now
oops, fixing
fixed
will be another language?
yeah, will be, just now in progress
upd: done