Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 403 to 442 of 1,922 · Next page · Previous page · First page · Last page
(+2)

Dear friends,

We are releasing a new update, Version 0.37, that fixes the bugs you've encountered in Version 0.36.

Here is the full list of all the changes:

  • Fixed a bug with the 32-bit version.
  • Fixed the bug with crafting at the blacksmith.
  • Fixed the bug with using cheat codes.
  • Fixed the bugs related to rings.
  • Saves from previous versions can no longer be loaded, to avoid breaking the game.
  • Fixed a bug involving a black background in the monastery.
  • Fixed a bug involving the background of the global map when trying to hunt at night in the cave.

Will we have to wait 2 weeks for version 0.37 if we only paid 5 dollars?

No. It's immediately available for $5 because it's a bug fix for version 0.35 and version 0.36.

The 32 bit version refuses to launch, and throws up a traceback.

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Resources/live2d_animations.rpy", line 35, in <module>

Exception: Could not load Live2D. Live2DCubismCore.dll was not found.

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

Full traceback:

  File "renpy/bootstrap.py", line 275, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 564, in main

    renpy.game.context().run(node)

  File "Resources/live2d_animations.rpyc", line 29, in script

  File "Resources/live2d_animations.rpyc", line 29, in script

  File "renpy/ast.py", line 1237, in execute

    img = renpy.python.py_eval_bytecode(self.code.bytecode)

  File "renpy/python.py", line 1146, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/Resources/live2d_animations.rpy", line 35, in <module>

  File "renpy/gl2/live2d.py", line 566, in __init__

    common = self.create_common(default_fade)

  File "renpy/gl2/live2d.py", line 510, in create_common

    rv = Live2DCommon(self.filename, default_fade)

  File "renpy/gl2/live2d.py", line 186, in __init__

    init()

  File "renpy/gl2/live2d.py", line 93, in init

    onetime_init()

  File "renpy/gl2/live2d.py", line 66, in onetime_init

    raise Exception("Could not load Live2D. {} was not found.".format(dll))

Exception: Could not load Live2D. Live2DCubismCore.dll was not found.

Windows-10-10.0.19041 AMD64

Ren'Py 7.6.1.23060707

Knightly Passions 0.36

Sat Jul 15 14:29:34 2023

(1 edit)

Also,  while playing the 64 bit version, attempting to equip the "Gold ring of spirit" that you can acquire during the dendroid hunt causes the game to crash with another traceback.

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 670, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/common/00action_other.rpy", line 583, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/inventory/inv_character.rpy", line 357, in equip_item

AttributeError: 'Player' object has no attribute 'armor'

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

Full traceback:

  File "renpy/bootstrap.py", line 275, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 670, in main

    run(restart)

  File "renpy/main.py", line 144, in run

    renpy.execution.run_context(True)

  File "renpy/execution.py", line 953, in run_context

    context.run()

  File "navigation/gorod_psiha/00main_nav.rpyc", line 80, in script

  File "navigation/gorod_psiha/00main_nav.rpyc", line 80, in script

  File "renpy/ast.py", line 2259, in execute

    self.call("execute")

  File "renpy/ast.py", line 2241, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "renpy/statements.py", line 342, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 670, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/exports.py", line 3345, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "renpy/ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 3579, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "renpy/display/core.py", line 4540, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "renpy/display/layout.py", line 1177, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/transition.py", line 164, in event

    return self.transitions[-1].event(ev, x, y, st)

  File "renpy/display/transition.py", line 53, in event

    return self.new_widget.event(ev, x, y, st) # E1101

  File "renpy/display/layout.py", line 1177, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1177, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/screen.py", line 770, in event

    rv = self.child.event(ev, x, y, st)

  File "renpy/display/layout.py", line 1177, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/behavior.py", line 1138, in event

    return handle_click(self.clicked)

  File "renpy/display/behavior.py", line 1071, in handle_click

    rv = run(action)

  File "renpy/display/behavior.py", line 368, in run

    new_rv = run(i, *args, **kwargs)

  File "renpy/display/behavior.py", line 375, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_other.rpy", line 583, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/inventory/inv_character.rpy", line 357, in equip_item

AttributeError: 'Player' object has no attribute 'armor'

Windows-10-10.0.19041 AMD64

Ren'Py 7.6.1.23060707

Knightly Passions 0.36

Sat Jul 15 14:29:05 2023

Thank you! Both bugs were fixed in version 0.37.

Deleted my other post because that issue has been resolved with the 0.37 update.

Is there any way I can get this without PayPal? Because PayPal just isn't working for me.

Certainly! There are other payment methods on our patreon:
https://www.patreon.com/FEYADA

