NaiasEleias

Newbie
Jan 25, 2018
49
17
Anyone else fought this thing? It has over 500 hp from what I saw, jumps all around you, and it does a lot of hp and stamina damage at once. Dropped a treasure chest when killed.
 

subann

New Member
Apr 19, 2020
13
2
Tell me about the story of this game.

I know Lona is a "Sybaris" refugee.

Do you know where Sybaris is and what happened there?
And does "Noar" mean the first city?

Why do you need to escape?
 

foofoo3344

Well-Known Member
Dec 5, 2017
1,430
1,152
Anyone else fought this thing? It has over 500 hp from what I saw, jumps all around you, and it does a lot of hp and stamina damage at once. Dropped a treasure chest when killed.
Yes the bunny is damn hard. Also it's an easter egg for the bunny scene in Monty Python's The Holy Grail. It's the scene where they use the Holy Hand Grenade of Antioch to kill the Rabbit of Caerbannog.
 

anon707

Member
Jun 13, 2018
290
536
Make sure Lona has at least 15 milk per baby (breast number should be 90 or less if you have 2 babies).
It's not too difficult to ensure. Just don't milk her titties so much. That's the only reason Lona's babies ever left in my game.


He would just respawn. Even if he got his balls bit off he would regrow them as soon as you leave the area.
Does kinda make you want a trait called "Sharp Teeth"... might be messy, and not good for Lona's morality, but she would always have something to eat. x]
And she could bite it off, run, and then fry it up later.

I'm not kidding. All the guys in this game deserve to have a penis eater on the loose. xD
I have the mod where Lona's tits just constantly fill with milk, even at max with 400 they just take off. And im guessing Elise doesnt have a function yet to help Lona give birth since I go to him and he doesnt say anything yet claims he'll help with labor.
 

Paladox

Member
Game Developer
Aug 16, 2017
185
160
I have the mod where Lona's tits just constantly fill with milk, even at max with 400 they just take off. And im guessing Elise doesnt have a function yet to help Lona give birth since I go to him and he doesnt say anything yet claims he'll help with labor.
I don't know then. If your babies are leaving despite having enough milk, then it might either be a bug or some other issue preventing them from staying. The orkind babies weigh 10 lbs each. Do you have enough space to carry them?

If it's a bug then it might be worth posting your save (just before birth) so the dev could take a look at it.
 

mordet

