3.40 star(s) 19 Votes

Uniformed

New Member
Aug 9, 2017
8
22
For the femboy squire you need 25 swordsmanship. And the lady knight you just need to train swordsmanship after she arrives. Did you do those things?
Does this actually work if you've maxed out the stats using cheats? Whenever I attempt to click any of the training options it simply says "You've already mastered this skill" and that's that.
It's possible that there's an exception to train swordsmanship specifically for that event, but I didn't attempt it long enough to find out for sure.

I actually misread the changelog and thought "younger maid" referred to Rosalyn and then got disappointed when it didn't really involve her. I'll check out the next updates that include her (or the still-mysterious Jocelyn). The Royal content is what I'm really here for, to be honest.

Anyway, good luck dev! Good work so far.
 
  • Haha
Reactions: billyjoebobmartin

Orlox

Member
Nov 11, 2016
484
954
There's a court event that gives an error, if I click ignore the game resumes and I get a message that says: "Eleanor has brought to your attention a handful of recruits that show promise.".

You don't have permission to view the spoiler content. Log in or register now.
 

00M0R1

Member
Mar 29, 2020
116
78
Here are some cheatcodes.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Meowmadam

Active Member
Nov 9, 2021
630
584
Here are some cheatcodes.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

U didn't explain how to use it.

Are old save games always incompatible?
With this update they don't work unfortunately.
 

Mr Marcuzo

New Member
May 8, 2021
3
0
Can someone give me guidance on how to do anything in this game?

- How do I move my armies? How do I seize territory? Can I?
- What's the point of upgrading buildings? Just cash?
- I feel like I' stuck with the (young) maid. How do I advance this event chain?
 

billyjoebobmartin

Active Member
Dec 8, 2020
704
807
KingmakerVN

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 49032, in script
    call screen provincemap
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11455, in execute
    draggroup:
  File "game/screens.rpy", line 12109, in execute
    if playable == True or DevMode == True:
  File "game/screens.rpy", line 12110, in execute
    drag:
  File "game/screens.rpy", line 12112, in execute
    use companiesinfo(army)
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12137, in execute
    frame:
  File "game/screens.rpy", line 12514, in execute
    if wildVar in armyInfo[army]['Companies']:
  File "game/screens.rpy", line 12514, in <module>
    if wildVar in armyInfo[army]['Companies']:
TypeError: unhashable type: 'RevertableList'

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

Full traceback:
  File "game/script.rpy", line 49032, in script
    call screen provincemap
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11455, in execute
    draggroup:
  File "game/screens.rpy", line 12109, in execute
    if playable == True or DevMode == True:
  File "game/screens.rpy", line 12110, in execute
    drag:
  File "game/screens.rpy", line 12112, in execute
    use companiesinfo(army)
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12137, in execute
    frame:
  File "game/screens.rpy", line 12514, in execute
    if wildVar in armyInfo[army]['Companies']:
  File "game/screens.rpy", line 12514, in <module>
    if wildVar in armyInfo[army]['Companies']:
TypeError: unhashable type: 'RevertableList'

Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
Kingmaker 0.16 0.16
Mon Dec 18 19:55:49 2023
welp AI seems to bust things really easy, didn't even move the army. just clicked on them and got this error.
 

KingmakerVN

Active Member
Game Developer
Nov 23, 2019
708
310
Does this actually work if you've maxed out the stats using cheats? Whenever I attempt to click any of the training options it simply says "You've already mastered this skill" and that's that.
It's possible that there's an exception to train swordsmanship specifically for that event, but I didn't attempt it long enough to find out for sure.

I actually misread the changelog and thought "younger maid" referred to Rosalyn and then got disappointed when it didn't really involve her. I'll check out the next updates that include her (or the still-mysterious Jocelyn). The Royal content is what I'm really here for, to be honest.

Anyway, good luck dev! Good work so far.
I don't remember when I fixed it, but in these more recent version you should get these events even with max out stats.

Lol that is true for a bunch of people. Someone else wanted the same.

Thank you!
 
  • Like
Reactions: Uniformed

oarclownfish

Member
Oct 1, 2019
213
140
man I can't figure out this development screen, seems like no mather what I do I get fucked once winter starts
also can't tell if I'm blind or there is no option to train swordsmanship
 

depechedNode

Well-Known Member
Oct 10, 2017
1,793
3,731
After a very long time played again and remembered why I loved this game so much, music, writing, management, RPG gameplay is really immersive, I was the clueless prince... Stopped playing after seeing there's no princess content. Now waiting will be really tough for more content. Keep up the great work and thanks again.

BTW a request, I would like to see a zoom out function for the map.
 

mrdhrrflu

Member
Dec 15, 2021
128
269
What's the purpose of the army? After a long time I figured out I can move it, but now I have no idea how to start battles and it's really draining my gold.
 

ehesse

Newbie
Jan 6, 2018
65
17
While running game code:
File "game/script.rpy", line 35269, in script
show maidBody armsback:
Exception: Switch could not choose a displayable.
-----
While running game code:
File "game/script.rpy", line 39523, in script
if characterInfo['steel']['Mood']['Current'] = 'Pissed':
SyntaxError: invalid syntax (script.rpy, line 39523)
 

Logan3000x

Member
Oct 10, 2018
289
225
I replay the game from the beginning and many events are starting up out of order. the mom, the sister, and Agnes. I saw an event of the female knight fighting with the ginger baldy even tho she hadn't arrived at court. haven't been able to start the Norther or the Elven quest/events.
 

KingmakerVN

Active Member
Game Developer
Nov 23, 2019
708
310
KingmakerVN

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 49032, in script
    call screen provincemap
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11455, in execute
    draggroup:
  File "game/screens.rpy", line 12109, in execute
    if playable == True or DevMode == True:
  File "game/screens.rpy", line 12110, in execute
    drag:
  File "game/screens.rpy", line 12112, in execute
    use companiesinfo(army)
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12137, in execute
    frame:
  File "game/screens.rpy", line 12514, in execute
    if wildVar in armyInfo[army]['Companies']:
  File "game/screens.rpy", line 12514, in <module>
    if wildVar in armyInfo[army]['Companies']:
TypeError: unhashable type: 'RevertableList'

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

Full traceback:
  File "game/script.rpy", line 49032, in script
    call screen provincemap
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11329, in execute
    screen armyinfo(army, playable):
  File "game/screens.rpy", line 11455, in execute
    draggroup:
  File "game/screens.rpy", line 12109, in execute
    if playable == True or DevMode == True:
  File "game/screens.rpy", line 12110, in execute
    drag:
  File "game/screens.rpy", line 12112, in execute
    use companiesinfo(army)
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12118, in execute
    screen companiesinfo(army):
  File "game/screens.rpy", line 12137, in execute
    frame:
  File "game/screens.rpy", line 12514, in execute
    if wildVar in armyInfo[army]['Companies']:
  File "game/screens.rpy", line 12514, in <module>
    if wildVar in armyInfo[army]['Companies']:
TypeError: unhashable type: 'RevertableList'

Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
Kingmaker 0.16 0.16
Mon Dec 18 19:55:49 2023
welp AI seems to bust things really easy, didn't even move the army. just clicked on them and got this error.
Do you have the save?
 

KingmakerVN

Active Member
Game Developer
Nov 23, 2019
708
310
I replay the game from the beginning and many events are starting up out of order. the mom, the sister, and Agnes. I saw an event of the female knight fighting with the ginger baldy even tho she hadn't arrived at court. haven't been able to start the Norther or the Elven quest/events.
The ginger baldy?
 
3.40 star(s) 19 Votes