- Jul 21, 2018
- 1,341
- 1,891
Neither? An rpy...See the DM convo you sent for more details.that universal unlocker is an exe or bat?
Neither? An rpy...See the DM convo you sent for more details.that universal unlocker is an exe or bat?
Thanks for letting me know. I'll fix that for a future release.my old save doesnt load
Yeah i completed the update, i love the volume of content on this updateThanks for letting me know. I'll fix that for a future release.
You get a phone later in the game.
Thanks.Lots of content in this update, the girls are hot, and honestly, the game is hilarious.
A few errors here and there (Later in the game when having the sister service you in the pool area, there's an error that can be ignored and the game still works) but overall I'm excited for the next update
I had to start a new game as loading any save gave me errors, but that's fine by me. Did like the nice touch of beta points being converted into negative alpha points lol.Thanks.
What was the error btw? Do you know which # stage it was at? I'll try and fix for next release.
There may be some legacy save game issues which can be resolved by starting a brand new game. To overcome save game issues I'm thinking of including a feature to start the game from a particular act/stage with a set amount of cash and alpha points.
I can hit ignore and it'll still work.While running game code:
File "game/script.rpy", line 7247, in script
$ stepsisSexP = addSexpTo(stepsisSexP,stepsisLevel)
File "game/script.rpy", line 7247, in <module>
$ stepsisSexP = addSexpTo(stepsisSexP,stepsisLevel)
File "game/script.rpy", line 490, in addSexpTo
return a
UnboundLocalError: local variable 'a' referenced before assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 7247, in script
$ stepsisSexP = addSexpTo(stepsisSexP,stepsisLevel)
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 7247, in <module>
$ stepsisSexP = addSexpTo(stepsisSexP,stepsisLevel)
File "game/script.rpy", line 490, in addSexpTo
return a
UnboundLocalError: local variable 'a' referenced before assignment
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Insatiable 0.1.0
Thu Aug 25 18:56:48 2022
Ah, got it. Thanks.I had to start a new game as loading any save gave me errors, but that's fine by me. Did like the nice touch of beta points being converted into negative alpha points lol.
For example, I get an error after completing the content of the 0.1 version during the "Shower with Summer" option:
I can hit ignore and it'll still work.
I don't use Linux, but you are a god amongst menAdds Linux Support.
I'm quite iconoclastic, no magic men in the sky here.I don't use Linux, but you are a god amongst men
Next update now. This is only a minor release though.Next update when? lol
I don't know too much about joiplay but maybe version 0.1.1 will work.I got this error while trying to start the game on joiplay
I loved the update, great jobInsatiable version 0.1.1 is now released.
This is a minor build to fix some bugs plus added some new content. Feedback is always welcome so leave your thoughts in the comments.
Get it here:
- Fixed 'Night Owl' bug. Some actions, if completed after midnight, prevented the player from going to bed.
- Fixed legacy code bug.
- Updated code to work with latest RenPy build.
- Added 5 new Act 3 story stages.
You must be registered to see the links
It ended up fixing it. Thank you!I don't know too much about joiplay but maybe version 0.1.1 will work.
Reason I say this is because I got a similar error after I updated to latest version of Renpy SDK - which I fixed in v0.1.1. Maybe joiplay uses latest version of Renpy to interpret the code?
This is by design. The idea is that alpha points are the inverse of beta points.When the b-points get turned into a-points, it's marked with a minus. Subsequent a-points lowers the total (it goes towards zero) and I don't think this is how it's supposed to be. I went to line 2335 in the script.rpy file which says:
$ alphaPoints = alphaPoints - alphaPoints - alphaPoints
And changed it to:
$ alphaPoints = alphaPoints - alphaPoints + alphaPoints
(Just the last minus into a plus) It now converts properly. Don't think it affects anything else...?
Okay, then it's just me who misunderstood what was meant when the game said: "Your b-points have been converted into a-points" and "b-points will unlock dialogue and actions later on". I can't really remember seeing anything being unlocked?This is by design. The idea is that alpha points are the inverse of beta points.
My phrasing there could be more accurate. I can add more explanation in both cases so its not misleading.Okay, then it's just me who misunderstood what was meant when the game said: "Your b-points have been converted into a-points" and "b-points will unlock dialogue and actions later on". I can't really remember seeing anything being unlocked?