CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x
Dec 13, 2017
48
22
Hummm. Did you update the ENG files with the ones I provided?
To check if it is the ENG text file issue, open up "TagMapNoerRing" in your LonaRPG>Text>ENG folder. The first thing that it should say is
"thisMap/OvermapEnter
Noer Arena \optB[Cancel,Enter]"

If it doesn't, replace the ENG file by redownloading it.
I did just download it today (and yesterday before I saw the update), but I redownloaded it again (the attachment changed names/versions from 0.7.6.1 to 7.6.3 to 7.6.1 again I swear) and this time it did indeed have the right text there and it works. Since that's fixed I'm going to check and see if the Cecily thing is fixed too in a bit.

Edit: Yeah, it's still happening with this update.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Kenny567

Well-Known Member
Oct 10, 2017
1,582
843
I did just download it today, but I redownloaded it again (the attachment changed names/versions from 0.7.6.1 to 7.6.3 to 7.6.1 again I swear) and this time it did indeed have the right text there and it works. Since that's fixed I'm going to check and see if the Cecily thing is fixed too in a bit.
I've just downloaded and check it myself, the Cecily/QuestHikack14_to15_BRD block is missing a ] in the \board line
\board[Back to the Burning Keg. should probably be \board[Back to the Burning Keg.]
 
  • Like
Reactions: ProjectS001
Dec 13, 2017
48
22
I've just downloaded and check it myself, the Cecily/QuestHikack14_to15_BRD block is missing a ] in the \board line
\board[Back to the Burning Keg. should probably be \board[Back to the Burning Keg.]
Well then, I might just slap that missing closing bracket on there myself for now. I've only ever dabbled in programming but I still know what a pain those can be. Yep doing that worked.
 
  • Like
Reactions: ProjectS001

jarlbalgruuf

Newbie
Feb 17, 2022
27
25
Hey all. Anyone familiar with the location of the "EffectAbomEatDed" effect within the game files? I thought it would be in the LonaRPG\Data\Effects\Skill folder, but no dice. Kinda found it strange how this (Desecrate) doesn't increase satiety, so I was aiming to change that...
 

Kenny567

Well-Known Member
Oct 10, 2017
1,582
843
Hey all. Anyone familiar with the location of the "EffectAbomEatDed" effect within the game files? I thought it would be in the LonaRPG\Data\Effects\Skill folder, but no dice. Kinda found it strange how this (Desecrate) doesn't increase satiety, so I was aiming to change that...
You need to use the RPGMaker editor for that one. It's within "Map001.rvdata2".
 
  • Like
Reactions: jarlbalgruuf

Kenny567

Well-Known Member
Oct 10, 2017
1,582
843
Oof. Is RPGMaker itself needed to mess with those or is there a separate utility available? I'm guessing it's the former...
The easiest way would be with RPGMaker itself, but you might be able to figure something out using the F10 console ingame.
 

Nelve

Newbie
Dec 17, 2022
16
7
how to get it:unsure:
Just go to church near Noer, ask fat priest "about saints" and allow him to fuck Lona. After that wait until next day, come back and choose "ask more about saints". Priest fucks Lona second time and than give her mission to cleanse sins from believers with her body. With that Lona will gain Saint Believer title and acces to holy prostitution (that by itself have mostly no profit).
Although, If Lona fucks fat priest 5 times with option "ask more about saints" she receive two reliqs from him for free.
 

kingbetty

Member
Sep 4, 2017
101
53
Hi, I've been trying to follow the like 3 different guides to enable to cheat mod. I've put it in the _mod folder, I've done everything I can think of and can't seem to get it to work. Its entirely possible I'm just misreading something but if someone could make a step by step idiots guide or even a picture showing how the mod folder should look I'd really appreciate it
 

jarlbalgruuf

Newbie
Feb 17, 2022
27
25
The easiest way would be with RPGMaker itself, but you might be able to figure something out using the F10 console ingame.
Tried using VXAce to open it, but no dice. I was able to get...something via notepad++, but I'm guessing there's some kind of binary encoding here? Anyone have any clue as to how to go about this? Figured adding a satiety function to that skill would make a bit more sense than say... F10 abuse. lol
 

Kenny567

Well-Known Member
Oct 10, 2017
1,582
843
Tried using VXAce to open it, but no dice. I was able to get...something via notepad++, but I'm guessing there's some kind of binary encoding here? Anyone have any clue as to how to go about this? Figured adding a satiety function to that skill would make a bit more sense than say... F10 abuse. lol
I've had a look at the event for that effect, I don't think that is the right thing anyway. Maybe you wanted BasicAbomEatDed.json which should be the actual skill. The effect events look to me like they are the animations for the skill.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,582
843
Hi, I've been trying to follow the like 3 different guides to enable to cheat mod. I've put it in the _mod folder, I've done everything I can think of and can't seem to get it to work. Its entirely possible I'm just misreading something but if someone could make a step by step idiots guide or even a picture showing how the mod folder should look I'd really appreciate it
Try this one. There are 2 different downloads (only 1 is needed), but they have the instructions each needs.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,582
843
I did try this but I don't know how to activate the cheats in game or how to see what they are
The downloads have a readme with the hotkeys to use, most of the mod is accessed via F9.

The mod loader version has to be enabled either:
  • By setting Banned under [Cheats Mod] in GameMods.ini to 0
or
  • Run ModScripts\NyxLauncher.exe and click the small square box next to Cheats Mod so that it changes to green.
I've added the hotkeys in a spoiler to the post of my edit to the Cheats Mod.
 
Last edited:

jarlbalgruuf

Newbie
Feb 17, 2022
27
25
I've had a look at the event for that effect, I don't think that is the right thing anyway. Maybe you wanted BasicAbomEatDed.json which should be the actual skill. The effect events look to me like they are the animations for the skill.
Yeah after parsing the bits and pieces of the rvdata2 file that didn't come out as a garbled mess, it seems like it just describes what the skill is and the appropriate sprites to refer to it; not what it actually does. As for BasicAbomEatDed.json, I've been through that file many times and it doesn't seem to hint at how it activates the health restoration effect.

I'll just copy a similar effect and add it to the "effect" line right above "add_state". I think that method will simply restore satiety on cast instead of when a corpse is actually devoured, but it's the best I got. Assuming it actually works. If not, I got nothing.
 
4.10 star(s) 193 Votes