gojira667

Member
Sep 9, 2019
340
335
In fact, you're right, I also did a clean install of the game on another PC only from Steam and the gallery is really unlocked right away, really strange all things considered :unsure:
It's a packaging issue with the Steam build. Someone may have inadvertently included their game/saves/peristent with the upload to Steam. Unfortunately, you need to clear your persistent data/restore your old persistent from a backup, and then clear achievements to fully fix the issue. E.G.
Python:
persistent._clear(progress=True)
achievement.clear_all()
 

caspian90

Active Member
Feb 8, 2020
570
688
It's a packaging issue with the Steam build. Someone may have inadvertently included their game/saves/peristent with the upload to Steam. Unfortunately, you need to clear your persistent data/restore your old persistent from a backup, and then clear achievements to fully fix the issue. E.G.
Python:
persistent._clear(progress=True)
achievement.clear_all()
Please let's keep it as it is for the Steam version call it a "feature"!
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
15,295
174,736
You don't have permission to view the spoiler content. Log in or register now.
Vae Victis - Khan: Conquer, Ravish, Breed [v0.11.5] [Doorknob22] - Update only

The patch may break your game, use at your own risk.
If you missed it you can find the old Update only patch HERE.

Universal: v0.11.3 -> v0.11.5 [92,2 MB]
- - -

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

Please @ me or quote this post if there is a new version that doesn't show up on the "Latest Updates" page.
 
Last edited:

katabasi

Well-Known Member
Jun 6, 2017
1,993
1,611
why acts disappear and u lose them?
the other events have a prompt and u choose to skip or not
seems like a wasteful oversight
 
May 15, 2018
238
465
I don't really understand what's going on, but every time I get Alam pregnant, she ends up disappearing without warning from the palace courtyard, to never show her face again in the game ...
I keep reloading my game at an earlier point, but every time it's the same thing, so it's a bug I guess, isn't it ? I can't think of any other explanation at the moment.

Edit : The bug is apparently still present in the latest update, I've checked, Alam continues to mysteriously disappear from the palace. Is there a solution to this problem ? Would restarting a game from the beginning (although frustrating) correct the problem or not ?
 
Last edited:

grahegri

out fighting regex
Donor
Feb 23, 2023
10,222
5,809
VaeVictisKhanConquerRavishBreed-0.11.4.1
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.​
 

venomzzz

Newbie
Mar 24, 2019
36
3
hmm i try using saveeditor online but when i copy the editied file the game won't trust event i press yes
 

Enot1964

Well-Known Member
May 20, 2019
1,077
1,060
hmm i try using saveeditor online but when i copy the editied file the game won't trust event i press yes
For new version(s) of RenPy seveeditor is useless. You can try URM or Universal Choice Descriptor, but there can be consequences ranging from softlock to game crashing.
 
Last edited:

Attal

Member
Oct 25, 2017
214
228
For new version(s) of RenPy seveeditor is useless. You can try URM or Universal Choice Descriptor, but there can be consequences ranging from softlock to game crashing.
can repack renpy save files to allow for use of external saves even if the engine is checking your key. I prefer URM for most purposes though.

I don't really understand what's going on, but every time I get Alam pregnant, she ends up disappearing without warning from the palace courtyard, to never show her face again in the game ...
Her pregnancy event shows up as an icon on map, she won't return until after you view that (at least once, future pregnancies she automatically returns). She will disappear whenever she becomes pregnant though, and only returns after having the baby.
 

OldHorsefly

Member
Mar 2, 2021
187
188
how do i get more troops?
Troops in garrisons increase with Obedience roll. You have to build garrisons first. You can also move troops from main to local garrison. If you have morale high enough main troops increase when time roll is used.
 
Last edited:
May 15, 2018
238
465
Her pregnancy event shows up as an icon on map, she won't return until after you view that (at least once, future pregnancies she automatically returns). She will disappear whenever she becomes pregnant though, and only returns after having the baby.

So why don't we see her in the game once she's pregnant (either before or after the event) ? She hasn't yet had her repeatable pregnant sex scene like the others, is that the reason ? Thanks for your answer.
 
Last edited:

DanParish

New Member
Sep 27, 2023
7
7
It's probably here somewhere but I can't find it. How do I get to the "A wife and mother" scene in "Geoyanguk"?
 

steve leroux

Newbie
Apr 5, 2018
31
5
```
I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: Unexpected keyword arguments: 'cho2_enable'

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

Full traceback:
File "map.rpyc", line 844, in script call
File "quests/01 blazeer oryeonguk.rpyc", line 1769, in script call
File "quests/01 blazeer oryeonguk.rpyc", line 1928, in script call
File "quests/01 blazeer oryeonguk.rpyc", line 2133, in script call
File "quests/01 blazeer oryeonguk.rpyc", line 2092, in script call
File "quests/01 blazeer oryeonguk.rpyc", line 2050, in script call
File "map.rpyc", line 844, in script call
File "territories.rpyc", line 573, in script
File "renpy/ast.py", line 1922, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1106, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1345, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, 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 3582, 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 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 476, in visit_all
callback(self)
File "renpy/display/core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/screen.py", line 487, in per_interact
self.update()
File "renpy/display/screen.py", line 680, in update
self.screen.function(**self.scope)
File "renpy/ast.py", line 296, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "renpy/ast.py", line 283, in apply
", ".join("'%s'" % i for i in kwargs))
TypeError: Unexpected keyword arguments: 'cho2_enable'

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
Khan 0.11.3
Mon Mar 4 02:18:17 2024
```
i have this message when i whant to us shadow institute
what can i do?
 
4.10 star(s) 136 Votes