I really feel this game is incomplete. The 4th and 5th floors feel pretty empty.
Lately, I have been digging into the source code, especially in the plugins, and thinking maybe I can mod this game or rework it. The script is written in js (I guess because it uses the RPGM engine), so porting it to Godot would be a good idea, or maybe using TypeScript and keeping it as is (for ease of development).
I am new here (made an account in 2018 or something, but rarely interact with this forum). Could someone point me to a "guide" or "docs" on how to mod (not "how to mod technically", but more like what the steps are, what I can and cannot do, and how I can make sure nobody will sue me), and also how I can gather some funds to work on it (must be legal ways)?
In short, if I extend the boss level to the 6th floor (for example), create a new map, new edicts, imitate the artwork, throw in a bunch of new content, and gather the funds, is it legal or not?
I have already tweaked a lot in this game. I added an edict around pleasureDmg, and enemies take sightPleasure (the author called it feedbackPleasure or something like that) if Karry's charm is high and she is naked. Does it break the game? Maybe. But another edict making the enemy able to ejaculate multiple times balances it.
The source code, method, and variable names are written intentionally and are self-descriptive, but it’s still a pain in the *ss because it’s JS. Duck typing is always a pain. Reworking it in Ts would ease our minds (don't mind me about this one
, I have been working with statically typed languages my entire life, and my first language is Java).
The sadism/masochism system is amazing. We can still add a lot of physical skills, right? Currently, there's only a cock kick. We could add a brand new floor and introduce an arena system.
What if Karry built her own "kingdom" and became the imperial majesty herself? What if she took her troops into a war?
I can go on.
I would appreciate any guides and help if someone is interested.