3.40 star(s) 19 Votes

gregers

Forum Fanatic
Dec 9, 2018
4,429
5,590
14.2, Rodrick's dialogue (r) is labeled as northernmarch
You don't have permission to view the spoiler content. Log in or register now.

During the prologue chat with Roddy, the History variant is impossible to trigger as it requires 100 million gold before gold has even been introduced. Maybe it should have been Gold == 100 (as 1 Gold is interpreted as 1k gold) or that requirement shouldn't be there at all?
You don't have permission to view the spoiler content. Log in or register now.

Having both [sib] and [sibplayer] default to "lady" and [mot] default to "queen" results in some funky dialogue:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: Meowmadam

Izuki Theboss

New Member
Mar 10, 2020
2
0
But I will :p



Here you go for the more interesting ones :

popularkid :
Nobility = 100​
Merchants = 100​
Commoners = 100​
Church = 100​

celebrity :
Renown = 1000​

motherlode :
Gold += 1000​

spacemarines :
Training += 500​

spaceartesans :
Equipment += 500​

highspirits :
armies[playerkingdom][4] = 100​
armies[playerkingdom][28] = 100​

2000iq :
Diplomacy = 100​
Rhetoric = 100​
Public_speaking = 100​
Royal_etiquette = 100​
Martial = 100​
Strategy = 100​
Tactics = 100​
Logistics = 100​
Intrigue = 100​
Intelligence = 100​
Scheming = 100​
Lying = 100​
Stewardship = 100​
Administration = 100​
Trade = 100​
Production = 100​
Knowledge = 100​
History = 100​
Linguist = 100​
Medicine = 100​
Athletics = 100​
Endurance = 100​
Strength = 100​
Agility = 100​
Weapons = 100​
Swordsmanship = 100​
Polearms = 100​
Archery = 100​
Animal = 100​
Horsemanship = 100​
Dog_training = 100​
Falconry = 100​
Arts = 100​
Instrument = 100​
Dance = 100​
Poetry = 100​
OldTongue = "LibreBaskerville.ttf"​
DwarvenTongue = "LibreBaskerville.ttf"​
SouthernTongue = "LibreBaskerville.ttf"​
ElvenTongue = "LibreBaskerville.ttf"​
EDIT :​
To use the cheat code, you need to click on the throne.​
It should show this :​
Cheat code is not working
 
Aug 13, 2018
46
20
KingmakerVN

I'm having a few problems with Eleanor's questline and starting new days. Most new days, I'll get through the kingdom decisions and it'll freeze before showing this:

VN Error 1.PNG
I can ignore and it'll continue, but sometimes I'll need to do it multiple times to continue and it gets a little annoying.

In addition, after finishing Eleanor's duel with Tristayne, I got the following error and the follow up event doesn't start:

VN Error 2.PNG
 

B10

Member
Jun 25, 2017
368
158
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6736, in script
    call screen intelligence
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 7970, in execute
    screen intelligence():
  File "game/screens.rpy", line 7970, in execute
    screen intelligence():
  File "game/screens.rpy", line 8041, in execute
    frame:
  File "game/screens.rpy", line 8175, in execute
    frame:
  File "game/screens.rpy", line 8183, in execute
    side ("c r"):
  File "game/screens.rpy", line 8185, in execute
    viewport id "vassals":
  File "game/screens.rpy", line 8188, in execute
    vbox:
  File "game/screens.rpy", line 8191, in execute
    if lordsVars['ratlord'][1] == True or DevMode == True:
  File "game/screens.rpy", line 8193, in execute
    frame:
  File "game/screens.rpy", line 8200, in execute
    hbox:
  File "game/screens.rpy", line 8206, in execute
    vbox:
  File "game/screens.rpy", line 8212, in execute
    if Intelligence >= sk_normal or DevMode == True:
  File "game/screens.rpy", line 8215, in execute
    hbox:
  File "game/screens.rpy", line 8219, in execute
    bar:
  File "game/screens.rpy", line 8219, in keywords
    bar:
  File "game/screens.rpy", line 8220, in <module>
    value StaticValue(RatLord_Affinity, 100) style "slider"
NameError: name 'RatLord_Affinity' is not defined

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

Full traceback:
  File "game/script.rpy", line 6736, in script
    call screen intelligence
  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/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 7970, in execute
    screen intelligence():
  File "game/screens.rpy", line 7970, in execute
    screen intelligence():
  File "game/screens.rpy", line 8041, in execute
    frame:
  File "game/screens.rpy", line 8175, in execute
    frame:
  File "game/screens.rpy", line 8183, in execute
    side ("c r"):
  File "game/screens.rpy", line 8185, in execute
    viewport id "vassals":
  File "game/screens.rpy", line 8188, in execute
    vbox:
  File "game/screens.rpy", line 8191, in execute
    if lordsVars['ratlord'][1] == True or DevMode == True:
  File "game/screens.rpy", line 8193, in execute
    frame:
  File "game/screens.rpy", line 8200, in execute
    hbox:
  File "game/screens.rpy", line 8206, in execute
    vbox:
  File "game/screens.rpy", line 8212, in execute
    if Intelligence >= sk_normal or DevMode == True:
  File "game/screens.rpy", line 8215, in execute
    hbox:
  File "game/screens.rpy", line 8219, in execute
    bar:
  File "game/screens.rpy", line 8219, in keywords
    bar:
  File "game/screens.rpy", line 8220, in <module>
    value StaticValue(RatLord_Affinity, 100) style "slider"
NameError: name 'RatLord_Affinity' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Kingmaker 0.14.2 0.14.2
Tue Oct 10 00:54:21 2023
 

MZERO

Newbie
Jun 7, 2019
20
4
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 34334, in script
python:
ScriptError: could not find label 'oldm_-1'.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 34334, in script
python:
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'oldm_-1'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Kingmaker 0.14.2 0.14.2
Tue Oct 10 19:44:17 2023
 

biglazydog

Newbie
May 28, 2017
50
196
Some sort of guide for how to trigger events would be great. Maybe a journal or something would really go a long way.
I feel like I played an early release of this and was able to trigger significantly more events and now I can't even progress to characters that I've seen in past versions.
 

biglazydog

Newbie
May 28, 2017
50
196
The game hard crashes on me when I click on the old maid at night in one instance.

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

While running game code:
  File "game/script.rpy", line 31353, in script
    python:
ScriptError: could not find label 'oldm_-1'.

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 662, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "game/script.rpy", line 31353, in script
    python:
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'oldm_-1'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Kingmaker 0.14.2 0.14.2
Wed Oct 11 00:44:37 2023
 
Mar 7, 2023
22
3
The game hard crashes on me when I click on the old maid at night in one instance.

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

While running game code:
  File "game/script.rpy", line 31353, in script
    python:
ScriptError: could not find label 'oldm_-1'.

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 662, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "game/script.rpy", line 31353, in script
    python:
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'oldm_-1'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Kingmaker 0.14.2 0.14.2
Wed Oct 11 00:44:37 2023
Same thing happed to me, so I had sex with her, instead of telling her off, that fix it for me
 

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,973
4,919
Kingmaker-0.14.2
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.​
 
3.40 star(s) 19 Votes