Bloemkool

Well-Known Member
Aug 13, 2017
1,140
989
My optimization mod that gave so much fps that dev included it in /ModScripts/ folder of base game. You can see 0_O_ and 1_O_ files there, it's optimization mod.
Probably a stupid question but the modscripts folder as it is from default; are these all in play or do I need to rename them, 1_, 2_, 3_ etc... for them to be working or is 0_ valid & multiple instances of 0 & 1 as there is?

gt.png
 

ZedTed

Member
Sep 24, 2017
271
911
I kinda wanna download, but it also looks pretty brutal and I also kinda wanna prepare myself (based on those thumbnails)
is it all rape and prostitution? or is there some "consent" content?
There is some "consensual" content but there are no special sprites for it, so it still looks really dark and rape-y. The best method is to go for the nymphomaniac trait so Lona gets the love heart eyes and that makes it a kind of weird consensual rape.

The game is pretty fun even without the sex stuff, You can try to go for a virgin run (I always do that for a guide written by yours truly ).

Untitled.png

The game has a steep learning curve though so it's really frustrating at first, understandable if people decide the game is not worth the effort.

Is there any kind of cheat for this game? Like a "money add" command?
Yeah there is quite a few, check out the cheats section in a guide written by yours truly.

Quick question: Are there any other outfits besides the commoner clothes and the rags?
There are currently 4: Commoner, Rags, Prostitute, & Surprise.

Judging from the graphic files in the game, there are only 4 (implemented) clothing sets:
Default (Buy it anywhere)
View attachment 919552
Rags (Find it anywhere)
View attachment 919554
Sexy (Buy from the 'Happy Merchant' or Rudesin Slopes Brothel)
View attachment 919555
Surprise (No idea, probably related to the stealth quest(s) in Doom Fort)
View attachment 919556

Also remember there being an unimplemented item called "Light Iron Armor" which you can get by using this command in the console: "$game_party.gain_item($data_armors[11], 1)". Alternatively you can equip a shield, which can be bought at most weapon shops.
 

Bloemkool

Well-Known Member
Aug 13, 2017
1,140
989
Encountered an issue on latest version on north pass whistle tower quest, interacting with the women in there results in a crash & gg.png

Didn't get this on previous version, any idea what the "argument" is?
 

woofie

Member
Dec 12, 2018
106
145
Encountered an issue on latest version on north pass whistle tower quest, interacting with the women in there results in a crash & Didn't get this on previous version, any idea what the "argument" is?
its not because of old saves. Its current version. you can bypass it by saving, continueing in previous version, interacting with it, and then saving and continueing in current version. (like how to play the canon middle game). else, just try to avoid it for this version
 

Bloemkool

Well-Known Member
Aug 13, 2017
1,140
989
its not because of old saves. Its current version. you can bypass it by saving, continueing in previous version, interacting with it, and then saving and continueing in current version. (like how to play the canon middle game). else, just try to avoid it for this version
I have two possible reasons why this occure: 1st - because of old saves; 2nd current version just incredibly buggy.
It's this version, that's from a new game.
 

Teravisor

Member
Jan 23, 2020
178
304
Probably a stupid question but the modscripts folder as it is from default; are these all in play or do I need to rename them, 1_, 2_, 3_ etc... for them to be working or is 0_ valid & multiple instances of 0 & 1 as there is?

View attachment 936899
All of them are already working. Multiple instances of 0 & 1 means they load in undefined order between themselves, but still load.
I wouldn't make all those files like this if it wasn't working ;)
 

Bloemkool

Well-Known Member
Aug 13, 2017
1,140
989
All of them are already working. Multiple instances of 0 & 1 means they load in undefined order between themselves, but still load.
I wouldn't make all those files like this if it wasn't working ;)
Aight just checking, could of been a situation where some conflict with others hence 0 so you pick the ones you want & change them to 1 or a higher number.
 

Ferghus

Engaged Member
Aug 25, 2017
2,601
3,991
Is there a way to accelerate Lona's birth? I'm interested in playing as the half-elf version of her, but I feel like I'd be burnt out after 80 days of incubation, if I even managed to live that long.
Also, is it frowned upon for sharing the gallery info? I noticed that CaiNanE censored parts of his.
 
  • Like
Reactions: Darkness-Crimson

woofie

Member
Dec 12, 2018
106
145
Is there a way to accelerate Lona's birth? I'm interested in playing as the half-elf version of her, but I feel like I'd be burnt out after 80 days of incubation, if I even managed to live that long.
Also, is it frowned upon for sharing the gallery info? I noticed that CaiNanE censored parts of his.
waite, where did you find a male elf?
 

