Ready to play dirty? Command your Lust Goddess now. Play Now!
x

caspian90

Active Member
Feb 8, 2020
607
732
278
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
23,436
318,925
998
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

Engaged Member
Jun 6, 2017
2,296
1,930
398
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
 

Ebonheart (FR)

Active Member
May 15, 2018
676
1,820
328
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,209
5,908
1,333
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
39
7
140
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,321
1,290
338
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
224
237
265
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
216
230
133
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:

Ebonheart (FR)

Active Member
May 15, 2018
676
1,820
328
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
8
7
55
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
32
6
202
```
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?
 

Sausage & Bread

New Member
Jul 29, 2021
8
7
128
3DCG, Male Protagonist, Adventure, Fantasy, Big Tits, Male Domination, Superpowers, Strategy, Management, Combat, Turn Based Combat, Stripping, Groping, Big Ass
Have I missed some tag?
Bestiality? And unavoidable?
I think the uploader should update the tag description.
 

Tektron

Newbie
Aug 14, 2018
25
33
169
Is there any possibility - or planned - that you could actually see all the children you father with the Wenches? Or at least have something like a list^^?
 

gregers

Forum Fanatic
Dec 9, 2018
5,384
7,037
767
Is there any possibility - or planned - that you could actually see all the children you father with the Wenches? Or at least have something like a list^^?
A list might be doable, I suppose, but Steam is not at all copacetic with having kids anywhere in a porn game in any capacity.

You're right that it's odd that the MC keeps fathering kids that just disappear into the ether though. Someone should look into that.
 
4.20 star(s) 150 Votes