She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

Werrino

Member
Jun 26, 2018
305
88
158
do you happen to know which file specifically?
Yes but not remember the name.
Go into the js folder and search resetdesire it will suggest you few js open them with notepad++ , ctrl+f, search again resetdesire and sooner or later you will found what you are searching, it's the same file where you can change the max desire
 

Lamoli

Member
Sep 20, 2017
154
209
259
better replace all "TALING" with "TALKING" just to keep variable names consistent :)
Yes indeed i only cared about the end part of the text of those var names but now that you mention it i should swap TALING to PLAYER to separate the one you trigger before the skill (your thoughts/intent) from the one that is vanilla used right after the skill triggers if any (in general only sight/talks have those) and maybe ill let customize all those and for any skills you want using another var name for distinction.
 

Lamoli

Member
Sep 20, 2017
154
209
259
I just noticed that sometimes enemyAI does not even trigger its just skipped (while those enemy have always use skill xxxx triggering the AI)
can someone else confirm this?
if its a bug it will impact my response line for Karryn's to forbid/evade/cancel player actions
 

Werrino

Member
Jun 26, 2018
305
88
158
I just noticed that sometimes enemyAI does not even trigger its just skipped (while those enemy have always use skill xxxx triggering the AI)
can someone else confirm this?
if its a bug it will impact my response line for Karryn's to forbid/evade/cancel player actions
Noticed the same
 

souldead341

Engaged Member
Oct 16, 2017
2,680
2,785
485
I just noticed that sometimes enemyAI does not even trigger its just skipped (while those enemy have always use skill xxxx triggering the AI)
can someone else confirm this?
if its a bug it will impact my response line for Karryn's to forbid/evade/cancel player actions
That's not a bug, it's part of the game features that enemies have a chance to not take a turn during fights. It's mentioned in a dialogue with one of the tutorial guards.
 

Lamoli

Member
Sep 20, 2017
154
209
259
That's not a bug, it's part of the game features that enemies have a chance to not take a turn during fights. It's mentioned in a dialogue with one of the tutorial guards.
If you check the code there is no such feature as they all have use generic AI set to allways..
and that's a problem as you cannot control it..

maybe there is something in the code that ignores <AI Priority>Always: Skill 1351</AI Priority>
but if so i need to find it
 
Last edited:
  • Like
Reactions: zoomies

Werrino

Member
Jun 26, 2018
305
88
158
If you check the code there is no such feature as they all have use generic AI set to allways..
and that's a problem as you cannot control it..

maybe there is something in the code that ignores <AI Priority>Always: Skill 1351</AI Priority>
but if so i need to find it
it depends on the game difficulty, setted on easy they sometimes skip turn, maybe there is something near the setting of general game
 

Lamoli

Member
Sep 20, 2017
154
209
259
it depends on the game difficulty, setted on easy they sometimes skip turn, maybe there is something near the setting of general game
game difficultly influence the AI level and this one is used as percentage of chance to following the order set inside <AI Priority></AI Priority> there is no skip function unless inside <AI Priority> there is something like the skill they use in there to trigger the AI but for skipping turn instead
so even if your AI level is low it will just randomly choose something

ill just create extra checks with new vars to see if AI triggered or not so i can decide what to do next
(if later on i find the way they used to trigger this skipping ill use that instead)
 

souldead341

Engaged Member
Oct 16, 2017
2,680
2,785
485
If you check the code there is no such feature as they all have use generic AI set to allways..
and that's a problem as you cannot control it..

maybe there is something in the code that ignores <AI Priority>Always: Skill 1351</AI Priority>
but if so i need to find it
Well, I was wrong about who talks about it, but I double checked. It's "Calmly Eating Prisoner" in the mess hall. Called Act Chance, it's apparently based on the difference in agility between you and the enemy.
 

Lamoli

Member
Sep 20, 2017
154
209
259
Well, I was wrong about who talks about it, but I double checked. It's "Calmly Eating Prisoner" in the mess hall. Called Act Chance, it's apparently based on the difference in agility between you and the enemy.
I know about difference of agility but this only affects the order on who acts first.. its not canceling action altogether and its the problem you will have with all the goblins after clearing prison lvl 1 as they get a huge boost.

in my case i always have the same enemy (the player) vs Karryn so it means its something else..

i do recall that YEP also has a ATB system and if in use here this might affect the active turns

