CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Exoplast

Engaged Member
Nov 2, 2017
2,716
18,908
Knightly Passions [v0.46] [FEYADA] Compressed

PC (288MB) : -
MAC (262MB) : -

If you like this game support the dev.
 

Rohse

Member
Jan 4, 2018
220
341
Right before the 4th battle on the map leading up to the Arachne questline...

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.1.23060707
Knightly Passions 0.46
Thu Sep 14 02:20:33 2023
Does anyone know the variable to trigger the completion of the 4th battle so you can skip to the 5th?
The quest structure is rather strange when looking at the variables and labels for everything.
 

Loki0

Newbie
Jul 16, 2017
98
129
Right before the 4th battle on the map leading up to the Arachne questline...

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/__eliont__/battle/BattleLabel.rpy", line 278, in <module>
File "game/__eliont__/battle/BattleField.rpy", line 64, in __init__
File "game/__eliont__/battle/BattleField.rpy", line 228, in build_timeline
File "game/__eliont__/battle/BattleUnit.rpy", line 519, in set_intention
File "game/__eliont__/battle/BattleUnit.rpy", line 519, in <lambda>
File "game/__eliont__/battle/BattleUnit.rpy", line 465, in can_perform_action
File "game/__eliont__/battle/BattleUnit.rpy", line 544, in skills_filtered_by_intention
File "game/__eliont__/battle/BattleUnit.rpy", line 544, in <lambda>
KeyError: 'goblin_theft'

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

Full traceback:
File "navigation/vedma.rpyc", line 22, in script call
File "navigation/gorod_psiha/hram.rpyc", line 31, in script call
File "navigation/gorod_psiha/hram.rpyc", line 31, in script call
File "quests/Main_Quest_01.rpyc", line 1186, in script call
File "__eliont__/battle/BattleLabel.rpyc", line 278, in script
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/__eliont__/battle/BattleLabel.rpy", line 278, in <module>
File "game/__eliont__/battle/BattleField.rpy", line 64, in __init__
File "game/__eliont__/battle/BattleField.rpy", line 228, in build_timeline
File "game/__eliont__/battle/BattleUnit.rpy", line 519, in set_intention
File "game/__eliont__/battle/BattleUnit.rpy", line 519, in <lambda>
File "game/__eliont__/battle/BattleUnit.rpy", line 465, in can_perform_action
File "game/__eliont__/battle/BattleUnit.rpy", line 544, in skills_filtered_by_intention
File "game/__eliont__/battle/BattleUnit.rpy", line 544, in <lambda>
KeyError: 'goblin_theft'

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.1.23060707
Knightly Passions 0.46
Thu Sep 14 02:20:33 2023
I have the same issue.

Fresh installation, no mods, and a new game
 

IzPizzaTime