ZedTed

Member
Sep 24, 2017
271
911
Is there a way to accelerate Lona's birth? I'm interested in playing as the half-elf version of her, but I feel like I'd be burnt out after 80 days of incubation, if I even managed to live that long.
Assuming you are talking about "Moot" Lona, half-goblin. Just find this file: LonaRPG\Data\Scripts\Editables\51_System_Settings_Cross_Breed.rb. Explained it earlier on, but to make it simple:
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [20..25,20..25,20..25,20..25,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
into this (fiddle around with it)
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [2...2,2..2,2..2,2..2,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
Alternatively you can use cheat codes for turning into a Moot but I don't remember what the cheat was, you would need to search this thread for that.

Also, is it frowned upon for sharing the gallery info? I noticed that CaiNanE censored parts of his.
It isn't frowned upon, but a lot of the CGs are story line related and have spoilers. Spoilers are frowned upon.

waite, where did you find a male elf?
Think he means a Moot, which is a half goblin. But they share the same long ears.
 

Darkness-Crimson

Active Member
Feb 24, 2018
502
207
Is there a way to accelerate Lona's birth? I'm interested in playing as the half-elf version of her, but I feel like I'd be burnt out after 80 days of incubation, if I even managed to live that long.
Also, is it frowned upon for sharing the gallery info? I noticed that CaiNanE censored parts of his.
that's a great question both of them, i found some answers, but not the ones i would like, you can accelerate lona's birth someone in the tread pointed out you can by changing the game code he even pointed which parts of the code, saddly i would prefer a item instead file changing, but trying to do the same as you is really a pain 80 days, i will look for his post and link it here shortly, about the gallery scenes i hope i can copy it here, none the 8 and 9 was written by me, someone on the tread said and only saved it all on a notepad to use later.

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


the rest of the gallery i will place here by memory

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

if you don't know which quests are the ones i'm referring to see ZedTed walkthrough.


8 and 9 are separated because i never saw them myself.
 
Last edited:
  • Like
Reactions: Mosthra and fenden

Darkness-Crimson

Active Member
Feb 24, 2018
502
207
Assuming you are talking about "Moot" Lona, half-goblin. Just find this file: LonaRPG\Data\Scripts\Editables\51_System_Settings_Cross_Breed.rb. Explained it earlier on, but to make it simple:
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [20..25,20..25,20..25,20..25,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
into this (fiddle around with it)
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [2...2,2..2,2..2,2..2,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
Alternatively you can use cheat codes for turning into a Moot but I don't remember what the cheat was, you would need to search this thread for that.


It isn't frowned upon, but a lot of the CGs are story line related and have spoilers. Spoilers are frowned upon.


Think he means a Moot, which is a half goblin. But they share the same long ears.
and the guy, that said that, placed it himself XD
 
Last edited:
  • Haha
Reactions: ZedTed

Ferghus

Engaged Member
Aug 25, 2017
2,601
3,991
Assuming you are talking about "Moot" Lona, half-goblin. Just find this file: LonaRPG\Data\Scripts\Editables\51_System_Settings_Cross_Breed.rb. Explained it earlier on, but to make it simple:
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [20..25,20..25,20..25,20..25,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
into this (fiddle around with it)
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [2...2,2..2,2..2,2..2,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
Alternatively you can use cheat codes for turning into a Moot but I don't remember what the cheat was, you would need to search this thread for that.


It isn't frowned upon, but a lot of the CGs are story line related and have spoilers. Spoilers are frowned upon.


Think he means a Moot, which is a half goblin. But they share the same long ears.
Ah, I see, thank you!
that's a great question both of them, i find some answer, but not the ones i would like you can accelerate lona's birth someone in the tread pointed out you can by changing the game code he even pointed which parts of the code, saddly i would prefer a item instead file changing, but trying to do the same as you is really a pain 80 days, i will look for his post and link it here shortly, about the gallery scenes i hope i can copy it here, none of this was written by me, someone on the tread said and only saved it all on a notepad to use later

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


the rest of the gallery i will place here by memory

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

if you don't know which quests are the ones i'm referring to see ZedTed walkthrough
I managed to get 9/10 of the scenes, but a few aren't translated, such as Cecily's second H scene as well as Cocona's not-bath scene, which I think was #10. Admittedly, I cheated the Sea-Witch one in because her dialogue was in Chinese and I wasn't sure what her quest entailed.
 

Darkness-Crimson

Active Member
Feb 24, 2018
502
207
Alternatively you can use cheat codes for turning into a Moot but I don't remember what the cheat was, you would need to search this thread for that.
about this part i hope i'm not sounding rude by adding this, really hope not ZedTed, english isn't my first language, but someone pointed out that using codes to change lona may cause dialogue problems, i think is important to mention that. i have never done it myself to test so is just a warning.
 

Darkness-Crimson

Active Member
Feb 24, 2018
502
207
Ah, I see, thank you!

I managed to get 9/10 of the scenes, but a few aren't translated, such as Cecily's second H scene as well as Cocona's not-bath scene, which I think was #10. Admittedly, I cheated the Sea-Witch one in because her dialogue was in Chinese and I wasn't sure what her quest entailed.
have you installed CaiNanE english merge? i have played the 10# in full english, the others i haven't yet. my game had a lot of parts in Chinese until i installed the merge.


Latest LonaRPG.Beta_ENG merged translation
 
Last edited:
  • Like
Reactions: Ferghus

Pentha

Member
Apr 5, 2020
339
447
Assuming you are talking about "Moot" Lona, half-goblin. Just find this file: LonaRPG\Data\Scripts\Editables\51_System_Settings_Cross_Breed.rb. Explained it earlier on, but to make it simple:
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [20..25,20..25,20..25,20..25,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
into this (fiddle around with it)
Code:
        RACE_PREGNANCY_LENGTH={
        "Human" =>        [20..25,20..25,20..25,20..25,1..1],
        "Moot"=>        [2...2,2..2,2..2,2..2,1..1],
        "Deepone"=>        [20..25,20..25,20..25,20..25,1..1],
        "Fishkind"=>    [14..16,14..16,10..12,11..12,1..1],
        "Orkind"=>        [13..15,13..15,13..15,11..13,1..1],
        "Goblin"=>        [12..13,12..13,12..13,11..12,1..1],
        "Abomination"=>    [13..15,13..15,13..15,11..12,1..1]
Alternatively you can use cheat codes for turning into a Moot but I don't remember what the cheat was, you would need to search this thread for that.


It isn't frowned upon, but a lot of the CGs are story line related and have spoilers. Spoilers are frowned upon.


Think he means a Moot, which is a half goblin. But they share the same long ears.
for some reason version 0.4.6.1 does not have a DATA folder, the 0.4.6.0 version i still have on my pc has one tho lol damn
 
  • Wow
Reactions: Darkness-Crimson

CaiNanE

Active Member
Nov 19, 2018
536
983
Suure, you're welcome! :whistle:
Some of the JPNs in the Text are untranslated and remain in the CHT text
Sorry, I have enough to do transcrying CHT into ENG. JPN is getting updates all the times though from DEV. Like 10x times faster than ENG.
I've followed Zedted's on Rescue the Maid quest, but I can't seem to even complete puzzle 2. Can someone help?
Symbols: bottom left: dick top left: person running top right: womb bottom right: person running
They're randomized. It's never the same. You have to look at the legend by the statue to see what the key symbols are.
I don't think anyone's mentioned it yet, but if you're looking for the Penis Tribe, it's still untranslated atm...
...
Yeah.. Well.... TRANSCRYING over here!
for some reason version 0.4.6.1 does not have a DATA folder, the 0.4.6.0 version i still have on my pc has one tho lol damn
0.4.6.0 came unpacked. Guess 0.4.6.1 came packed. WHATEVER you do, do NOT overwrite 0.4.6.0 with 0.4.6.1!
Just take your save files and the gallery and my ENG merge and apply it on a FRESH 0.4.6.1 directory.
Also make sure the save files have been sanitized by the SAVE FIX from 0.4.6.0!
 
Last edited:
  • Haha
  • Like
Reactions: ZedTed and Ferghus

Pentha

Member
Apr 5, 2020
339
447
0.4.6.0 came unpacked. Guess 0.4.6.1 came packed. WHATEVER you do, do NOT overwrite 0.4.6.0 with 0.4.6.1!
Just take your save files and the gallery and my ENG merge and apply it on a FRESH 0.4.6.1 directory.
Also make sure the save files have been sanitized by the SAVE FIX from 0.4.6.0!
does that make the data folder appear? whole reason i complained was because i wanted to edit pregnancy length, all i did was unpack 4.6.1 and copy my save files from 4.6.0 over, i just keep multiple version sometimes around in case updates majorly break stuff and i consider absence of the data folder as breaking stuff majorly, personally atleast
 

NineMoons

Member
Sep 12, 2017
220
274
Is there a general guide for this? I read the tutorial text but I'm unsure of how to do things like cook food.
 
4.10 star(s) 183 Votes