Which one do you prefer?

  • Combat v2

    Votes: 105 70.5%
  • Old combat

    Votes: 44 29.5%

  • Total voters
    149
  • Poll closed .

frostgames

Member
Game Developer
May 2, 2022
147
216
hey Frostgames I've noticed a bug it happens from day 1 to day 50 (i presume its a permanent persistent bug) if you save mid fight say after dealing 30 arousal dmg then reload the save where you did that 30 arousal dmg your opponents arousal Resets to zero
It is not a bug, it is working as intended, I did it to avoid players saving mid fight and keep loading, fishing for a better roll on a manouver etc.
 
  • Like
Reactions: Asenaris

Dagma

Newbie
Oct 25, 2019
19
7
It is not a bug, it is working as intended, I did it to avoid players saving mid fight and keep loading, fishing for a better roll on a manouver etc.
pherhaps finding a way to disable saving mid fight on normal or harder would be a better way to do so as i have a seperate easy mode save and well im not sure but i kind of think save scumming should be a tick a box to opt out of being able to do that sort of thing but keep in between fight saves and during day saves as a thing not sure if that would be to difficult to do tho anyway thx for replying so fast nice to see devs respond to reasonable questions and all that
 

frostgames

Member
Game Developer
May 2, 2022
147
216
pherhaps finding a way to disable saving mid fight on normal or harder would be a better way to do so as i have a seperate easy mode save and well im not sure but i kind of think save scumming should be a tick a box to opt out of being able to do that sort of thing but keep in between fight saves and during day saves as a thing not sure if that would be to difficult to do tho anyway thx for replying so fast nice to see devs respond to reasonable questions and all that
I can disable it on easy mode, although it is not really necessary to save scum in easy mode, it is really easy even with the changes I did in 0.3.2. It will no longer increase your stats, but will give a big boost to your dice rolls, double damage and only take half damage.

About the disable save idea I don't know how to do it without disabling it completly, it was my initial idea but since I didn't find how to do I just made it change your enemie arousal to 0 every time you load a save, serves the same purpose.
 
  • Like
Reactions: Asenaris

frostgames

Member
Game Developer
May 2, 2022
147
216
0.3.2a is here with a teaser of what is comming from 0.3.3 onward on top of all the things added in 0.3.2, I put 2 of the 3 illustrations I added in this version in the thumbs, the third you will have to find. If you start from a save at the end of 0.3.1 you will only see Iris illustration ingame.
 
  • Like
Reactions: Asenaris

dakilladj

Newbie
Feb 21, 2018
43
14
Got hit by this bug 10 minutes into the game.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'damage_to_pl_anal'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "scripts/battletime.rpyc", line 251, in script call
File "scripts/battleUI.rpyc", line 687, in script call
File "scripts/battleenemie.rpyc", line 51, in script call
File "scripts/Jade.rpyc", line 55, in script call
File "scripts/Jade.rpyc", line 357, in script call
File "renpy/ast.py", line 1490, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "scripts/battletime.rpyc", line 251, in script call
File "scripts/battleUI.rpyc", line 687, in script call
File "scripts/battleenemie.rpyc", line 51, in script call
File "scripts/Jade.rpyc", line 55, in script call
File "scripts/Jade.rpyc", line 357, in script call
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'damage_to_pl_anal'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lustia 0.3.2a
Sun Jan 1 03:05:12 2023

Can't even ignore it, have to quit out.
0.3.2a is here with a teaser of what is comming from 0.3.3 onward on top of all the things added in 0.3.2, I put 2 of the 3 illustrations I added in this version in the thumbs, the third you will have to find. If you start from a save at the end of 0.3.1 you will only see Iris illustration ingame.
 

frostgames

