Bloemkool

Well-Known Member
Aug 13, 2017
1,145
1,008
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
130
160
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,145
1,008
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,145
1,008
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,852
4,373
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
130
160
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
272
918
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
505
210
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
505
210
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,852
4,373
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
505
210
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
505
210
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
344
451
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
344
451
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
227
278
Is there a general guide for this? I read the tutorial text but I'm unsure of how to do things like cook food.
 

elchivo

Member
Dec 15, 2018
272
121
There's a guide in page 68 or 69, open the last spoiler to see the rest of the guide.
To cook food you have to either get the Dark Caultron trait (requires 10 points in Survival) or to find a random Refugee camp with a cooking pot you can use for free. You find the recipes in places like the Clinic or the Tavern.
 
  • Red Heart
Reactions: ZedTed
4.10 star(s) 194 Votes