New Member
Feb 10, 2018
9
25
YET ANOTHER update many people including me, will skip.
I'm guessing that a dev is having some kind of problems with a designer/animator, this ain't looking promising anymore.
Hopefully there will be some actual updates soon, this was one of my favorite watchlisted games :(
 

skyrfen

Ultimate Torrent Dude
Donor
Jun 13, 2021
4,214
2,444
KnightlyPassions-0.46
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.

We're doing a funding run! !​
 

Loki0

Newbie
Jul 16, 2017
98
129
KnightlyPassions-0.46
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.

We're doing a funding run! !​
Is this the same version as the front page or does it include a hotfix for CTD battle crash?
 

Bloodmoon22

Member
Oct 17, 2020
180
112
So is there a simple solution to win the pick up sticks game for beating the gate guard and getting the sling shot back for the kid?
 

Bse

Member
Aug 1, 2019
485
209
And again Old save dont work.... uhhggg , how often now? i stop count it. I come Back Next Year. maybe i see more when restart every 3 time uodate come out!
 
  • Heart
Reactions: Doom Marine

Nerro

Engaged Member
Sep 9, 2017
2,059
3,460
The early builds had the witch and the priest hook up and the three nuns being implied sluts. The former got permanently interrupted by the MC even before the change, so by technicality he cucked the priest. Also you fucked the Elf behind the Barkeeps back, which somehow meant the MC is the cuck for getting laid?!

Of course people didn't like that the harem game having a portion of the girls sleeping around (even if only implied for most of them) before the MC ever meets them, so they threw a hissy fit. The devs sadly seem like people pleasers, so all the characters are now just waiting for the MC to woo them, while the priest shags a carpet.
Man that's just pathetic. Aside from the spineless dev too scared to realize his own vision of the game, the harem purists literally just want the same game over and over again with different looking chicks. Imagine a worldview where you just want every single female to wait their whole life for only YOU to come fuck them. Its so out of touch with reality, I don't understand how these people can get immersed in this crazy fantasy over and over again with little to no change.
 

gimann

New Member
Jul 24, 2018
8
19
For anyone running into the goblin_theft error. I got a (most likely) dirty fix for this that lets you proceed. Use at your own risk.

Extract RPA packages with UnRen. In the file Knightly_passions-0.46-pc\game\__eliont__\battle\BattleUnit.rpy starting in line 542 replace
Code:
    def skills_filtered_by_intention(self,intention=None):
      if intention:
        return [skill_id for skill_id in self.skills if BattleSkillsPrototypes[skill_id].type == intention]
      else:
        return [skill_id for skill_id in self.skills if BattleSkillsPrototypes[skill_id].type == self.intention]
with
Code:
    def skills_filtered_by_intention(self,intention=None):
      if intention:
        return [skill_id for skill_id in self.skills if skill_id in BattleSkillsPrototypes and BattleSkillsPrototypes[skill_id].type == intention]
      else:
        return [skill_id for skill_id in self.skills if skill_id in BattleSkillsPrototypes and BattleSkillsPrototypes[skill_id].type == self.intention]
So far I could continue with all quests without any issues.
 

Loki0

Newbie
Jul 16, 2017
98
129
For anyone running into the goblin_theft error. I got a (most likely) dirty fix for this that lets you proceed. Use at your own risk.

Extract RPA packages with UnRen. In the file Knightly_passions-0.46-pc\game\__eliont__\battle\BattleUnit.rpy starting in line 542 replace
Code:
    def skills_filtered_by_intention(self,intention=None):
      if intention:
        return [skill_id for skill_id in self.skills if BattleSkillsPrototypes[skill_id].type == intention]
      else:
        return [skill_id for skill_id in self.skills if BattleSkillsPrototypes[skill_id].type == self.intention]
with
Code:
    def skills_filtered_by_intention(self,intention=None):
      if intention:
        return [skill_id for skill_id in self.skills if skill_id in BattleSkillsPrototypes and BattleSkillsPrototypes[skill_id].type == intention]
      else:
        return [skill_id for skill_id in self.skills if skill_id in BattleSkillsPrototypes and BattleSkillsPrototypes[skill_id].type == self.intention]
So far I could continue with all quests without any issues.
Okay, I know how to use UnRen to extract the RPA, used the editor and applied the changes. But how do i put that files back into the rpa-package?

Nevermind! No need to repack the RPA. Your workaround fixed the CTD bug for that encounter!

I'm happy for your contribution!
 
Last edited:

sislover

Newbie
Jan 8, 2018
40
70
Man that's just pathetic. Aside from the spineless dev too scared to realize his own vision of the game, the harem purists literally just want the same game over and over again with different looking chicks. Imagine a worldview where you just want every single female to wait their whole life for only YOU to come fuck them. Its so out of touch with reality, I don't understand how these people can get immersed in this crazy fantasy over and over again with little to no change.
so you want a medieval fantasy game with magic, monsters, slavery, incest, hot horny witches, elves, and demi-humans, BUT you want them to be whores because it's "realistic"?
 

Nerro

Engaged Member
Sep 9, 2017
2,059
3,460
so you want a medieval fantasy game with magic, monsters, slavery, incest, hot horny witches, elves, and demi-humans, BUT you want them to be whores because it's "realistic"?
You're a whore just because you had sex before MC shows up? Also "hot horny witches" but never fucked around? Don't you see the discrepancy?? It dosen't have to be realistic but at least be fucking logical lol
 

Simpgor

Well-Known Member
Apr 18, 2020
1,000
2,627
Man that's just pathetic. Aside from the spineless dev too scared to realize his own vision of the game, the harem purists literally just want the same game over and over again with different looking chicks. Imagine a worldview where you just want every single female to wait their whole life for only YOU to come fuck them. Its so out of touch with reality, I don't understand how these people can get immersed in this crazy fantasy over and over again with little to no change.

surely its is becuase that is what their real life is like right? They play these harem games to escape their real life harems :HideThePain:
 
  • Haha
Reactions: dontcarewhateverno
3.90 star(s) 107 Votes