CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x
2.80 star(s) 4 Votes

Which one do you prefer?

  • Combat v2

    Votes: 105 70.5%
  • Old combat

    Votes: 44 29.5%

  • Total voters
    149
  • Poll closed .

SinnerTheSinful

New Member
Apr 24, 2020
4
0
Okay, Combat v2 is fun but you have to make the fights with it in mind, I fought the succubus and died multiple times becuase I didn't get a "grab" when she charged her attack, I don't know if other moves work but from all the ones I tried only dodge and grab worked, and only once too, I get that the fight is meant to be hard, but losing just because I didn't get luck enough to pull the correct move is cheap
 

frostgames

Member
Game Developer
May 2, 2022
184
253
Okay, Combat v2 is fun but you have to make the fights with it in mind, I fought the succubus and died multiple times becuase I didn't get a "grab" when she charged her attack, I don't know if other moves work but from all the ones I tried only dodge and grab worked, and only once too, I get that the fight is meant to be hard, but losing just because I didn't get luck enough to pull the correct move is cheap
Read the post right before yours, I said the 4 ways to interrupt her in the spoiler and yes you can only interrupt her with each way once. It is a boss fight it is not supposed to be easy but it is also not that hard even without planning your skills around her everyone will have at least 2 ways to interrupt her which should be enough.
 

frostgames

Member
Game Developer
May 2, 2022
184
253
Game updated to 0.5.1, the last version of the combat v2.

I am reworking the combat again and a few other things, I am doing it in two parts, the first one was just released for patrons. This combat v3 is an improved version of combat v1, I am using the fact that I know a lot more about coding now(I am probably still a self taught noob) to go back to the real sex fight, v2 is more of a card game that was fun for some time but it lost the feeling of a real fight with grappling and sex positions that don't end at the same time they are used.
 

skrowl

Newbie
Jul 15, 2017
46
40
> This is the last version of the 'card game' combat system.

AWESOME! I loved combat v1 but had to quit playing when combat v2 came out because it felt like just RNG pulls and no skill / strategy required.
 

renton99

Newbie
Dec 15, 2018
33
21
At a certain point, I keep getting this error before every dojo fight, and after ignoring it, I can only fight shion


While running game code:
File "game/scripts/battletime.rpy", line 153, in <module>
ValueError: list.remove(x): x not in list

and

While running game code:
File "game/scripts/battletime.rpy", line 161, in <module>
IndexError: list index out of range

Reloading just repeats the error, and rolling back doesn't help
 
  • Thinking Face
Reactions: Succubus Hunter

frostgames

Member
Game Developer
May 2, 2022
184
253
At a certain point, I keep getting this error before every dojo fight, and after ignoring it, I can only fight shion


While running game code:
File "game/scripts/battletime.rpy", line 153, in <module>
ValueError: list.remove(x): x not in list

and

While running game code:
File "game/scripts/battletime.rpy", line 161, in <module>
IndexError: list index out of range

Reloading just repeats the error, and rolling back doesn't help
Something made you start the combats at the wrong hour to cause this, hard to say what without knowing what you were doing before but I will give you a fix that should work.

Unlock the console commands and use these two:
calendar.Hours = 20
calendar.Minutes = 0
then click on "Enter the dojo" the problem should be solved with it.

What is the new combat system going to entail?
A simple explanation is that the combat will be based on positions, if you didn't play the first versions you start both standing and go from there, you have a lot of the same skills from the current version with a few extra(most of the position skills) but they are no longer randomly being pulled from an deck, they are limited by the position you are in to see if you can use them and if you have energy, some skills give energy, others use it, same as now.
 
Last edited:
  • Like
Reactions: Succubus Hunter

renton99

Newbie
Dec 15, 2018
33
21
Something made you start the combats at the wrong hour to cause this, hard to say what without knowing what you were doing before but I will give you a fix that should work.

Unlock the console comands and use these two:
calendar.Hours == 20
calendar.Minutes == 0
then click on "Enter the dojo" the problem should be solved with it.
okay, I was entering the dojo at 20:15, not sure what caused the minutes to shift by 15, but when I reset the minutes to 00 before entering it seems to have fixed the issue.
 

frostgames

Member
Game Developer
May 2, 2022
184
253
okay, I was entering the dojo at 20:15, not sure what caused the minutes to shift by 15, but when I reset the minutes to 00 before entering it seems to have fixed the issue.
When you enter at 20:00 you get a new list of options for your opponents with 2 for each girl and every time you fight them one of the options is removed, your list simple got empty with time as you were not getting a new one, that is what was causing the error.
 
  • Like
Reactions: Succubus Hunter

Riujin

Member
Jul 29, 2018
363
257
For some reason I'm not managing to train strength behind 18, any reasons? Help?
 

Riujin

Member
Jul 29, 2018
363
257
I think I have found a bug, for some reason Auriel foreplay defeat 2 do not appear on remember scenes.

PS:I'm loving your game, good job man ^^
The chara are adorable, jade is lovingly and the whole game is rather fun to play! Maybe just a bit too grindy but that might be me
 
  • Like
Reactions: frostgames

frostgames

Member
Game Developer
May 2, 2022
184
253
I think I have found a bug, for some reason Auriel foreplay defeat 2 do not appear on remember scenes.

PS:I'm loving your game, good job man ^^
The chara are adorable, jade is lovingly and the whole game is rather fun to play! Maybe just a bit too grindy but that might be me
I will take a look into it and fix on future versions. I am glad you are enjoying the game and yes it can feel a bit grindy after some time but I am working on that with the combat and time rework that I am doing right now.
 

frostgames

Member
Game Developer
May 2, 2022
184
253
Updated to the first part of the rework, those who enjoy it and want to help fund the project and play updates early, the full rework is already available on Patreon.
 

S0m30n3else

New Member
Dec 8, 2019
3
4
First part of the rework (0.6p1) is completely unplayable getting errors after every round/action while fighting

While running game code:
file "game/scripts/v3_battletime.rpy" , line 553 , in <module>
Name Error: name 'plar' is not defined
 
  • Like
Reactions: frostgames

frostgames

Member
Game Developer
May 2, 2022
184
253
First part of the rework (0.6p1) is completely unplayable getting errors after every round/action while fighting

While running game code:
file "game/scripts/v3_battletime.rpy" , line 553 , in <module>
Name Error: name 'plar' is not defined
Looks like a problem with the fetish exhibitionist, I will update with a fix in a few minutes, thanks for reporting.
 

S0m30n3else

New Member
Dec 8, 2019
3
4
0.6p1b

when picking the panty stealer tower boon

While running game code:
TypeError: %c requires int or char


when using focus skill

While running game code:
File "game/scripts/v3_battleui.rpy", line 1876, in <module>
AttributeError: 'Char2' object has no attribute 'removelust'


when using enlarge penis skill

While running game code:
ValueError: incomplete format


sometimes get when fighting

While running game code:
File "game/scripts/v3_battleui.rpy", line 1600, in <module>
NameError: name 'op_recoil_bd' is not defined


sometimes when using Full Nelson skill in battle against the other girls also get Iris' Full Nelson Victory text plus the text for the specific girl this seems to happen most often when fighting Jade
 
2.80 star(s) 4 Votes