Member
Apr 21, 2020
253
151
That’s for Lisa, she repaired the cannon. Not you, the reward is the exp and friend you made along the way!
ah, so nothing at all, thanks for the info.
if this is where I suppose to go for gallery and H scenes, nothing appears :(

and even if viewing these 'H-scenes' are possible, where can I see 'H-animations'? Sorry for asking again. Thanks.
the way to have scenes displayed is to have seen them already. eg. is you do lisa's quest you'll have her parasite scene there.
 
Last edited:
  • Like
Reactions: emforhs123

Anon21

Active Member
Mar 29, 2017
835
1,888
eccma417

Some relatively minor bugs:
* If you (somehow) get the *Loose Urethral* damage with Urine Fetish turned off it seems to be impossible to get rid of it. The bladder pressure goes up to 420 and sticks there, relieving yourself does not drop that number.

* If objects drop at the edge of the map you can't pick them up.
edge.png

* If you pick up more than one of the same object (e.g. Three apples or 5 animal meat) it shows the number 1 next to the icon on the map when you get them.
two.png <-- Actually 2

Patch.beta.0.3.5.4.3
Mega
-*fixed, some equip page slot_index error.(test)
-*fixed, camera crash when disband follower.
Where do you put the 'Data' folder from the patch? In the LonaRPG folder next to 'Audio' 'Fonts' etc?
 
Last edited:
  • Like
Reactions: ustar

foofoo3344

Well-Known Member
Dec 5, 2017
1,430
1,152
I see.

There are still resting places in this world, right?
I thought it was the sama as this island, haha.
The Island is doomed. Lorewise: eventually the island will get overrunned by the undead, the abominations and all other evil things. The ending cutscene tells you the fate of the island.
 

foofoo3344

Well-Known Member
Dec 5, 2017
1,430
1,152
The Dev should make a prologue that's a short tutorial+character creator+intro. And if you skip this intro, it will take you straight to the char creator/customiser. Of course, the char creator could also be not included in the game if they don't wanna add it.
 

khaal

New Member
Feb 25, 2019
13
26
It's basically ruby console so you can cheat/debug on it, eg.
Code:
$game_player.actor.trait_point+=10
for a little start game balancing or even make functions eg.
Code:
def @zzz; $game_player.actor.sta+=100; end
then call it as needed (with f10 > zzz). You could probably even bind it to a key from console but I don't know enough about ruby nor rpgm engine to do that.

eccma417
Stamina balance is absolutely atrocious from gameplay/design perspective (waaaay too grindy), and frankly so is the barter system.

Also consider changing the controls so as pressing direction key in combat towards adjacent enemy that the PC is NOT facing will only turn the character, and attempt to move/displace only when already facing that direction - for more intuitive combat.

Finally, optimize - combat is choppy af, you are overriding so much of the engine with interpreted code, and one that is very slow at that (ruby), you'd have much better results in js (rpgmv).

Thank you for that tip. Didn't know F10 brought up the console. However I couldn't get the function tip to work with the at symbol but it did without...

Code:
def zzz; $game_player.actor.sta+=400; $game_player.actor.health+=400; $game_player.actor.sat+=400; end

Now typing zzz in console gives me full health/stamina/food. This way I can just enjoy the fap material/role play while the game gets bugs/features/kinks worked out. For anyone else wondering what other stats you can modify with $game_player.actor.### then here's what I discovered so far (only wish I could copy/paste in console)...

Code:
LONA_STAT_DEFAULT={
       #"attribute"=>                 [current,    min,    max,    Tmax,    Tmin],    "type"]
        "health"=>                    [[200,        -100,         200,    200,    -100],0],
        "mood"=>                    [[95, -100, 100,100,-100],0],
        "sta"=>                        [[100, -100, 100,100,-100],0],
        "sat"=>                        [[100, 0, 100,100,0],0],    
     
        "move_speed"=>                [[4,0,4,4,1],2],            
        "will"=>                    [[800, 0, 800,800,0],2],    
        "weak"=>                    [[50, 0, 50,50,0],2],    
        "sexy"=>                    [[50, 0, 50,50,0],2],    
        "state_preg_rate"=>            [[10,   0,  10,10,0],2],    
        "morality_prison_labor"=>    [[50,-50, 50, 50,-50],2],    
        "morality_prison_guard"=>    [[50,-50, 50, 50,-50],2],    
        "morality_fishkind"=>        [[50,-50, 50, 50,-50],2],    
        "morality"=>                [[0, -1000, 1000,1000,-1000],0],
        "morality_plus"=>            [[200, 0, 200,200,0],2],    
        "morality_lona"=>            [[50,  0, 100,100,0],0],
        "baby_health"=>                [[0, 0, 65535,65535,0],0],
     
        "sex_vag_atk"=>                [[0, 0, 150,150,0],0],    
        "sex_anal_atk"=>            [[0, 0, 150,150,0],0],    
        "sex_mouth_atk"=>            [[0, 0, 150,150,0],0],    
        "sex_limbs_atk"=>            [[0, 0, 150,150,0],0],    
     
        "dirt"=>                    [[0, 0, 255,255,0],0],    
        "constitution"=>            [[0, 0, 100,100,0],0],
        "survival"=>                [[0, 0, 100,100,0],0],
        "wisdom"=>                    [[0, 0, 100,100,0],0],
        "combat"=>                    [[0, 0, 100,100,0],0],
        "scoutcraft"=>                [[0, 0, 100,100,0],0],

        "constitution_trait"=>            [[0, 0, 99,99,0],0],            #紀錄trait實際數字
        "survival_trait"=>                [[0, 0, 99,99,0],0],
        "wisdom_trait"=>                    [[0, 0, 99,99,0],0],
        "combat_trait"=>                    [[0, 0, 99,99,0],0],
        "scoutcraft_trait"=>                [[0, 0, 99,99,0],0],
     
        "melaninNipple"=>            [[0, 0, 255,255,0],0],    
        "melaninVag"=>                [[0, 0, 255,255,0],0],    
        "melaninAnal"=>                [[0, 0, 255,255,0],0],    
        "arousal"=>                    [[0, 0, 5000,5000,0],0],    

        "atk"=>                        [[0, 0, 100,10000,0],0],
        "def"=>                        [[0, 0, 100,10000,0],0],
     
     
        "atk_plus"=>                [[0,0,0,100,0],1],            
        "def_plus"=>                [[0,0,0,100,0],1],            
     
        "scoutcraft_plus"=>            [[0,0,0,100,0],1],            
        "constitution_plus"=>        [[0,0,0,100,0],1],            
        "combat_plus"=>                [[0,0,0,100,0],1],            
        "survival_plus"=>            [[0,0,0,100,0],1],            
        "wisdom_plus"=>                [[0,0,0,100,0],1],            
        "scoutcraft_plus"=>            [[0,-100,0,100,-100],1],            
                                 
        "urinary_level"=>            [[0,0,5000,5000,0],0],    
        "lactation_level"=>            [[0,0,5000,5000,0],0],    
        "defecate_level"=>            [[0,0,5000,5000,0],0],    
        "vag_damage"=>                [[0,0,10000,10000,0],0],    
        "urinary_damage"=>            [[0,0,10000,10000,0],0],    
        "anal_damage"=>                [[0,0,10000,10000,0],0],    
        "puke_value_normal"=>        [[0,0,10000,10000,0],0],    
        "drug_addiction_level"=>    [[0,0,5000,5000,0],0],    
        "ograsm_addiction_level"=>    [[0,0,5000,5000,0],0],    
        "semen_addiction_level"=>    [[0,0,5000,5000,0],0],    
        "drug_addiction_damage"=>    [[0,0,5000,5000,0],0],    
        "ograsm_addiction_damage"=>    [[0,0,5000,5000,0],0],    
        "semen_addiction_damage"=>    [[0,0,5000,5000,0],0],    
        "sex"=>                        [[0,0,0,0,0],0],    
        "persona"=>                    [["typical",nil,nil,nil,nil],9], #從新的stat中刪除,但保留9的特殊屬性,記得補上$lona_stats的init
        "race"=>                    [["Human",nil,nil,nil,nil],9] #從新的stat中刪除,但保留9的特殊屬性,記得補上$lona_stats的init
    }

It's not shown here, but to give yourself gold you can type $game_party.gain_gold(99999) and $game_party.actor.heal_wound to remove a wound so you can walk again.
 
Last edited:

Deleted member #2204703

Member
Game Developer
Apr 10, 2020
204
622
LonaRPG.Beta.0.3.5.5
-*fixed, some equip page slot_index error.(test)
-*fixed, camera crash when disband follower.
-*fixed, some layer error when equiped whip.
-*added, DedOne_revenant portrait.
-*fixed, Repellents herb to potion from 2to1 to 4to1
-*fixed, stats turn off by fetish and hardcore option locked stat from 1 to 0.
-*fixed, Elise's cure wound now cure all wounds at once.
-*fixed, increase WildRabbit RawMeat drop rate.
-*fixed, Rebuild Encounter structure, u wount feel any change, but more easily for upgrade on DEV side.
leave,escape : same as prev build.
Observe : reroll event to another event.
Talk,Bluff : chance to escape the event(based on WIS)
Approach,Kyaaah! : same as prev build.
Hide : reset sneak result.

-*fixed, potion and herbs. because relax make them useless. so now they all gets buffed.
red potion : remove RNG state healing and cure all wounds *3
blue potion : remove RNG state healing and cure Sick and StomachSoasm effect *3
HP herb : remove RNG state healing and cure all wounds *1
sta herb : remove RNG state healing and cure Sick and StomachSoasm effect *1

24hr non stopped rush. must buggy.
check op for link
 

FruitSmoothie

Well-Known Member
Jan 22, 2019
1,621
2,004
My head canon is Lona, Cocona, and Lisa all make it off the island together and live happily ever after. Eating tasty food and never having to worry about being raped by goblins again, lmao. Sounds like there might be some girls I haven't met yet too. All the characters are so adorable/likeable.
 

emforhs123

Newbie
Jan 28, 2018
35
12
ah, so nothing at all, thanks for the info.

the way to have scenes displayed is to have seen them already. eg. is you do lisa's quest you'll have her parasite scene there.
So in the gallery you can see only h scenes rather than animations?
 

FruitSmoothie

Well-Known Member
Jan 22, 2019
1,621
2,004
In the new version, urine need doesn't go up even with urine fetish on.

Oh it fixed after I toggled it back off and on and exited a forest. I guess if you turn it on immediately on new game start it might cause problems.

The talk option of getting out of encounters is pretty funny.
 
Last edited:
  • Like
Reactions: Ytrr@gmail
4.10 star(s) 185 Votes