- 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.
I mean, would you want to stay on this island?Why do you need to escape?
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.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.
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.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 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?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.
ah, so nothing at all, thanks for the info.That’s for Lisa, she repaired the cannon. Not you, the reward is the exp and friend you made along the way!
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.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.
I see.I mean, would you want to stay on this island?
Where do you put the 'Data' folder from the patch? In the LonaRPG folder next to 'Audio' 'Fonts' etc?Patch.beta.0.3.5.4.3
Mega
-*fixed, some equip page slot_index error.(test)
-*fixed, camera crash when disband follower.
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.I see.
There are still resting places in this world, right?
I thought it was the sama as this island, haha.
It's basically ruby console so you can cheat/debug on it, eg.
for a little start game balancing or even make functions eg.Code:$game_player.actor.trait_point+=10
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.Code:def @zzz; $game_player.actor.sta+=100; end
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).
def zzz; $game_player.actor.sta+=400; $game_player.actor.health+=400; $game_player.actor.sat+=400; end
$game_player.actor.###
then here's what I discovered so far (only wish I could copy/paste in console)...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
}
$game_party.gain_gold(99999)
and $game_party.actor.heal_wound
to remove a wound so you can walk again.patch :extract to game folder
we all love herlittle necromancer
So in the gallery you can see only h scenes rather than animations?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.
Thank you very much, it works just great now!
Glad to hear it!Thank you very much, it works just great now!