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.

Monday, December 24, 2018

v4.9.31

Patreon LINK.

Took a while to track down an elusive bug. Plus the fact that I was pretty occupied with IRL stuff so this bugfix patch is a little late.

I also found another bug that caused the chance of meeting recruit-able allies to be wayyyy lower than intended, so that one is fixed now. Also scaled the spawn chance base on dungeon size (strictly higher than before),

There is also a pretty major feature in the works, but I doubt I can get it to a working state in December, so that'll be the goal for January. More info to come.

Otherwise, this is probably the last patch for 2018. Thanks everyone for their support and keeping me employed. Hope everyone have a good holiday and happy new years!

Changelog:

        - freeing from devices now launches the unit a bit further to help prevent unit from dropping inside the device
        - conversions now triggers "unit_defeated" event. For purposes of opening boss doors and etc.
        - fixed a bug with different hotbar pages not updating properly
        - fixed a bug with device-grabs attackers have incorrect orientation
        - traps and other props should no longer spawn in the exit portal room
        - modding: added <EXEC>ENABLE_ZONE(id, bool=true) dialogue command to enable/disable zones. Eg. "<EXEC> ENABLE_ZONE('Bandit Camp', true)"
        - added 7 new hairs, 3 for girls and 4 for boys (but you can use them now if you wish)
        - "lootbags" now have higher interaction priorty and Devices have lower interaction priorty
        - fixed bug that cause chance of meeting recruitable ally in dungeon to be far lower than intended
        - increased chance of meeting ally in larger dungeons (scales based on # of rooms up to about 80%)

Wednesday, December 19, 2018

Monday, December 17, 2018

V4.9.3

Patreon LINK.



V4.9.3 is here! I didn't get a lot of time to work on it unfortunately, so it might be a bit buggy, especially the grab on unit placed on devices part. My plan is that in the very likely event that I wouldn't be able to work on the game in the final weeks of December, I want to release the v4.9.3 ASAP and have another patch soonTM to fix any bugs. So make sure to report em!

Changelog:
        - implemented multiple hotbar pages, click the arrows or cycle with TAB key
        - you now have access to the "terrain_editor" again via the command [give_item "terrain_editor"] (ignore the []), this may change in the future
        - added [unequip_all] command for unequipping all non-body items
        - added [unequip "EQUIP_SLOT"] command for unequipping the item at EQUIP_SLOT.
        - fixed display bug that shows weapon with level req to require 10 lvls higher than what the requirement actually is
        - implement new item type: ability books - use them to learn new abilities
        - implemented the seduction_taunt ability mentioned previously
        - added "Penis Size" and "Penis Girth" sliders
        - modding: game will now prevent the recruitment of unique units under `<EXEC>RECRUIT_OPTIONS`
        - fixed a potential infinite consumeable bug
        - implemented grabs on units placed on devices
        -   currently, there are 6 grabs in total, and not every device have grabs, here is a list on what's available:
        -   cross: "cross_examination" (H)
        -   pillory: "pillory_stuffing"(M), "pillory_spanking"(humil)
        -   pole_hook: "pole_hook_punchbag" (humil)
        -   wall_hole: "wallhole_dicking"(M) "wallhole_eatout" (H)
        - disabled device collisions as it is causing problems with navigation and AI

Wednesday, December 12, 2018

Mod Repo & etc

A while ago I asked for suggestions on a central web host/service to use as the mod repo. One of the suggestion was reddit. So I thought, why not, let's give that a try. Made a subreddit: https://www.reddit.com/r/enlit3dGames. Added 2 pinned posts: one on how to install mods, and another on a collection of modding guide/tutorials. Then added a couple mods there as well. Probably missed a couple, so feel free to post about your own. I don't expect a lot of traffic, so this should be sufficient for a while...

Now regarding the game:

Implemented multiple hotbar pages. So for example, you can have 1 page for combat, 1 page for outfits, and another for life skills, etc.


Then implemented the "seduction_taunt" ability mentioned a while back:


One of the problem that I had to solve/decide is where/how to learn the ability from. If player character starts with this ability, that means (with how everything is currently implemented) you'll need to restart from scratch to have access to this ability. Also thought about having a NPC skill trainer of sorts, but with the village being temporary as it is, feels like a lot of wasted effort.

I Decided to go with the skillbook approach. Skillbooks are a type of items you can purchase that when used, grants you the skill. This approach has two advantages: it is relatively easy to implement - piggybacking on the existing item/inventory system, and it is fairly adaptable, can easily add new skills and new skill book to merchants or as rewards.


Currently working on getting grabs to work with units placed on devices. I don't expect to make an unique interaction for each type of device, at least for the first patch. More importantly, I want to get the framework working and make it work with AI, which can be very challenging already. Maybe only 1 or 2 moves, we'll see.

Finally, I am going to introduce a $10 Patreon tier. Had a few feedback from quite a while ago that they want to support the project but feel the $15 tier is too much and my response was that I don't know what the $10 tier reward should be. I really want to avoid having a $5 build, a $10 "early" build, a $25 "super early" build, and god knows what else. 

So, the $10 tier reward is going to be straightforward: cheat codes. With the console command, cheat codes are now a possibility and it makes a lot of sense to do so. 

As for why I want the $10 tier. Simple, I want to raise some funds. With the majority of features being completed or soonTM to be completed, I am going to turn my attention towards content creation, and in 3D realtime games, that meant assets, assets, and assets. Unfortunately, making 3D assets is very consuming to do it yourself and I want to explore the possibility to purchase/commission art & models. And that's why I want to introduce a $10 tier and see if that's feasible.












Wednesday, December 5, 2018

V4.9.2

Patreon LINK.


Changelogs:

  - implemented 2 additional F/F oriented moves - finger_bang and face_sit
        - implemented equipment requirements
        -   NOTE: stats requirements refers to the base stat without modifiers
        - implemented unit recruitment - speak to Merchant-Chan at Village
        -   refer to previous post for details
        - you may now join 3somes initiated by your allies
        - fixed a crush in equip coloring via pressing "default" and then "cancel" on certain items
        - restrained units are now invulnerable
        - parrying an enemy in the air now cause their horizontal velocity to reset to 0 instead of doing the air slide

Tuesday, December 4, 2018

Upcoming feature: Recruitment

Here are a couple features for next version.

The first is item requirements:


This by itself is not too terribly exciting, but it enables 2 features in the future:

  • 1) Tiered equipment. For example, a better sword that need higher MIG/DEX to wield
  • 2) Body specify equipment. For example, male or female only gear.
