Description

Live Chat: Discord.
Get the latest builds: Patreon.
Get Mods here: Reddit.
Public Version for Heroine Rescue Team (v0.51): Here.
Download for Heroine Rumble is at the Heroine Rumble page.

Thursday, June 25, 2020

Demo 3

Patreon Link.



Here is the 3rd CATC demo. It features a huge grab-system upgrade with a lot more positions ported over from HRT! Lucia's lust inflicting ability also have additional effect if it causes target's lust to overfill. Give those things a try!

Otherwise, if you are interesting in tweaking side of things, a lot more game data is now exposed via json files. Head to /assets/json/ folder and take a look at unitdatas_.json, outfits_.json, grabdatas_.json and others.

Tuesday, June 23, 2020

Progress Update

Lots of things since the last post!

First thing first, thanks to everyone for taking the time to participate in the grab effectiveness poll and all the comments. There is one particular comment that I really like, which is to balance all the grabs to be approximately equal, but with a bonus with every additional grab learned. So there is still a benefit to "collect them all," while not leaving the older grabs obsolete. Going forward, that will be the direction I will take to balance the grab.

Onward to the new features:

The first thing I did is add the body organ requirements for the grab moves, so now when you get the select a grab prompt, only grabs that are appropriate for participants are shown, instead of everything. Here are 2 examples to illustrate, note the grabs are different depending on who is grabbing who:

https://twitter.com/i/status/1275152768852877312

https://twitter.com/i/status/1275152636472246272

Then I implemented a new technique to handle equipment and outfit pieces. Basically, certain outfit pieces can be designated to replace the body model underneath, instead of only attaching on top of it.

This method have several advantages: 1) less clipping 2) outfit can be smaller than the body model, 3) solves the bare foot versus heel problem

Here is an example, with the top using the "replace body model feature" and the bottom without:





Another thing is that the 4 female sets are now separated into pieces instead of being a whole body set. However, the outfit customization feature wouldn't be in the next patch. I want to have a similar UI like Illusion and Custom 3D Girl/ Maid games, so that will come in the future.



With this separation, now it make sense to augment the grab system so that the outfit pieces that is in the way is hidden during grab and then re-shown afterwards. A very important feature, and Im glad it's working now. See the twitter links above for a demonstration.

Finally, I added a Ecstasy state similar to the Affliction system in Darkest Dungeon. When the lust bar is fully filled, the unit will now unable to control themselves and start playing with their own bodies. This is what the picture shows.



Still tweaking the damage and duration values and the implementation may not be final. But that's the basic idea: some sort of penalty/state when the lust bar is fully filled. Oh and btw I don't intend to have an equivalent to the Darkest Dungeon's Virtue. All lust-filled effects will be detrimental, or being double edged, at best.

Thursday, June 11, 2020

Progress update and a poll.

I have been working on the modding system. Which basically means exposing more and more game's hardcoded data as json files for anyone to tweak and modify. 

The modding system design  is very similar to what HRT had: a /data/ folder which contains the mod folders. Then anyone can add new mods into the game by placing a new folder into the /data/ (with the appropriate files) and the game will then load it. 

I want to get started on the modding system earlier this time around, because in HRT, some of the data are hard coded in game whereas others are exposed in the /data/ folders. That led to some confusion on which things are modifiable and which are not. So this time, I want to try to expose as much as possible in the /data/ folder, and load the base game itself as a mod. This base game folder should serve as a good reference for anyone interesting in tweaking the game via modding.

Spent quite a bit of time on upgrading the Particle System, which now load from .jsons plus having a lot more features. I made a couple particles effects that you can sample here:  https://twitter.com/Enlit3D/status/1270906174020304898.

Started to work on porting HRT moves over and to parameterize each move. (Defining things like grab chance %, lust damage, orgasm damage, etc for each move). Starting from next demo, characters wouldn't have all the moves available and instead can only use grab moves they know. (can learn more in the future). 

So here is the poll: how do you feel about grab moves that are strictly better than another? For example, character may start out with "doggy style A". He learns "doggy style B" in the future. "Doggy style B" is strictly better than "doggy style A" - higher base chance %, higher damage. My concern is that because now "doggy style B" is strictly better than "doggy style A," players who enjoys the animation of "doggy style A" more over "doggy style B" may feel pressured to use B instead of A because it's more effective.