You have to exactly beat that Orc to make it retreat, i think that is the only way to get the weapon, do not kill it. Correct me if I am wrong.hey how do you get the horse cock weapon i did all the coastal fortress mission till they stop giving me any more mission and still dont have it.
um which one? the only time i even seen the horse cock even mention was from the conversation between the 2 fat orckind when i goes to rescue the mercenary leader dog, after that i dont see any more quest.You have to exactly beat that Orc to make it retreat, i think that is the only way to get the weapon, do not kill it. Correct me if I am wrong.
The one that has an army of goblins and throws baby goblins. In order to make him drop the horse cock, you need to exhaust his stamina instead of his health.um which one? the only time i even seen the horse cock even mention was from the conversation between the 2 fat orckind when i goes to rescue the mercenary leader dog, after that i dont see any more quest.
Now they should work together. Redownload GrayRat - fem.zip ↓ ↓ ↓yeh im using the RC version they keep overwriting each other.
For those who don't want to replace the original game files, the new `GrayRat mod` has been deployed (all kudos to its'You must be registered to see the links).
View attachment 3386248
ah damn it i already kill that guy and save over that save sighh well guess now i know what to do for next rebirth thxThe one that has an army of goblins and throws baby goblins. In order to make him drop the horse cock, you need to exhaust his stamina instead of his health.
work together now thx, i were planning to just paste over and replace the game main files for greyrat if there are no solution.Btw what did you change to make it work just for future reference incase if there ever going to be booba Cocona mod and they stop working with each other.Now they should work together. Redownload GrayRat - fem.zip ↓ ↓ ↓
I put this code:work together now thx, i were planning to just paste over and replace the game main files for greyrat if there are no solution.Btw what did you change to make it work just for future reference incase if there ever going to be booba Cocona mod and they stop working with each other.
class << Bitmap
alias_method :alias_new, :new unless method_defined?(:alias_new)
def new(*args)
modPath = "ModScripts/_Mods/GrayRat - fem/"
defultPath = args[0]
args[0] = modPath+defultPath if args[0][0, 8] == "Graphics"
alias_new(*args)
rescue
args[0] = defultPath
alias_new(*args)
end
end
module GrayRatFem
class << Bitmap
alias_method :alias_new_grayratfem, :new unless method_defined?(:alias_new_grayratfem)
def new(*args)
modPath = "ModScripts/_Mods/GrayRat - fem/"
defaultPath = args[0]
args[0] = modPath + defaultPath if args[0][0, 8] == "Graphics"
alias_new_grayratfem(*args)
rescue
args[0] = defaultPath
alias_new_grayratfem(*args)
end
end
end
Thank you! My windows scaling was the issue, its still a bit blurry, but I finally got the game to run at 1080p. My windows scaling is usually set to 125% because 100% makes everything tiny, but 100% seems to work perfect for the game.What is your Windows Scaling set to? Many old programs do not like to be scaled at all.
I myself have seen programs move offscreen completely because the scaling wasn't at 100%
If scaling is the cause of your issue, I would suggest disabling scaling for all RPGMaker games, not just Lona.
As for the being unbearably blurry, the only solution I have found is to use an app called Magpie and use that for upscaling.
A beefy machine is required though depending on the filters used. If going this route, make sure the game is Windowed and at native game resolution (360p) or the blurryness will be even worse.
Should be able to disable scaling for specific apps by using compatibility settings if you want to keep the scaling at 125%.Thank you! My windows scaling was the issue, its still a bit blurry, but I finally got the game to run at 1080p. My windows scaling is usually set to 125% because 100% makes everything tiny, but 100% seems to work perfect for the game.
What's an RC variant?have you tried the RC variant?