The second feature is recruiting! This is still very much in development, and for now, Merchant-Chan have the dialogue prompt for recruiting:


Here is a quick description of all the units you can recruit so for:


The first are farmers. Their greatest strength is their cheapness. Basically cannon fodder.


Then we have the spears, which is quite a bit tougher than farmers. Cheap, affordable, low tier front line infantry.


Next up are the archers, which are going to be on a different upgrade path from the infantry line once that becomes available. They are pretty weak individually but is threatening in large numbers.


Next we have the pikes. Which are durable, mid tier infantry. Doesn't do too great offensively but holds the line well.


Finally, we have the Greatswords, which are only a bit tougher than pikes, however, have much greater offensive potential. Very deadly versus groups of lower tier, unarmored groups.

Limitations

As mentioned previously, this recruiting system is still much in flux. In the absence of a Party Management Window, some functionalities are limited. For starters, you cannot store the generic units anywhere. They must always be in your party. You can dismiss them directly via dialogue, or you can let them meet their end naturally. They do not drop loot upon disappearance in case you are wondering about that.

Secondly, these being generic units, are handled differently than the uniques. The game does not save the entire "description" of the unit upon saving. Instead, only a reference to the "blueprint" on how to create the unit is stored. This means, that upon game restart, the unit may look different or have different equipment depending on the "blueprint." Do not panic, this is not a bug.

Finally, I figured people may want to mod this as well. So I tried to make it as accessible as possible. This is all you need to add to the dialogue and the game will handle the rest:


Refer to the unit_data.json and dialogue_data.json under [game]/data/ folder for examples when the patch lands.














Saturday, December 1, 2018

Some mods and looking for suggestion on a mod repository

Here are 2 mods that was posted on discord.

The first is an official hairs pack. This will likely be merged into the base game so it's pretty safe to use:


Download LINK.

The second is a dungeon mod by @EternalDecay.

This is a pokemon themed dungeon and it contains a quite a few pokemon themed-units:


It is probably not for everyone, and the dungeon, when I tried it, is fairly challenging. Recommended to have an strong party before venturing forth.

Download LINK.

Now, the question:

With the increasing amount of mods available, it is necessary to create a central website/service where mods can be uploaded to and shared. Ideally, something that can function autonomously without any input from me. But I think moderation is important as well and I like the place to have administrative features in case things go amiss. So the question is, where/which one to use?