Krongorka

Well-Known Member
Sep 22, 2017
1,256
3,985
397
I'm pretty sure that false-positive antivirus alerts comes from game's .DLLs. Every time I posted something on this forum which involved a modded Assembly-Csharp.dll from a 'Managed' folder it always marks it as a virus as well.
I'm not sure how this game handles it, but maybe worried people should just use Virtual Machines?
 

Valecordia

Member
Dec 12, 2019
199
155
199
Is this game still actively developed?
Modding? Yes; highly and actively developing as we speak.

Officially from the devs? Currently no and possibly(hopefully) on hiatus except for major bug issues to give room for modders to...well modding even further.

As Krongorka said; the devs are currently developing a new game called RPG project with the same artstyle and by the looks of it a side scroller Ero/Hentai RPG.

Any further details can be referred to their DLsite blog.
 

XYZoUSAMA

Member
Aug 1, 2018
256
89
38
Modding? Yes; highly and actively developing as we speak.

Officially from the devs? Currently no and possibly(hopefully) on hiatus except for major bug issues to give room for modders to...well modding even further.
actually most modding is version irrelevant.
so it doesnt matter if the devs is spamming new version or not but yeah.I hope they focus more on new game and making it more friendly to mod.
 

Valecordia

Member
Dec 12, 2019
199
155
199
actually most modding is version irrelevant.
so it doesnt matter if the devs is spamming new version or not but yeah.I hope they focus more on new game and making it more friendly to mod.
With the current state of this community and their past responses; I won't be surprised they will actually make RPG Project mod friendly and if the mods you guys make in the future is that good they will probably made it as an additional option/difficulty and permanently add in the game, if the devs are that based tho.
 

Mynight

Newbie
Mar 25, 2020
34
39
50
bro I really wanna get into the modding side of this but HOT DANG y'all are crazy active. I have no idea where to start. Does anyone have a list of the mods this game has?
 
  • Like
Reactions: okouioui

XYZoUSAMA

Member
Aug 1, 2018
256
89
38
let's be honest, that message is pain in the ass to understand
fine,I make it formatted with commonmark standard with html extension.
to me It looks like this.
Capture.PNG

But,still to me honest the non-common mark is also very easy to read.Maybe you didnt see the obvious pattern
but
A big section has
_________

a top layer either has -| or -
the deeper it is the more -- it has.
| stands for a section with inner stuff in it.
Its quite common in TUI.maybe its toooo programmerish.lol

sadly I suck at generating graph, at least for now&I dont have the money to host a 24 hour privacy friendly server to keep some webapp database running.
maybe someone could teach me? ^^
 

Lithum

Newbie
Aug 26, 2022
44
21
84
fine,I make it formatted with commonmark standard with html extension.
to me It looks like this.
It's not a pretension, you did a great job combining it all together, but presentation is too difficult in my opinion
Maybe divide it to MODS, SUGGESTIONS etc.?
 

Krongorka

Well-Known Member
Sep 22, 2017
1,256
3,985
397
maybe...he made a plugin to let lolis have big tits but it doens't work with BepLnEx 6. Is there another plugin to do that?
I can port my previous mod of Assembly-Csharp.dll which will allow loli to have all tit sizes and have pubic hairs. Also, does current BepInEx mods have functionality to bypass Rune Ending "return to main screen game over" after day 50? How about bypassing "brainwashed NPCs not allowing CGs to start"?
If I'll port this from a previous version it will be compatible with 2.0.15.1 version only.
 
  • Like
Reactions: ThunderZoo

ElCativo1988

Newbie
Mar 13, 2018
75
22
114
I feel really stupid but I don't know what to do on day 5. Left blinking goblin icon but can't interact with it or what pull in?.
 

Xypster

Member
Oct 21, 2019
230
231
184
I feel really stupid but I don't know what to do on day 5. Left blinking goblin icon but can't interact with it or what pull in?.
Every 5 in-game days you have to fulfill monster requests - you have to sell required amount of monsters to Amilia otherwise you will lose
 

zvnlot

Newbie
Sep 16, 2020
22
125
62
I can port my previous mod of Assembly-Csharp.dll which will allow loli to have all tit sizes and have pubic hairs. Also, does current BepInEx mods have functionality to bypass Rune Ending "return to main screen game over" after day 50? How about bypassing "brainwashed NPCs not allowing CGs to start"?
If I'll port this from a previous version it will be compatible with 2.0.15.1 version only.
You should be able to bypass the rune ending with bepinex I think. I am not sure if you can patch IEnumerables or not, I am inexperienced with modding with bepinex. The game code that handles it is TutorialPeriodOfPayment in the GameManager class. (The code below is not all of the IEnumerable, just a snippet of the part handling it, there is much more code below it)
You don't have permission to view the spoiler content. Log in or register now.

You should be able to allow sex with brainwashed NPCs, but I am not sure if any errors will occur or not. You will have to modify the Scene() method for each NPC's Interaction class (InteractionAmilia, InteractionFlora, InteractionNiel, InteractionBarbara, InteractionSenaLena).


Here is the code from InteractionAmilia that handles it.
You don't have permission to view the spoiler content. Log in or register now.
 
4.50 star(s) 141 Votes