Cant use Cheat codes any more as game stops being interactive , if you then try and load a save it crashes out to black screen. Cant sleep on a save from 0.35 as doing so just goes to  a black screen and all you have is the music playing. Think the update is very broken now.

(+1)

It's a known bug. Saves from previous versions as well as using cheats breaks the game, so use the new game + feature to return to where you were. Also, avoid using the itch app for the time being, they broke it with an update and it is doing all kinds of weird things.

+

Already fixed in 0.37. Have a good game!

(2 edits) (+1)

When using the cheat codes and clicking any of the options and closing that menu i am returned to a black screen or the scene you were in, just devoid of the HUD and characters.  Version 0.36 for the PC.

Thanks for reporting the bug. We have already fixed this in fix version 0.37. Have a good game!

When I try to run the 32 bits version the game immediately crashes with the following error:

While running game code:

  File "game/Resources/live2d_animations.rpy", line 35, in <module>

Exception: Could not load Live2D. Live2DCubismCore.dll was not found.

I see that in lib/py2-windows-x86_64 I do have that file but in lib/py2-windows-i686 I don't.

Thanks for reporting the bug. We have already fixed this in fix version 0.37. Have a good game!

It's great you are so on top of the bug fixes!

:3

NGL, the new combat system is both broken and worse than the previous, the combat against the sorcerer in the new quest constantly bugs out, you cant end you turn, you cant kill either the sorcerer neither his skeletons, made me quit the game and probably wont try it again unless the old system is brought back.. RIP

Everything is simple! You needed to upgrade your skills and not go to the boss with a starting sword. An excellent sword is crafted at the blacksmith.

Must say, truly a great game. No unnecessary stupid sex scenes, truly feels like an adventure game. Waiting for more!

Thank you!

You are most welcome Feyada.

Dear friends,

Some users noticed bugs in version 0.36. This is due to loading saves from version 0.35.

Two tips:

  • Don't use old saves.
  • Don't use cheat codes.

We will fix it soon and release version 0.37.

Also, your skip button really broken, you cannot press Ctrl while clicking which is not an issue in patch 0.35. Need fix asap.

Turn on the pass in the settings and everything will work.

Weird bug I discovered!

When I launch Knightly Passions from the Itch.io APP, I can not start a New Game or New Game+

However, when I open it using the .exe in the game folders, it works perfectly fine.

Not 100% sure why this happens.

This is the itch problem.

Was about to report on this same issue, new game or new game + hangs on black screen. Will try lunching from folders.

Did it work?

Yes, thank you for the tip. It worked perfectly. :D

I tried cheat in v 0.36 on android, when im apply the cheat menu, suddenly the game freeze, what should i do? i can go back but the cheat cant be activated

Yeah I have the same problem on PC, I hope there is an easy fix to this.

We are already aware of the problem, we will fix it.

Thanks, ganbatte^

(1 edit)

Weird things are happening for me in the 0.36 update: if I try to sleep at the inn it loads the map: both if I do it via the innkeeper and in my own room. Also, when I try to start a battle in the forest it just shows an empty screen. Maybe other things are wrong too, this is what I tested so far: See this vid for an example (the fact that the music sounds weird is because of the recording software)

What version are you playing? 32 bit or 64?

I play with Knightly_passions.exe, so that's 64 I believe. The problems occur when I'm loading from a 0.35 save btw. I saw a comment from you that that gives issues atm, so it's probably because of that.

Yes. Old saves should not be loaded. We redesigned navigation in 0.36 (there was an old one in 0.35). Therefore, problems arise.

Мне не жалко купить версию 0.36 но это исправление багов игры за которые мы должны заплатить ?

Да, это исправление багов. Если вы купили игру 1 раз, вам не зачем платить дважды.

Deleted 137 days ago

Press and hold.

(+3)

Thank you Feyada, you've made an adult game that's actually fun and has good mechanics, not just naughty pics/animation.  I love it when there's a game with this combination.

I have a question though:  I paid $5 when the game was on sale but don't have early access... do I need to pay another $5 to total the $10 amount?  Or do I have to pay another $10 in addition to my previous $5?

If you pay another 5$ - unfortunately it works in such a way that it will not understand that you paid 5$ extra. Tomorrow the game will be available for players who bought the game for $5. Just wait until early access ends.

как начать квест 16?мне нужно узнать где ее умения будут полезные 

Рынок

How do I download the latest version? Do I need to buy again?

I don't really mind too much, just wondering.

(+1)

You just have to wait, wait time from release is 1-2weeks for it to come out from early access or you can pay again but no need if you bought it you just need to wait. 

+