Member
Game Developer
May 2, 2022
147
216
Got hit by this bug 10 minutes into the game.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'damage_to_pl_anal'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "scripts/battletime.rpyc", line 251, in script call
File "scripts/battleUI.rpyc", line 687, in script call
File "scripts/battleenemie.rpyc", line 51, in script call
File "scripts/Jade.rpyc", line 55, in script call
File "scripts/Jade.rpyc", line 357, in script call
File "renpy/ast.py", line 1490, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "scripts/battletime.rpyc", line 251, in script call
File "scripts/battleUI.rpyc", line 687, in script call
File "scripts/battleenemie.rpyc", line 51, in script call
File "scripts/Jade.rpyc", line 55, in script call
File "scripts/Jade.rpyc", line 357, in script call
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'damage_to_pl_anal'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lustia 0.3.2a
Sun Jan 1 03:05:12 2023

Can't even ignore it, have to quit out.
I will upload a fixed version today but this bug has a very small chance of happening, it only happens when Jade starts the sex and goes for anal instead of vaginal sex, the chance of her doing it is very small. While you wait if you saved before the fight and load it to fight again the bug probably won't happen another time unless you are very unlucky.
 

JakeMSG

Member
Jul 2, 2017
450
1,084
I can disable it on easy mode, although it is not really necessary to save scum in easy mode, it is really easy even with the changes I did in 0.3.2. It will no longer increase your stats, but will give a big boost to your dice rolls, double damage and only take half damage.

About the disable save idea I don't know how to do it without disabling it completly, it was my initial idea but since I didn't find how to do I just made it change your enemie arousal to 0 every time you load a save, serves the same purpose.
Found this post that might help you (in a Thread asking for this similar situation), although you might have to adapt that code excerpt into your game, wherever needed (for example, during Combat):


Edit (New stuff):
I played a bit through the game, and did find some Typos (I assume English is not your primary language, by the feel of the writing). I saved the ones I found here (naming each Pic with the Typo and its correction), if it helps you out:
 
Last edited:
  • Like
Reactions: Succubus Hunter

frostgames

Member
Game Developer
May 2, 2022
147
216
Found this post that might help you (in a Thread asking for this similar situation), although you might have to adapt that code excerpt into your game, wherever needed (for example, during Combat):


Edit (New stuff):
I played a bit through the game, and did find some Typos (I assume English is not your primary language, by the feel of the writing). I saved the ones I found here (naming each Pic with the Typo and its correction), if it helps you out:
Sorry for the long time to reply, I tested the solution there and it didn't work like it is presented but in the end it gave me what I needed to create my own solution.

English is indeed not my main language and the typos will be fixed on the next versions I don't know how I didn't notice some of them. Thanks for reporting and even pointing out the fixes, I appreciate it.
 

darkValkery

New Member
Jun 2, 2017
10
0
Hello now bog
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "script.rpyc", line 216, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 210, in script call
File "scripts/battletime.rpyc", line 458, in script call
File "scripts/challenges.rpyc", line 68, in script call
File "scripts/challenges.rpyc", line 147, in script
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (challenges.rpy, line 147)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lustia 0.3.2a
Tue Jan 17 21:15:04 2023
 

frostgames

Member
Game Developer
May 2, 2022
147
216
Hello now bog
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "script.rpyc", line 216, in script call
File "scripts/jadequests.rpyc", line 21, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 216, in script call
File "script.rpyc", line 210, in script call
File "scripts/battletime.rpyc", line 458, in script call
File "scripts/challenges.rpyc", line 68, in script call
File "scripts/challenges.rpyc", line 147, in script
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (challenges.rpy, line 147)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lustia 0.3.2a
Tue Jan 17 21:15:04 2023
Thanks for reporting the problem, here is the fixed version for pc and mac.

Download:
 

frostgames

Member
Game Developer
May 2, 2022
147
216
Public version 0.3.3c released.
Jade capa.png
Changelog and links in the main page, feedback is welcome and if you enjoy the game and want to support me, the patreon link is also there and in the game main screen.
 

rot1122

Member
Donor
Nov 20, 2017
238
1,605
Hey folks,
Made a compressed Version, to unzip you need !

Original size: 323MB
Compressed size Q90: 169MB nice

PC Q90 = /

v0.3.3c
 

frostgames

Member
Game Developer
May 2, 2022
147
216
So is this moving into AI generated art instead now?
Yes, my sister, who was drawing the characters, stopped drawing, and I don't have the money to hire an artist, AI generated was the solution. What I use to generate the images is not free but it is much cheaper than hiring someone and I can get a lot of images, even if they are not exactly what I wanted, they can get close.
 