EDIT:
hmm even when enemy do not act the skill 1351 AI generic was triggered but it never call its js function
on the other hand i tried 10 times in a row and enemy fails to act each time at turn 5.. lol
 
Last edited:

souldead341

Engaged Member
Oct 16, 2017
2,680
2,785
485
I know about difference of agility but this only affects the order on who acts first.. its not canceling action altogether and its the problem you will have with all the goblins after clearing prison lvl 1 as they get a huge boost.

in my case i always have the same enemy (the player) vs Karryn so it means its something else..

i do recall that YEP also has a ATB system and if in use here this might affect the active turns

EDIT:
hmm even when enemy do not act the skill 1351 AI generic was triggered but it never call its js function
on the other hand i tried 10 times in a row and enemy fails to act each time at turn 5.. lol
Again, what the tutorial NPC says is that there's also a chance for enemies to not take an action based on the differences between agility. Not that it only affects the order of turns taken, but that a high relative agility on Karryn means that enemies might not take an attack, but almost always get an attack the turn after they miss one.

Now, I don't know the coding side of anything here, but it's clearly in the base game that some enemies are going to miss turns. Where it is in the code I have no idea, but it clearly is there since enemies do miss turns in the base game, and I personally notice it more with relatively lower level enemies.

I suppose it's possible that the tutorial NPC has incorrect info, but then that's on Remtairy and the missed turns are a bug, but the tutorial message makes me think it's intentional.

Karryn 1.png Karryn 2.png karryn 3.png
 

mamaboiii

Active Member
Oct 13, 2018
587
1,741
293
Again, what the tutorial NPC says is that there's also a chance for enemies to not take an action based on the differences between agility. Not that it only affects the order of turns taken, but that a high relative agility on Karryn means that enemies might not take an attack, but almost always get an attack the turn after they miss one.

Now, I don't know the coding side of anything here, but it's clearly in the base game that some enemies are going to miss turns. Where it is in the code I have no idea, but it clearly is there since enemies do miss turns in the base game, and I personally notice it more with relatively lower level enemies.

I suppose it's possible that the tutorial NPC has incorrect info, but then that's on Remtairy and the missed turns are a bug, but the tutorial message makes me think it's intentional.

View attachment 583748 View attachment 583749 View attachment 583750
Nah it's in. I stumbled across it in the code some time ago. There is a chance that they skip a turn, but iirc they cannot skip multiple turns in a row. So in the most extreme case, you (Karryn) have twice the amount of turns compared to them.
 

Lamoli

Member
Sep 20, 2017
154
209
259
Nah it's in. I stumbled across it in the code some time ago. There is a chance that they skip a turn, but iirc they cannot skip multiple turns in a row. So in the most extreme case, you (Karryn) have twice the amount of turns compared to them.
Ok can you tell me where? as i need to karryn to have this random(fail) too else she is too powerful, all i found was the code if they did not take action but nothing triggering the do not take action..

Or if i make everyone able to act every turn but give ways to cancel/counter its ok too

EDIT:
Ok i found it.. they corrupted(changed it to their needs) but destroyed the true functionality of AI level/AI priority
 
Last edited:

Nadore

Newbie
Mar 26, 2017
49
1,072
376

March 11th 2020: Club Bifrost Release Date Announcement
Hey everyone, Rem here! Today we're proud to announce that Club Bifrost is scheduled to be released on Steam on March 23rd!!! It will retail for $20 with a launch discount of 30% off. Club Bifrost will be sold as a censored version but you can uncensor it with a free patch. Club Bifrost WILL include the "Plus DLC" content.

Finishing touches are still being applied to Club Bifrost as I speak right now, but the hard work that everyone has put in for Club Bifrost over the past year is now finally, finally about to be shown to everyone!

In addition to Club Bifrost, I've also been working on the website for Remtairy which is conveniently available at !

Some of you might have been wondering, hey, what's that Meltys Quest that Sachinama made before Karryn's Prison? Or what is Island SAGA? Or what does Club Bifrost look like? Well you're in luck because you can now check out all that information on our brand new website!

So please take a look at to see what Club Bifrost and Island SAGA will look like, and please wishlist those games on Steam if you haven't yet!

Unfortunately, there appears to be nothing about Karryn this week.
 
4.60 star(s) 496 Votes