dd777

Newbie
Jun 10, 2017
35
34
The controls are just...oof. The keyboard controls are just too spread out to be comfortable, and you can't map any of the buttons on a controler to an "accept" button. So it's either play in an uncomfortable way, or play with one hand on the controler, and the other on the keyboard so you can accept things. Am I just missing something?
...Ooof, yeah, I forgot about the controller thing. It's an error in the controller script, as far as I can tell. Whenever you start a new game, it sets Variables 1463-1469 (Which match the various Controller buttons) to specific values, and those values correspond with keyboard/RPVXA buttons. The problem is that the A button variable's initial value doesn't match with any of the set-up keys in the script. I had to go in and change the script to fix it, but maybe masterdragonson or jb281472 would be able to make a patch for the initial values?
 

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
...Ooof, yeah, I forgot about the controller thing. It's an error in the controller script, as far as I can tell. Whenever you start a new game, it sets Variables 1463-1469 (Which match the various Controller buttons) to specific values, and those values correspond with keyboard/RPVXA buttons. The problem is that the A button variable's initial value doesn't match with any of the set-up keys in the script. I had to go in and change the script to fix it, but maybe masterdragonson or jb281472 would be able to make a patch for the initial values?
Changing the Script would be outside the Patch System

Though why the Gamepad Config gets reset on each New Game+ is a mystery...
And I never understood why the game never explains the controls at the beginning and you have to find the Stone of Control by the Cheat Crystal only after you get past the Tutorial...

Always used an XBox controller and the Accept Button is X

Though you can change the Configuration by either:

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

Or pressing F1 which brings up the RPG Maker Default Control Config (though this effects all games on that system)

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

Now a few keys are bound to the Keyboard and I don't think any option exist in the game to remap those like CTRL, TAB, S

As for the Keyboard Input well Button A is suppose to default to Dash if I remember right though it's handled by the Shift Key and unplugging the Controller to test the Keyboard the keys Shift handles Dash, Z does Accept, X does Cancel