Gigger2461

Member
Mar 11, 2018
138
141
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/Auriel.rpy", line 371, in <module>
NameError: name 'dex' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/jadequests.rpyc", line 28, in script call
  File "scripts/battletime.rpyc", line 253, in script call
  File "scripts/battleUI.rpyc", line 464, in script call
  File "scripts/battleenemie.rpyc", line 56, in script call
  File "scripts/Auriel.rpyc", line 137, in script call
  File "scripts/Auriel.rpyc", line 371, in script
  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/scripts/Auriel.rpy", line 371, in <module>
NameError: name 'dex' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lustia 0.3.3c
Sat Feb  4 02:08:13 2023
Just reporting a bug
 
  • Like
Reactions: frostgames

Succubus Hunter

Conversation Conqueror
May 19, 2020
7,619
14,639
Yes, my sister, who was drawing the characters, stopped drawing, and I don't have the money to hire an artist, AI generated was the solution. What I use to generate the images is not free but it is much cheaper than hiring someone and I can get a lot of images, even if they are not exactly what I wanted, they can get close.
I am sorry to hear your sister stopped drawing. AI art looks amazing so I am sure it will look good too.
 
  • Like
Reactions: frostgames

axorn

New Member
Nov 18, 2018
13
2
It is very tragic to hear that your sister stopped drawing. Also very sad to hear that you have to rely on AI instead, since it just doesn't feel right.
Not sure how to describe it, they just kinda feel bland.
Hopefully we don't get any of those as a main girl, since at least I would honestly rather fight a blank space with quality description than those.
Hope your sister gets back into art or you find someone else to help.

This is just my opinion and you did say that this is the only option you really have financially.
Hope things get better, cheers.
 
Last edited:

frostgames

Member
Game Developer
May 2, 2022
147
216
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/Auriel.rpy", line 371, in <module>
NameError: name 'dex' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/jadequests.rpyc", line 28, in script call
  File "scripts/battletime.rpyc", line 253, in script call
  File "scripts/battleUI.rpyc", line 464, in script call
  File "scripts/battleenemie.rpyc", line 56, in script call
  File "scripts/Auriel.rpyc", line 137, in script call
  File "scripts/Auriel.rpyc", line 371, in script
  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/scripts/Auriel.rpy", line 371, in <module>
NameError: name 'dex' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lustia 0.3.3c
Sat Feb  4 02:08:13 2023
Just reporting a bug
Thanks for reporting, it is already fixed here, I will just wait until tonight to see if anyone find another bug before releasing a version with bugfixes.
 

frostgames

Member
Game Developer
May 2, 2022
147
216
that is very tragic to hear that your sister stopped drawing. Also very sad to hear that you have to rely on AI instead, since it just doesn't feel right.
Not sure how to describe it, they just kinda feel bland.
Hopefully we don't get any of those as a main girl, since at least I would honestly rather fight a blank space with quality description than those.
Hope your sister gets back into art or you find someone else to help.

This is just my opinion and you did say that this is the only option you really have financially.
Hope things get better, cheers.
If you don't like AI art I have sad news for you because Shizu will be the next one to join the fights and all her art is AI generated, in this public version you get to see her one tailed and two tailed images and also a nude before her sex scene if you progress Jade world.

It was when she was drawing Shizu that she decided to stop, here is her basic sketch.
Shizu_concept.png
 

axorn

New Member
Nov 18, 2018
13
2
If you don't like AI art I have sad news for you because Shizu will be the next one to join the fights and all her art is AI generated, in this public version you get to see her one tailed and two tailed images and also a nude before her sex scene if you progress Jade world.

It was when she was drawing Shizu that she decided to stop, here is her basic sketch.
View attachment 2365045
Aw man... Guess that's one I will be trying to reload to avoid then.
Cause the AI just makes them look so damn dead.
Personally I'd rather go for the sketch.

Honestly, the fact they demand that you pay for those things is karkin criminal if you ask me.
Like a petstore selling you dead goldfish...
 
2.80 star(s) 4 Votes