3.40 star(s) 19 Votes

billyjoebobmartin

Active Member
Dec 8, 2020
704
809
wouldn't it be a better idea to simplify the map and the AI in that case? for the map maybe reducing the numbers of territories and making the AI take more turns to move?
 

Raiduo

New Member
Dec 29, 2018
2
0
I can't seem to trigger Ms. Agnes scenes. Her icon is supposed to appear at the 'court' section at night, right? I can consistently trigger her first scene in each save, but her icon just... Disappeared after that. Which is weird since her icon and event appeared for the save file from 0.11 that is carried to 0.11.1. And yes, I did choose the 'You might as well go with it.' option for each saves, carried over or brand new (0.11.1 and 0.11.2).

Saved after that choice and before the error for the 0.11 save that is carried to 0.11.1. Maybe it's improperly flagged?
 

Sleeping In Pieces

Active Member
Mar 16, 2019
951
825
I am getting this error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 8182, in script
    python:
  File "game/script.rpy", line 8189, in <module>
    loversVars[cn][18] = loversVars[cn][19]
IndexError: list index out of range

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

Full traceback:
  File "game/script.rpy", line 8182, in script
    python:
  File "F:\Kingmaker-0.11.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\Kingmaker-0.11.2-pc\renpy\python.py", line 2008, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 8189, in <module>
    loversVars[cn][18] = loversVars[cn][19]
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 7.3.3.568
Kingmaker 0.11.2 0.11.2
Sat Jan 15 18:57:00 2022
 

bababooey00

Newbie
Dec 3, 2020
93
13
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Flip' <'Image' 'petite/petiteBody wedding.png'> True False>:
  File "game/script.rpy", line 26414, in script
    with Dissolve(.5)
IOError: Couldn't find file 'petite/petiteBody wedding.png'.

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

Full traceback:
  File "game/script.rpy", line 26414, in script
    with Dissolve(.5)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 490, in renpy.display.render.render_screen
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\layout.py", line 1285, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 166, in renpy.display.render.render
  File "render.pyx", line 259, in renpy.display.render.render
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\im.py", line 919, in load
    child = cache.get(self.image)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\USER\Videos\Kingmaker-0.11.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'petite/petiteBody wedding.png'.

Windows-8-6.2.9200
Ren'Py 7.3.3.568
Kingmaker 0.11.1 0.11.1
Sat Jan 15 18:56:40 2022
cant progress
 

Yotherethere

Member
Apr 28, 2021
102
189
So ... I see that you can use zippyshare. But i cannot access that site " 403 forbbiden" it says.
Can anyone else use the site?
 

Ferb1550

Newbie
Aug 16, 2018
58
31
I quite like the game, but honestly, I don't feel like farming to increase stats. I tried to use a save editor but I don't understand anything lol
Could someone tell me what are the variables to modify to increase diplomacy, intrigue and others?
 

Kourtams

Newbie
May 8, 2017
24
47
Using old save brought a lot of issues so I decided to start a new one

Week 114 on easiest difficulty, all stats maxed, so far no elf, no barbarian
mother's been gone since King's death,
Eleanor's been gone for so long I thought I never met her that save,
met Agnes once and then she dissapeared as well,
had to do witch event twice before she showed up at the castle,
for some reason, I "reached the last story event" with Rosalyn but haven't had anything more than sleeping in the same bed, yet I remember more events in a previous update

One thing that I realized is that some "flags" are not properly reset (I believe) in between saves, I once had Eleanor show up for sword training during week 2 after starting a new game

Edit: Restarting the game and reloading my save file seemed to have proerly nuked my save, all stats are reset, witch dissapeared, Rosalyn disappeared. None of the missing characters have come back... guess I'll have to sit this one out for the time being
 

DeeCanon

Member
Mar 12, 2018
366
394
Using old save brought a lot of issues so I decided to start a new one

Week 114 on easiest difficulty, all stats maxed, so far no elf, no barbarian
mother's been gone since King's death,
Eleanor's been gone for so long I thought I never met her that save,
met Agnes once and then she dissapeared as well,
had to do witch event twice before she showed up at the castle,
for some reason, I "reached the last story event" with Rosalyn but haven't had anything more than sleeping in the same bed, yet I remember more events in a previous update

One thing that I realized is that some "flags" are not properly reset (I believe) in between saves, I once had Eleanor show up for sword training during week 2 after starting a new game

Edit: Restarting the game and reloading my save file seemed to have proerly nuked my save, all stats are reset, witch dissapeared, Rosalyn disappeared. None of the missing characters have come back... guess I'll have to sit this one out for the time being
yeah the same thing has happened for me
 

Airell

Developer of Love and Corruption
Game Developer
Aug 18, 2017
1,498
2,503
Your game is pretty buggy currently, I can't enumerate the bugs I've gotten so far...

1. Constant exceptions/gamebreaking errors for accessing the game menu using the map.
2. All protagonist stats reset to 0 when you return/load a save.
3. Provinces and army resetting their information when loading a save.
4. The option for how you refer to the mother and sister occurs only once during the first gameplay, and the options never appear again.

You are constantly crippled by the effects of raiding and can't do anything about it. And other things I saw yesterday but I don't remember well now.

I like the style of the game, but it seems kind of unplayable currently. I'll wait for a bugfix to try again. I really wish the dev luck.

Sidenote: I'm talking about current saves, not old saves.
 
  • Like
Reactions: Porn_Jesus
Jun 3, 2017
96
95
Someone knows how advanced is sister story line? i can see that she has some pregnant images but can't see any sex images so dunno where did those came from.
 

Pregbell

Newbie
Feb 23, 2020
82
36
Someone knows how advanced is sister story line? i can see that she has some pregnant images but can't see any sex images so dunno where did those came from.
yeah i have the same problem , i also dont know how to get to those scenes
 

DeeCanon

Member
Mar 12, 2018
366
394
yeah i have the same problem , i also dont know how to get to those scenes
yeah it appears to be bugged currently, you can't progress the elder sister at all, and the younger ones route stops after the sleep over scene, the mother's route doesn't get far either and neither does the either of the maids
 
3.40 star(s) 19 Votes