Can anyone share a save file with all gallery unlocked please? No matter how many times i try, i just can't trigger events and keep grinding :/
class ContactNetwork(Research):
uid = 'contact_network'
name = 'Contact Network'
category = 'research and magic'
cost = 40
unlocks = 'Level 2 library, level 2 dark sanctum'
def on_complete(self):
castle.buildings['library'].max_lvl = 2
python hide:
# create starting buildings
for uid in starting_buildings:
castle.buildings[uid].build()
# unlock first level of some buildings - they are available without research
castle.buildings['tavern'].max_lvl = 1
castle.buildings['sanctum'].max_lvl = 1
castle.buildings['forge'].max_lvl = 1
castle.buildings['arena'].max_lvl = 1
"Discuss construction with Skordred":
menu:
'Forge':
$ castle.scheduled_upgrades.append('forge')
$ change_treasury(-all_buildings['forge']['cost'])
$ released_fix_rollback()
scene bg6 with fade
show rowan necklace neutral at midleft with dissolve
show jezera neutral at midright with dissolve
show andras displeased at edgeright with dissolve
#If Rowan built the forge
an "Excellent. Having proper gear should make my orcs actually somewhat decent in battle. I already have someone in mind to serve as forgemaster. I'll have him in by the time Skordred is finished building the forge."
'Dark Sanctum':
$ castle.scheduled_upgrades.append('sanctum')
$ change_treasury(-all_buildings['sanctum']['cost'])
$ released_fix_rollback()
scene bg6 with fade
show rowan necklace neutral at midleft with dissolve
show jezera neutral at midright with dissolve
show andras displeased at edgeright with dissolve
#If Rowan built the dark sanctum
je "I'm glad we're going to finally get sorcerers around here, they'll be able to give Cliohna a hand. Hmm, I'll have to see about getting someone to keep the succubi and incubi in line."
'Tavern':
$ castle.scheduled_upgrades.append('tavern')
$ change_treasury(-all_buildings['tavern']['cost'])
$ released_fix_rollback()
scene bg6 with fade
show rowan necklace neutral at midleft with dissolve
show jezera neutral at midright with dissolve
show andras displeased at edgeright with dissolve
#If Rowan built the tavern
je "The earlier we build our income, the faster we will be able to build everything else. I do hope you put the intelligence we get to good use as well. You're going to be playing catch up when it comes to building our armies."
seeds-of-chaos-0.2.60-pc/game $ find . -name "*.rpy" -exec grep -iH "buildupgrade" {} \;./screens/buildings_screen.rpy: action BuildUpgrade(sel_bld)
./screens/buildings_screen.rpy:#~ textbutton 'Build/Upgrade {}'.format(castle.buildings[sel_bld].up_cost) action BuildUpgrade(sel_bld)
./screens/buildings_screen.rpy: class BuildUpgrade(Action):
castle.scheduled_upgrades.append('sanctum')
Completely off-topic, but this year has really shown how badly "Joe Public" lacks common sense at even a basic level, which makes the lazy/ignorant repeaters seem like college graduates by comparisonUsually the ones who keep asking don't bother doing a minimum of research beforehand...![]()
class DarkSanctum(Barracks, MagicBuilding):
def __init__(self, uid):
super(DarkSanctum, self).__init__(uid)
# remove equipment (cubis don't use it)
del self.equipment
class DarkSanctum(Barracks, MagicBuilding):
def __init__(self, uid):
super(DarkSanctum, self).__init__(uid)
# remove equipment (cubis don't use it)
del self.equipment
def req_met(self):
return True
castle.buildings['forge'].capacity=3
I managed to get Fiendish Diplomacy without cheating it out by getting abbeys fast AND scumming a Cliohna's Breakthrough event.My bad about commenting that Contact Network research wasn't available. It's usually one of the first things I do in early game and so I had forgot about it until I did a new playthrough to test my Dark Sanctum fix.
Did Opulence get pulled? I didn't get access to Brothel build until I had researched Fiendish Diplomacy now. Since that base is 120 moves it seems well nigh impossible now to take down Raeve Keep with a Spy. I didn't have it available until turn 18. I was thinking that it would be too late again this playthrough to get a Brothel up and running, spy implanted, and several turn wait out of the way to use that approach on the attack. I ended up taking it by force in turn 17 and then saw the research finished the next turn. That was with a fully staffed Dark Sanctum in place adding to research points. There's no telling how long it would have taken without one.
Nope it'll be literally years till any of that happens. The MC is basically his bitch currently. You can turn off ntr though, but that doesn't change you being his bitch. Plus you'll miss a good amount of content.I still haven't played this game, but seems like Andras is the bull of Rowan (MC). How to defeat Andras? There is any mission to kill him? Or eliminate him like eric in big brother?
Shit..Nope it'll be literally years till any of that happens. The MC is basically his bitch currently. You can turn off ntr though, but that doesn't change you being his bitch. Plus you'll miss a good amount of content.
You will see nothing sexual if you turn it off, but you will be under him for a long long time no matter what. Its just a core part of the story.Shit..
Yes! The player spends much of their time playing as Rowan, and they have the most agency over him. The reason why the tags say that is that his wife Alexia is the Deuteragonist, and there are many sequences in the game where she is controlled by the player.So can we play as a girl or not? I am hesistant to try it since it says we play as Rowan but the tags says female protagonist too.
I can't comment. I write titty words. I just know it's solved.It's obvious they were in the middle of a building and research revamp this upgrade, and that's why I mistakingly thought they had dropped Opulence. I did finally get it (and then Dark Subterfuge) in my second playthrough somewhere around week 30. They need to do some dependency cleanup here. I suspect they meant to swap Dark Subterfuge's spot with Fiendish Diplomacy in the research tree (ie going diplomacy -> opulence -> subterfuge instead of opulence -> subterfuge -> displomacy). If they had truly carried through on that in the code, the base for diplomacy should have been brought down to 40, subterfuge upped to 60 and opulence upped to 120. Also as part of that cleanup they should have dropped the "unlocks" for brothel in Fiendish Diplomacy leaving it in Dark Subterfuge to mimic availability of the brothel like in earlier releases. Otherwise maybe they were meaning to make the brothel available much earlier in the game?