Sounds like he didn't repackage it.After decrypting did you move/delete game.rgss3a? as long as that file is in folder, it'll load from encrypted version and won't load scripts outside.
Sounds like he didn't repackage it.After decrypting did you move/delete game.rgss3a? as long as that file is in folder, it'll load from encrypted version and won't load scripts outside.
You don't need to repackage it for this game. It's enough to extract and delete game.rgss3a.Sounds like he didn't repackage it.
load_script("/Data/Scripts/Editables/996_NoCameraMoveOnAlt.rb")
into any existing script file in Data/Scripts/ folder as first line. But if it works like that, maybe I need to alter my optimization to actually boot up itself The camera script didn't work for me, so likely the optimization won't as well.You don't need to repackage it for this game. It's enough to extract and delete game.rgss3a.
When game doesn't find game.rgss3aa, it starts loading scripts from folders instead.
At least it worked that way for me.
EDIT: or you can wait for future versions, dev will add loading external scripts from separate folder.
EDIT2: if it still doesn't load that file, you can put lineload_script("/Data/Scripts/Editables/996_NoCameraMoveOnAlt.rb")
into any existing script file in Data/Scripts/ folder as first line. But if it works like that, maybe I need to alter my optimization to actually boot up itself
Holy shit, what kind of mind fuckery is this ? Happened when i put the line into 22_Default_Switch_Setup.rbyou can put lineload_script("/Data/Scripts/Editables/996_NoCameraMoveOnAlt.rb")
into any existing script file in Data/Scripts/ folder as first line.
Pardon me, should beNo such file or directory
load_script("Data/Scripts/Editables/996_NoCameraMoveOnAlt.rb")
load_script("optimize.rb")
in, yet again, any script file.Hm, it does not crash, it sent these 2 error messages and proceed to run the gameP.S. in that case optimization can be enabled by adding lineload_script("optimize.rb")
in, yet again, any script file.
Note: if something gets enabled 2 times you will instantly crash with Stack Overflow (or Stack smth as ruby's version of it) exception.
My mistake again, optimization should run last so loading it should be not any script, but one of: Data/Scripts/Editables/65535_Patch.rb , Data/Scripts/Editables/65535_Hime_F10.rb or Frames/Starter/Main.rb as those three get loaded last. First error caused most likely by optimization running before 97_Game_Actor_StateAndState.rb; second one... Can't say right away, but something went wrong. Most likely it won't affect game.Hm, it does not crash, it sent these 2 error messages and proceed to run the game
P/s: Can you tell me the chance for a group of beggars/refugees to appear in an encounter ? Should be a group of 4 refugess.
I put load_script("optimize.rb") into Data/Scripts/Editables/65535_Patch.rb , does not get first error, still get second error. However game runs super smooth. Still worried.First error caused most likely by optimization running before 97_Game_Actor_StateAndState.rb; second one... Can't say right away, but something went wrong. Most likely it won't affect game.
That error happens because optimize.rb is designed to be run not at startup, but at main menu. So it does extra setups to already existing map, which is not yet existent at load time.I put load_script("optimize.rb") into Data/Scripts/Editables/65535_Patch.rb , does not get first error, still get second error. However game runs super smooth. Still worried.
Thanks, went to a save and looked for options.
It's even easier than that. Open the .ini in ANY text editor and change the "Language=CHT" to read "Language=ENG".there it is ^^
Is your Lona modded to have arousal generated by eating?Interesting, I stole from a preacher, what I got was human meat.
These guys...
Also, Lona get "Wet" status from eating said meat. Is this intended ?
No, she did not get the "Taste" Mod, only the "Mouth" Mod.Is your Lona modded to have arousal generated by eating?
The Mouth mod in game is listed as "any eating behaviour increases Arousal".No, she did not get the "Taste" Mod, only the "Mouth" Mod.
Wait, increased arousal make you wet ?The Mouth mod in game is listed as "any eating behaviour increases Arousal".
Probably determined by just HOW aroused she was before you told her to eat that meat.Wait, increased arousal make you wet ?
actully she gets wet after you reach a sertan level of arousal i think its 100 or moreProbably determined by just HOW aroused she was before you told her to eat that meat.
But it's also possible that there's a slight error in the programming.
Or it could be a design choice.