will the free version stay at ver .10?

yes

(+1)

First time player here, just finished the current main story and all currently available sidequests. Love the art, love the stories. That's all fantastic. Can't wait for more.

I do have some nitpicks though. Mainly having to do with specific combat encounters. I don't like that goblins will gain the flee status on the player's turn. That coupled with their ability to dodge means that you have to be very particular about how much damage they take, stack up all your attacks, and it's still a crapshoot whether you can finish them off in time. I found that frustrating. I also think the golem fight is massively over-tuned. It has the ability to permanently lock down, in my experience, half of your card slots, stop you from attacking or defending for 2 turns in a row, and at low health heal for 100 hp while also gaining a temp 100 shield. It took me 4 or 5 tries (maybe more), the win felt incredibly luck dependent and unearned, and it was thoroughly unenjoyable to fight. 

Aside from that I see someone already brought up the bug with intimidation, so I've got no other issues that bothered me. Here's to more stories and continued refinement o7.

(+1)

Hello! Thanks for your feedback. We will fix these shortcomings in the next update.

Hi there.

I encountered a game breaking bug in the android version of the latest build where the nuns and the abbot disappear during the day, making it impossible to progress with the main quest.

Is there a way to send you a save file or something to help you find the problem?

What version are you playing?

(1 edit)

I was playing the 0.35 version.

I could try to send you my safefile as soon as I figured out how to find it on android.

how do get the newest update do have to just delete the old version and download the new version? (Will it delete my progress?)

Yes, you need to uninstall the old version and install the new one. This will delete your progress, BUT start a New Game+ mode where you can skip almost all the quests you've completed before.

I have the issue that when I fight battles against a single enemy some of the animations are really slow. When you hit an enemy or you get hit the character moves back and forth a little bit. That animation is extremely slow. Fighting against multiple enemies it doesn't occur, but as soon as there is only 1 left, it is slow. This makes the combat annoying, which is sad because there has been a pretty nice overhaul.

Also for quest number 27 I need to get a bear bone. However bears don't seem to drop anything: I've fought over 20 battles with a bear and I've gotten no loot from them yet. The carnivorous plant sap I needed for this quest I got on the first try.

Thank you! We will fix the drop of loot.

Send a video - what exactly happens to the enemies.

(1 edit)

This is a video of the slow animation: link. As soon as you or the enemy gets attacked the knockback animation is really slow. Other things like playing defense cards are not slow. When you fight multiple enemies this problem is not occurring, but as soon as there is only 1 enemy left the problem starts.

Thanks, we'll look into it.

I have this same issue too, just downloaded the new update and was fighting a single boar and it was very slow/lagged a lot.

(1 edit)

Amazing game so far, I just subscribed to the patreon!  Quick question: is there more h content coming for the witch?  She is one of my favorite characters but doesnt have many scenes yet.  Also, will there be more fetish-oriented content (i.e. the tentacle scene with the witch)?  

P.S. who is the artist for this game?

Hello, there will be more scenes in the future.

Artist: Lodi

Yeah, I definitely like her both as a character and also she's really hot and I need her lol.