Gamepad Variables (Note: I don't think the Game will care about these unless a Controller is plugged in)
1463 = 0 L1 Button
1464 = 1 Select Button
1465 = 2 R1 Button
1466 = 3 Y Button
1467 =
1468 = 5 A Button
1469 = 4 X Button

Now if you made a Custom Gamepad Config and don't want that reset in New Game +
Patches v0.16.11 CE 035 Game rewind CE 584 BEGIN GAME
Patches/Patch1566536096.rvdata2

Prevents the Game from Re-Mapping the Gamepad Configuration (Variables 1463-1469) on New Game+
Gives the Player the Stone of Control at the beginning of the Game

Yet it's late so it's not the most advanced :p
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: dd777

Monosomething

Well-Known Member
May 24, 2019
1,232
1,980
Curious about something but need a test subject... Involves the Save Bloating Glitch

So while looking over the Bloated Events 342-347 on Map 002 in $game_map I found in the only Bloated Save I got to research (Thanks Monosomething ) they all have the same defect which is a Move Route with Code Parameters that contains garbage, a mega :poop: ton of garbage...
You don't have permission to view the spoiler content. Log in or register now.

Now I'm thinking while I don't know what f*ckup caused this however if I just overwrite the Move Route each time this Event Loads then perhaps that will keep them all below 32 MB each and in check

However I do have a speculation that the Script Sapphire Action System IV which handles Path finding for Events (Such as Enemies and the like) might be bleeding into these Events but that is mostly based off these having Garbage in the Move Route data. I'm not sure how it would actually respond when calculating a Blank Graphic Event being told to move somewhere especially if it doesn't 'Exist' so would it try moving it to nowhere until it hit some memory cap :unsure:

Patches v0.16.11 Map 002 Band-aid?
Patches/Patch1566418311.rvdata2

Might plug the hole then again it might not however I haven't been able to replicate the Glitch to test it properly

Note: This is only for Map 002 World Map N
If you did experience the Save Bloat Glitch and tried this out then Thanks for testing it; I'm also curious if Saving on any other Maps cause this as well
Current Record Holder is Monosomething with a Save File of 389 MB
UNFORTUNATELY your fix didnt work. Got an error alongside it but accidentally skipped it (something something "saphire...out of memory error") and... yep. The save file is 389MB large again. Ive deleted it. Dont think theres a point looking at it again.

I guess people will just have to learn to live without rice (or whatever the bit of food in that tier 0 quest was).
 
Jul 20, 2017
298
514
Is this game still being argued over? Or has everyone involved finally been placated? Last time I saw anything about this Gats and towerfag were at each others throats.

EDIT:Just read towerfags post RIGHT above this one does that mean you also removed all non-con in the game? I ask because patreon TOS clearly says incest and non-con are a no go and I have no idea if you had one when I played last. I swear im not trolling im actually curious about it. Its been like 2-3 years since I've checked this out I think.
 
Last edited:

Porn_Jesus

Forum Fanatic
Jun 21, 2017
5,540
5,448
Is this game still being argued over? Or has everyone involved finally been placated? Last time I saw anything about this Gats and towerfag were at each others throats.

EDIT:Just read towerfags post RIGHT above this one does that mean you also removed all non-con in the game? I ask because patreon TOS clearly says incest and non-con are a no go and I have no idea if you had one when I played last. I swear im not trolling im actually curious about it. Its been like 2-3 years since I've checked this out I think.
Lawsuit is over, Towerfag won, game lives on. <3 Well if Patreon demands that certain stuff has to go or the banhammer comes for kisses you don't have much options. Either accept it, get deleted or move to another platform.
 
Jul 20, 2017
298
514
Lawsuit is over, Towerfag won, game lives on. <3 Well if Patreon demands that certain stuff has to go or the banhammer comes for kisses you don't have much options. Either accept it, get deleted or move to another platform.
Fair enough also that....doesn't answer my question from the edit I made.
 

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
UNFORTUNATELY your fix didnt work. Got an error alongside it but accidentally skipped it (something something "saphire...out of memory error") and... yep. The save file is 389MB large again. Ive deleted it. Dont think theres a point looking at it again.

I guess people will just have to learn to live without rice (or whatever the bit of food in that tier 0 quest was).
That's unfortunate, well thanks for trying it.

Though that real error message for Sapphire out of memory error might have been useful especially if it had a trace log and the New Save could have been compared with the old to see if the Memory Leak was with the same events or different ones. Too bad the game didn't record the message before it crashed...
 

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
Is this game still being argued over?
Yes, it sometimes provides for entertaining Popcorn Time though as Porn_Jesus said the lawsuit is over

Or has everyone involved finally been placated?
Enough that the show goes on

Last time I saw anything about this Gats and towerfag were at each others throats.
That is probably still true

EDIT:Just read towerfags post RIGHT above this one does that mean you also removed all non-con in the game?
Non-Consensual Battle-Fuck is still a thing but you can turn it On or Off either at the beginning or through Cheats as they act like the hidden Menu the game should have integrated perhaps with

I ask because patreon TOS clearly says incest and non-con are a no go and I have no idea if you had one when I played last.
Hard to say what works under Patreon TOS as it's varies dependent on their mood, the alignment of the stars, and whatever comes up at their cocaine tasting parties when someone is 'offended'

Got to say 'step' family friendly Snow Daze The Music Of Winter was fun

Though what will happen with all the Progeny with 'Daddy' issues that aren't blood related to the Knight... I'm not even sure if the 'Father' is actually recorded and the issue with not being able to play with them is every child believes you are their father lol

I swear im not trolling im actually curious about it. Its been like 2-3 years since I've checked this out I think.
I hope this has answered your questions. If you have a Save from before v0.16 then it is probably best to start fresh
 

trilosis

Member
May 23, 2017
215
107
Yes, it sometimes provides for entertaining Popcorn Time though as Porn_Jesus said the lawsuit is over


Enough that the show goes on


That is probably still true


Non-Consensual Battle-Fuck is still a thing but you can turn it On or Off either at the beginning or through Cheats as they act like the hidden Menu the game should have integrated perhaps with


Hard to say what works under Patreon TOS as it's varies dependent on their mood, the alignment of the stars, and whatever comes up at their cocaine tasting parties when someone is 'offended'

Got to say 'step' family friendly Snow Daze The Music Of Winter was fun

Though what will happen with all the Progeny with 'Daddy' issues that aren't blood related to the Knight... I'm not even sure if the 'Father' is actually recorded and the issue with not being able to play with them is every child believes you are their father lol


I hope this has answered your questions. If you have a Save from before v0.16 then it is probably best to start fresh
Unfortunately, it seems that a lot of Yanfly's download links are dead.
 

Waaifu

Furry Gamer
Uploader
Donor
Aug 6, 2016
2,196
31,072
v0.16.11 Patch2 (Replace Patch1 with Patch2)
  • Invisible wall in the Pantheon Garden
  • Insect Princess now correctly gives mostly red ants as first-generation heirs
  • World Map events, egg hatching and terrain damages now won't interrupt ongoing dialogues
  • Wrong animation being shown when using default Cat or Goblin Princess during battle-fucks
  • Crashes when selecting one of the (missing) animations from Babs gallery
  • Removed extra "Blood-Spattered Mail" from the Monastery's Graveyard
 
Jul 20, 2017
298
514
Yes, it sometimes provides for entertaining Popcorn Time though as Porn_Jesus said the lawsuit is over


Enough that the show goes on


That is probably still true


Non-Consensual Battle-Fuck is still a thing but you can turn it On or Off either at the beginning or through Cheats as they act like the hidden Menu the game should have integrated perhaps with


Hard to say what works under Patreon TOS as it's varies dependent on their mood, the alignment of the stars, and whatever comes up at their cocaine tasting parties when someone is 'offended'

Got to say 'step' family friendly Snow Daze The Music Of Winter was fun

Though what will happen with all the Progeny with 'Daddy' issues that aren't blood related to the Knight... I'm not even sure if the 'Father' is actually recorded and the issue with not being able to play with them is every child believes you are their father lol


I hope this has answered your questions. If you have a Save from before v0.16 then it is probably best to start fresh
Fair enough That answers all my questions but one perfectly thanks! =D
But about that last question. How does something fairly big like this pass under the radar for patreon from what I understand in the TOS is says verbatim NO rape/non-con and thats literally a major feature regardless of whether its optional or not its still in the game and the thought of some white knight asshat ruining the game because of some "rape culture" nonsense terrifies me.
 

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
Fair enough That answers all my questions but one perfectly thanks! =D
But about that last question. How does something fairly big like this pass under the radar for patreon from what I understand in the TOS is says verbatim NO rape/non-con and thats literally a major feature regardless of whether its optional or not its still in the game and the thought of some white knight asshat ruining the game because of some "rape culture" nonsense terrifies me.
Eh there will always be some White Knight but then again a lot of games offer Incest with some special setup, hidden cheat code, or patch to get around the Patreon thing and I don't think most of their staff really cares as long as the money keeps coming in but since Patreon was screwy for Towerfag they expanded their business to include:
, , , or the
and of course there is always that one friend that will be with you till the end F95Zone.to
 
Jul 20, 2017
298
514
Eh there will always be some White Knight but then again a lot of games offer Incest with some special setup, hidden cheat code, or patch to get around the Patreon thing and I don't think most of their staff really cares as long as the money keeps coming in but since Patreon was screwy for Towerfag they expanded their business to include:
, , , or the
and of course there is always that one friend that will be with you till the end F95Zone.to
Fuck me running patreon sucks...
 
  • Haha
Reactions: masterdragonson

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
Fun with Various Scripts though getting them into the game is a bit outside what the Patch System can do so unless you can decrypt the game, open it up in RPG Maker VX Ace Editor or equivalant, and use the Script Editor these are mostly delusions of a mad man lol



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



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



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



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

Quality of Life Script

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



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

Data Extractor

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

Hylianmaster

Newbie
Jun 12, 2018
87
71
183983 = Pregnancy speed x3 and 183983 = Unlocks Animations are the same code what is the correct code for unlock the animations?
 
3.50 star(s) 55 Votes