brick257

Newbie
Dec 30, 2019
36
60
71
Programming Question
I'm trying to mod the gameplay loop for Dancers - i've already figured out a way to add a % chance to /not/ inspire a rape event at the end, but I can't seem to figure out a way to adjust another counter.

When you let the patrons cum on you during a dance, the game automatically updates your "creampie" statistic, despite a creampie, by definition, being an INTERNAL cum shot. I'm a deep deep amount into the game and have managed to avoid being touched or violated save for the 1 mandatory breast grope at the Sea Witch temple, and I'd like to open up dancing to cover the expenses of sleeping at the tavern but I can NOT figure out the code for when Creampie is increased due to a bukkake.

anyone know where that code is?? I know it's a specific request.

ALSO, a friend of mine requested I update the sex dialogue to the game and include more words, quotes, descriptions, and narrator framing - is that something the forum would be itnerested in? I'd be happy to share it with y'all when it's done.
 

brick257

Newbie
Dec 30, 2019
36
60
71
So, just finished the artillery quest, at the end the officer says something along the lines of "for repair payments go to the security headquarters". I went to the city, and didn't see a quest mark, went to the fortress east and didn't see anything either. what do?
Yeah, i can't figure this one out, either. Considering it's a pretty good quest, not knowing how to get the payment kinda blows.
 

BakaGintoki

Newbie
Jan 3, 2022
72
125
134
Does anyone know how I can continue Lisa's quest after finishing the Overlord canon repair quest?
At the top right of the map to the south of where sybaris was there's a fort. Do the full quest line there and at the end of it you'll get a quest to bring the cannon up there and you'll need lisa's help to do it.
 
  • Like
Reactions: WonderOfGujira

MarinaAce

Member
Oct 10, 2020
105
117
53
Can someone list some things you can do in this game?
Kinda in a rut of robbing people and buying food.

What else is there to do?

Have you tried robbing the bank?
Becoming a different species from being reborn or becoming a Deepone Goddess?
Joined a tribe to get a nice face paint accessory?
Destroyed all the abomination hives?
Stolen a musket?
 

brick257

Newbie
Dec 30, 2019
36
60
71
not sure if it's a bug or a feature, but I held off on purchasing a personality trait and they're now grayed out for me/I can't buy one.

I get "weak" and "shy" voice lines 90% of the time and Tough/tsundere replies the other 10% - just curious!
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,346
8,127
815
Greying out the personality traits is working as intended.
The personality lines you're getting I'd say are also functioning as intended as your Lona has no discernible personality type now.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,346
8,127
815
NEWEST VERSIONS OF THIS GAME WILL NOT BE DAY 1 REPOSTED EVER AGAIN
THROUGH A MIDDLEMAN ECCMA417 GOT IN TOUCH WITH ME TO STOP DOING THAT
HE SUGGESTED A 5-DAY DELAY
I'VE STRETCHED IT OUT TO A FULL WEEK

LIVE WITH IT OR BUY THE DAMN GAME YOURSELF

IN CASE YOU CAN'T FIGURE IT OUT, THERE WILL BE LINKS HERE SOMETIME ON THE 5TH OR 6TH
I HATE CALCULATING DATES USING THE ARSE END OF FEBRUARY
 
Last edited:

XDHGX

Member
Feb 21, 2018
101
44
79
NEWEST VERSIONS OF THIS GAME WILL NOT BE DAY 1 REPOSTED EVER AGAIN
THROUGH A MIDDLEMAN ECCMA417 GOT IN TOUCH WITH ME TO STOP DOING THAT
HE SUGGESTED A 5-DAY DELAY
I'VE STRETCHED IT OUT TO A FULL WEEK

LIVE WITH IT OR BUY THE DAMN GAME YOURSELF

IN CASE YOU CAN'T FIGURE IT OUT, THERE WILL BE LINKS HERE SOMETIME ON THE 5TH OR 6TH
I HATE CALCULATING DATES USING THE ARSE END OF FEBRUARY
I'm know your feeling. Let's just ignore them and move on. Play some games. Watch the news.
 

Cidfri

New Member
Oct 20, 2020
8
1
13
I have no idea how but I prefer to avoid the violation, running down and out the door of the tavern and going back in there I restart the NPCs and that's it just profits
 

xxxxxx33sssss

Newbie
Jul 14, 2020
99
23
180
Based upon the Cheats mod https://f95zone.to/threads/lonarpg-v0-5-2-0-eccma417.49993/post-5127580
My updates:
  • I expanded the summons menu to use folders based on the first prefix
  • Added the Items wont disappear change (suggested by someone in this thread)
  • Added the no friendly fire change (suggested by someone in this thread)
  • Added F5 to toggle autoheal which keeps you at max health
  • Fixed the annoying basegame popups that happen upon entering/exiting the debug menu (might be incompatible with versions other than 0.5.2.0)
I'll add to it as I find things that I personally want in the game, but feel free to suggest stuff or build upon it
How to add this mod?
 

dreminh

Active Member
Jan 4, 2019
622
355
207
only thing i hate of this game is that you play as a little kid , i dont mind of loli/shota but it feel so weird
 
  • Like
Reactions: Saiyan_God

ProjectS001

Member
Sep 12, 2020
164
363
190
How to add this mod?
There are some functions that don't work on the mod so here are some fixes you can do with some quality of life things that helps.

The heal wounds does not work. You need to go into the script and change the command name in class Scene_Debug < Scene_MenuBase. Go down to @command_window.set_handler (:healwound, method (:command_healwound)) and change (:healwound, method to (:healw, method as the command name is saved as healw instead of healwound.


The F5 button will only heal and recover stamina to max, but it does not heal injuries. You can add the line game_player.actor.heal_wound under the class CheatUtlis and the F5 will also auto heal your wounds as well automatically.

If you just want to copy and paste the fixed code, here it is. Credit to the original mod maker and updated code as I would not have been able to make this mod haha. https://f95zone.to/threads/lonarpg-v0-6-6-0-beta-eccma417.49993/post-5509166
Edit: I give up... cant get them not to be emojis lol. Ill just upload my fixed file instead lol...
Edit2: Thank you my dude TheodoreBear~ Taught me how to not make it emojis anymore (:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
4.10 star(s) 230 Votes