ZedTed

Member
Sep 24, 2017
271
911
How long do pregnancies last for? Does Lona ever stop vomiting while pregnant?
keep in mind i don't have the greatest memory so the days are porobobly way off but diffrent races have diffent pragnancy durations right?
I'll read up more about this, wait for my report
In "51_System_Settings_Cross_Breed.rb" it tells you the durations of pregnancies in full day cycles (1 day and night):

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]
    }
    SEEDBED_LEVEL_DEDUCTION={           
        "Human" =>        [0,0,0,0,0,0,0,0,0,0,0],
        "Moot"=>        [0,0,0,0,0,0,0,0,0,0,0],
        "Deepone"=>        [0,0,0,0,0,0,0,0,0,0,0],
        "Goblin" =>     [0,1,2,3,4,5,6,7,8,9,10],
        "Fishkind"=>    [0,1,2,3,4,5,6,7,8,9,10],
        "Orkind"=>        [0,1,2,3,4,5,6,7,8,9,10],
        "Goblin"=>        [0,1,2,3,4,5,6,7,8,9,10],
        "Abomination"=>    [0,1,2,3,4,5,6,7,8,9,10]
    }
Pregnancies come in 5 stages: [1,2,3,4,5]. I belive stage 1 is the one with vomiting, stage 2 and 3 has cramps, stage 4 has baby moving, and stage 5 is birth.

The "20..25" means it can take anywhere from 20-25 days for the stage to end

Seedbed does reduce the time taken for certain babies to grow (the ones with values). I'm not sure but I think the amount of time reduced depends on your seedbed level ranging from 0-10.

That guide mentions the magic weapons Filth Staff and an Abomination Totem, what's up with those?

I upgraded from v0.4.2.0 to v0.4.3.0 and now it shows "Version Outdated" on saves belonging to playthroughs I started on the older version, even after overwriting saves using the new version. It seems to be working fine and that's not bothering me too much, but is it gonna be a problem eventually? Should I always start fresh after an update?
Filth Staff and an Abomination Totem have a random chance of appearing in chests and they are magic items. They are pretty gnarly and cool.

Having an outdated version should have minimal issues. Although the game won't run it if it's incompatible (dev did some revamp of the code a while back which caused all saves prior to 0.3.9, I think, to be incompatible)
 

quiboune

Well-Known Member
Sep 2, 2018
1,014
1,024
Seedbed does reduce the time taken for certain babies to grow (the ones with values). I'm not sure but I think the amount of time reduced depends on your seedbed level ranging from 0-10.
How to get seedbed? I got 1 but I can't remember how.

Filth Staff and an Abomination Totem have a random chance of appearing in chests and they are magic items. They are pretty gnarly and cool.
Nice. I'll probably try farming them.

Thanks for the guide, ZedTed, it has been helping a lot and I wish it was linked in the OP. I'm checking it constantly so I hope you'll expand it.
 

ZedTed

Member
Sep 24, 2017
271
911
ZedTed, can you update the guide with the jobs at other town and locations ?
Don't hold your breath for it, I plan on revising everything already written to make the guide more concise, I'll get to it (eventually). I'm getting a bit frustrated that I have so little time to update the guide and now with CK3 out...
 

Tartapol

New Member
Aug 21, 2019
14
3
You can, it's just mod files in 0.4.3.0 should be placed into /ModScripts/
while in 0.4.2.4 and earlier are placed in /Data/Scripts/Editables/ and game must be decrypted (OP game 0.4.2.4 is decrypted iirc)
You can try finding all 9999_*.rb files, maybe you have duplicates. Also if you downloaded V6 make sure optimize.rb is either in game folder or just delete it, just make sure it's not run.
You can also try clean install and copy optimization strictly once.
Another way is to run game using console.bat in game folder and when it shows error instead of clicking "OK" go to console and find which files it loads twice and move them in a way where it loads them only once.

