Bunchanumbers

Member
Mar 24, 2018
205
354
250
For anyone having trouble obtaining Amelie switch 1835 must be true which turns to false after turning in the Paladin quest. After turning the switch to true while she was in the tavern with me I was able to get the scene.
So, I've tried this, but it hasn't been working.
 

Bobveela

Member
Jul 11, 2017
116
83
148
So, I've tried this, but it hasn't been working.
This has worked for multiple people on the disc and I've gotten one confirmation on here, chances are you (or the game) fked something up. Don't forget you have to load after you edit the save too if it's something that silly. There are other Amelie checkboxes around that area you may want to uncheck if they are checked and you have already done the paladin quest. It is also worth noting that I have the patch installed Towerfag has released.

EDIT: Also make sure her affinity is high enough, idk how high is enough but it shouldn't be too ludicrously high
 
Last edited:

AxelMasters

Member
Jul 27, 2017
267
136
246
So how do you enter a Princess' Route? Do you just have them conquer all the kingdoms in the area, complete their affection conversations in the throne room or take them with you?
Also is the Dog Princess yandere content still in and if so is it avoidable or is best to just leave her in her tower?
 

Cube-Chan

Member
Jun 6, 2017
243
160
222
So how do you enter a Princess' Route? Do you just have them conquer all the kingdoms in the area, complete their affection conversations in the throne room or take them with you?
Also is the Dog Princess yandere content still in and if so is it avoidable or is best to just leave her in her tower?

Though apparently there where plans to allow you to retrain her.
Not sure what came of that.
 
Last edited:
  • Like
Reactions: AxelMasters

Happily_Hitsuji

New Member
Dec 24, 2017
13
5
13
Happily_Hitsuji are your three patches still works with 0.16.9

and i have another question for you do you want to come in the conversation with me and masterdragonson i cant invite you for some reason so i ask you here maybee its some option in your profile
Haven't tested 'em yet, planning on getting to that in the next couple of days. Delayed NG+ will almost certainly need a few tweaks since skeleton princess' route is complete now.

Updated my privacy settings, happy to talk ^-^
 

Cube-Chan

Member
Jun 6, 2017
243
160
222
So, can someone help with the WypernP questline?
I have followed the wiki but it is incomplete.
I am currently at "Your Target is related to the Kingdom Above. Find a way to reach the skies to search for clues."
I have gotten the disguise and the spire key but now I'm stuck.
 

Solo0

Newbie
May 12, 2019
19
5
123
So, can someone help with the WypernP questline?
I have followed the wiki but it is incomplete.
I am currently at "Your Target is related to the Kingdom Above. Find a way to reach the skies to search for clues."
I have gotten the disguise and the spire key but now I'm stuck.
All that I could do is climb up the center candlestick after I entered the Pantheon. I don't think that WyvernP's quest-line has been completed yet? I was under the impression that we could not be locked into a princess's route that was still unfinished. Is this not the case for WyvernP?
 

AgentHappy47

Newbie
Nov 28, 2017
32
3
122
Can anyone help me with The Ghost Princess route plz, i both ask her to join my party and rescue her from a seige but then she suddenly can talk and now i cannot continue the questline....
 

masterdragonson

Engaged Member
Jan 30, 2018
3,288
4,751
503
Towerfag
v0.16.9
Logic Error in Quest 70: Export Order
Objective: Intervene in a war between two Princesses by solving a siege, without recruting the sieged Princess!

Common Events 775-787 (Excluding 785)

If
Code:
@t != 1
Do Nothing Else Complete Objective

Take Her sets @t to 1

1 != 1 False Then Complete Objective?

So to Complete Quest 70 Export Order you have to Recruit the Sieged Princess... Why you lie to me Dusk Princess?

Perhaps this was meant to be
Code:
@t != 0
since that is the case of every other choice

v0.16.9
Quest 70 Export Order Fix, Solving a Siege without recruiting the Sieged Princess
Patches/Patch1560975339.rvdata2
 
Last edited:

Cube-Chan

Member
Jun 6, 2017
243
160
222
All that I could do is climb up the center candlestick after I entered the Pantheon. I don't think that WyvernP's quest-line has been completed yet? I was under the impression that we could not be locked into a princess's route that was still unfinished. Is this not the case for WyvernP?
You can be. The game is very much an evolving WIP.
So, it's just not done then?
I kinda expected that to be reflected in the quest text...
 

Happily_Hitsuji

New Member
Dec 24, 2017
13
5
13
Towerfag I'm pretty sure there's another problem with the patch system - only one patch that modifies maps can be loaded at once. If there are two, the changes to maps made by the first will be lost. Starting at line 291 of the patch script:

Code:
# Maps
$data_mapinfos = map_data[:map_info] if map_data[:map_info]
map_data.delete(:map_info)
$data_maps_patch = map_data
This is run for each patch that is loaded, with $data_maps_patch being reassigned and its old value lost each time. The fix is to iterate through map_data and add all the maps in the currently loading patch to the existing array of maps, like so:

Code:
# Maps
$data_mapinfos = map_data[:map_info] if map_data[:map_info]
map_data.delete(:map_info)
map_data.each { |key, value|
    next if value.nil?
    $data_maps_patch[key] = value
}
This doesn't affect the rest of the game at all but it'd be a nice touch to have changed, to allow for multiple community patches/fixes at once without needing a monolithic patch that breaks with each update and conflicts with everything else.
 
  • Like
Reactions: masterdragonson

Happily_Hitsuji

New Member
Dec 24, 2017
13
5
13
In the meantime, here's my patches updated to 0.16.9 all bundled into one patch file so they actually work. Should be compatible with some but not all of masterdragonson's patches because of the above issue. Notably the withered cornucopia fix I know will not work, but anything else that modifies map data will simply be overwritten.

Changes:
Gives a prompt to give panties to trevor and lina or talk to them normally
Progeny can be sexed the same way slaves can
Added shortcuts going to and from clock town once the knight has access to the cart.
Removed 2 minute wait for desert princess' dance. Just talk to the person outside the dance hall.
The merchant from the desert princess' festival can be met in the oasis if you didn't buy the item from him. Does not work if the festival has already been completed before this patch is used.
The knocker in the wolfs cave can show up without needing to go through the battlefuck demo
Cow races are twice as fast. Still completely random though so just savescum like always
Added an option to delay going to NG+, and added a crystal to the tavern that can be used to go to NG+ at any time after completing any princess' route. Not canon-friendly for Dog or Skeleton princesses
Added new dialogue after insect princess' 6 affinity event, allowing the insect reign to surface without the human reign falling and giving access to a new passage from the north world map to the underground.

I have also removed my changes to the panic button system in favor of masterdragonson's more complete fix.

You don't have permission to view the spoiler content. Log in or register now.
 
3.50 star(s) 68 Votes