Hi, great game, love it, actually. Have a question tho: do we have a guide for quests? Like I can't even find new quests, and quest #16 is kinda buggy I suppose (I can't find Mirina at the market). Dear community manager, help me pls :(

There is no quest guide. You will not find Mirina on the market either. Read the quest log, there is always a hint there.

Привет, игра супер, но у меня вопрос и замечание.  Во-первых, замечание: у вас везде в игре написано "врятли", хотя должно быть "вряд ли". Но самое главное это вопрос: квест №16 "Торговый мир", я уже отдал Мирине сертификат на торговлю, и квест сейчас говорит мне найди её и узнай, как у нее дела. Так вот, её нигде нет: утром она в церкви, но там нельзя никак взаимодействовать ни с кем, днем её там нет, но и на рынке нет и вообще нигде нет. Как продвинуться по квесту дальше? 

Все верно, она не должна быть ни на рынке, ни в церкви. Ищите ее в поле днем.

How long is the wait time for buying it on a sale? I know that I have to wait a certain amount of time before getting access to it since I bought it on a sale but thought it was only a week.

Here is all the information:

https://feyada.itch.io/knightly-passions/devlog/553418/knightly-passions-035-rel...

1-2 weeks.

"There is now early access for everyone who bought the game for $10. Early Access ends in 1-2 weeks and the game will be available for $5."

(1 edit)

Stamina isn't increasing over 10 in combat, including when using the meditation card.  v 0.35

-edit - in boss fights where the old combat system appears to still be active, increased stamina does work

Thanks!

(1 edit)

I am a bit confused. I bought the 0.35 version on sale for 10 USD, but I only have access to 0.26?

EDIT: Realised I can download it from purchase email, but not itch itself

just wanted to say that this game is great and I cant wait for full release

Thank you!

(+1)

question about new skill point system, the intimidation skill terror of the district is 5/5, but a lot of intimidation encounters require 7 or even 12, and when I select the intimidation option it always says the level is too low even though its 5/5

This is bug. We'll fix this in future updates.

Vai ter tradução em português futuramente???

Se conseguirmos alguém que traduza o jogo para o português, sim.

Deleted 160 days ago
(+1)

You don't have to pay again. Passing early access. It will end soon and the latest version of the game will be available to you.

(+1)

This comes up ever release. The sale price was too good to pass up, but the result is that itch doesn't recognize folks who purchased the game on sale as having purchase the full value release.

This is the only distribution platform that I've ever encountered this behavior. It might be worth including a notice about this issue in your release notification so folks are not confused and/or angry with you (who are not responsible for the shop failure) to have to deal with each time the game receives and update.

That being said, can you let us all know when those of us with a discounted full license will be able to access the update?  I for one really like the changes and direction you have been taking this game.

Within 7-10 days there will be an update 0.36 (correction of errors in 0.35). It will be for $5 players.

(+1)

The Home Sweet Home quest seems to break if you went the slow path. When giving chickens and eggs, it won't proceed the quest further, even if you go past 20 days. The faster path that is 2500 Gold works though.

Fighting goblin type enemies is a pain in the ass, even with the most offensive stats maxed out. It has a chance to dodge and it will run away when at low health, meaning no loot when fought. Thankfully, health resets each battle (if not a bug).

Thank you! We'll fix it.

Hi i've been having issue running the game apk. when i open the application the game starts up but it ten closes on its own soon after. I've tried deleting any earlier versions of the game that i had and it still hasn't fixed my problem. Can you maybe help me???

I think the problem may be with your device. I myself test release versions on PC and Android - everything works stably.

oh ok. do you have any suggestion for what i can maybe do to fix my problem

You may be running out of memory on your device. Free it up so that a few gigabytes are available. This applies to both the memory on the phone itself and the RAM.

would this also apply to laptops? because I got the game on an acer Chromebook. The weird thing is the DLC games work but whenever i try playing the main game it just doesn't stay open. Would me being on a laptop change anything? also i have plenty of storage on the laptop so idk if that would be the problem in this case.

(+5)(-1)

Not really sure why I have to wait to access something I already paid for. Those who paid for the game, regardless of how much, should be able to access what they bought and paid for, as soon as it's available. It's bad business to do otherwise. It's like paying for a meal, it being ready and the cooks telling you that you can't have your food for another few hours. I paid for it, I should get my purchase as soon as it's available, regardless if I paid 5, 10, or 25 bucks for something.

You bought the game (version 0.26), and you received it at the time of purchase (Just like in a restaurant - you ordered food, they brought it to you right away). You don't have to wait to play version 0.26. But if you want to play the latest version (0.35) right now, the game is worth buying for $10. Or pay $5, be patient and wait.

(1 edit) (-1)

Which would be alright if it were the full game. But since it isn't the full game, it's like paying for a full meal and only getting half of your mean and the cook telling you that the rest of your meal Is ready and even though you've already paid for it, you still need to wait for it.


I already paid for my full meal, why are you serving me an incomplete meal and why are you forcing me to wait for the rest of my meal?

Again, you paid for the 0.26 version and you got it in full. You asked for lunch - you received it immediately at the time of purchase.

Version 0.35 (let's call it dinner) is now in early access. It is available to those who paid the full price, without a discount. You will get version 0.35 but later (you just have to wait for dinner).

Can someone  tell me how to download this on pc

(2 edits)

Download the archive and unzip it. There is an .exe file in the folder, run it and enjoy.

(-3)

I bought it once already. I refuse to pay for it again. I can't afford to do that

If you have already bought once, you do not need to pay again. Just wait until the game becomes available to you. If you spent $10, then it will be available to you right now. If less, it will be available later. We have early access.

how do i use the new skill system? when i click on the arrow it says i have x skill points but when i click on the images, nothing happens. Am i doing it wrong or is it bugged?

(1 edit) (+1)

You click on the skill you want to upgrade for about two seconds, keeping the mouse button down the whole time.

+

(+1)

You have to pay a full $10 for the new content, you cant pay $5 twice unfortunately.  Stupid system but thats how it is.

Agree. It annoys me a little myself.

Viewing most recent comments 403 to 442 of 1,922 · Next page · Previous page · First page · Last page