Problem is, somehow game loads those scripts twice which creates infinite loop on some overrides.
E.g. it renames "update" method into "old_update" method and creates new "update" that calls "old_update", but then if it's run again it renames new "update" to "old_update" so we get "old_update" that calls "old_update" infinitely. When too many methods are called one inside another, stack dedicated to method calls overflows and it throws stack error. So optimization files need to be loaded strictly once... Maybe I should make a check for it.


Ah, I completely forgot about it. Make a simple something.rb file in /ModScripts/ (or /Data/Scripts/Editables/ if you have 0.4.2.4 or earlier) with single line FileGetter::COMPRESSED = false
EDIT: now that I think about it, there might be some problems with it running too late... Well, if it doesn't work, sure way is to open game in rpgmaker, enter scripts and find FileGetterOptions script and change COMPRESSED = false
S
Thx for taking time to reply
I did all that and i couldnt fix it...
Should i wait for you to fix it ?
And how do i decrypt the game ? And do you have a link to the 0.4.3.0 game ver ?
 

igotnostuffs

Member
Nov 10, 2019
117
97
"Scared of toilets" The Game.
What give that? I don't really get it. It's a sex stat that isn't even a sex stat.
 

Teravisor

Member
Jan 23, 2020
178
304
S
Thx for taking time to reply
I did all that and i couldnt fix it...
Should i wait for you to fix it ?
And how do i decrypt the game ? And do you have a link to the 0.4.3.0 game ver ?
Version in OP is already decrypted, 0.4.2.4 and earlier it wouldn't even run optimization otherwise.
While I did add a check to not run it twice just now, but if you have old version in folder somewhere it might still run it into stack error.
0.4.3.0 is literally few pages before, on last page someone even quoted it and then asked where to find it.
https://f95zone.to/threads/lonarpg-v0-4-2-4-beta-eccma417.49993/post-4129341 (link is small there, look carefully)
Delete old files (keep save0X.rvdata2 and game.ini from game folder - those are save games and options), get 0.4.3.0, and simply unpack OptimizationV8.7z into folder, it should work then.
 

Anon21

Active Member
Mar 29, 2017
835
1,888
0.4.3.1 is just out.
-*fixed, Trait UI and UX fix.
-*fixed, all capture and rapeloop : if where u captured got a chest, all ur item will transfer to chest.
-*fixed, WorldMap : block input when lona is dead.
-*fixed, removed all orkind prostitute events.
-*fixed, NoerMobHouse : repair the doors when captured event.
-*added, r5_PineFroest : add 1 more sub map made by fans.
 

Tartapol

New Member
Aug 21, 2019
14
3
Version in OP is already decrypted, 0.4.2.4 and earlier it wouldn't even run optimization otherwise.
While I did add a check to not run it twice just now, but if you have old version in folder somewhere it might still run it into stack error.
0.4.3.0 is literally few pages before, on last page someone even quoted it and then asked where to find it.
https://f95zone.to/threads/lonarpg-v0-4-2-4-beta-eccma417.49993/post-4129341 (link is small there, look carefully)
Delete old files (keep save0X.rvdata2 and game.ini from game folder - those are save games and options), get 0.4.3.0, and simply unpack OptimizationV8.7z into folder, it should work then.
I downloaded V8 and 0.4.3.0 ver and it works ! Thx for your help
 

Tartapol

New Member
Aug 21, 2019
14
3
And last question i guess that it was already asked sorry.
How do i get the succubus trait ? Or others, do i have to level up to unlock ?
 

Yukihirou

Well-Known Member
Feb 4, 2018
1,341
1,221
If you are at the right level, you can unlock any trait.
However, if you have picked up tough/timid personality then you can't pick succubus.
 

Lady_Yvraine

Newbie
Jul 7, 2020
69
69
I guess the consensual interactions with the goblins were... a bit weird, but it was one of the thing they had over the deep ones. Sheme they got removed.
 
  • Like
Reactions: Pyrrical
4.10 star(s) 185 Votes