Vessel Tactics
by MeshiSOFTWORKS
Vessel Tactics is a Turn-based Strategy RPG inspired by a certain tactical series and mobile gacha games. It seeks to create gameplay which is not only interesting and fun, but where vore scenarios occur naturally and reward the player.
Screenshots
v0.13
Added new outfit for Cornucopia
Added new outfit for Sampo
Cornucopia and Sampo's max prey cap temporarily increased. In future updates, you will be able to upgrade their prey cap instead
Lobby banner animated
KO'd units' chibis will now look KO'd
Added filter and sorting to unit select
Redesigned unit details menu
Redesigned feed menu
Units can now be assigned a symbol identifier
Added Inspect menu where you can view a units expressions and weight/vore states
Added prey history menu
Added descriptive tooltips to unit details menu
In-game text now supports non-english text from several languages
Altered the syntax of blockcode in speech/face files to be easier to read and edit
Added option to lobby hamburger menu to reformat existing speec/face files to the new format (For modders)
Expressions are now managed across all instances by a single entity instead of one for each. When a unit is placed on an image, their GUID is hooked to it and any updates made to that unit are shared across all images they are displayed on.
Remade blockcode of story scenes to fit new syntax and use more descriptive codes
Unified text writing scripts in Lobby and Battles so I don't need to duplicate code
Poses can now be set through speech or face
Monster girls will now get a randomly picked name when created
Redesigned mod creation menu to be less hostile
Reworked the way colliders are set up and stored to allow for custom colliders
Made and abandoned a bunch of menu drag scripts
Scripts that need to be enabled/disabled between menus can now be managed through a simple script instead of having each instance hardcoded
Lobby unit images can now fill themselves with a minimum of code required
Text fields that need to be rewritten for things such as stat values can now be bulk rewritten in a single line of code rather than being hardcoded
Credits added to main menu
Added analytics through Vorecade (At the moment, only tracks pred/prey in the feed menu)
Sprite loading optimized
Overhauled stomach system (again)
Redid a lot of old code to be better
Fixed a lot of bugs
Added a lot of bugs
v0.12
N/A
v0.11
- Added Goblin
- Added Goblin Raider
- Added Goblin Shaman
- Added Goblin Lord
- Added new map (0-5)
- Added stomach system, allowing units to have any number of different "stomachs." (Only used by Goblin Shaman's UB skill at the moment.)
- Units now gain permanent incremental stat increases each time they digest prey. Being digested will also transfer a portion of a unit's accumulated stats to their predator.
- Units in barracks may now passively devour (NPC) vessels while you are out on missions. This is mostly to make the base feel more alive and will be expanded later, with "Caught red-handed" dialogue and tie-ins with the base system that will affect passive predation and stat growth rates.
- Each class now has a set chance of eating or showing up as prey in the aformentioned way (Prey are spawned from the ether, not taken from the players barracks.) Certain factors may affect these rates, such as the unit being set as secretary.
- All buffs and debuffs have been reworked, and many will no longer appear in the skill list. In a coming update, hovering over a stat on the status menu will show an exact breakdown of the buffs and debuffs affecting it.
- Encumbrance debuffs have been consolidated into a single skill and now operate on a sliding scale based on max capacity.
- Base movement has been increased to 5
- Feed menu digestion skip has been sped up significantly
- The way images are displayed has been changed, fixing transparency issues on units such as the lamias. This method is much less efficient, so it may lead to performance issues right now, but it will get polished more in the future.
- In preparation for adding mid-battle saves, units now contain Guid references to each other in battle rather than direct ones.
- Classes that may be used for either battles or the lobby will now use StorageInfos to reference either UnitStorages or UnitInfos
- Each unit now contains their own Stats, which are added to their classes' stats. Stats are now universally contained in arrays and referenced through ints, for easier coding.
- Some text codes, have changed, I'll have notes on these once modding is reenabled.
- Bios are now fully contained in the Speech class, making editing easier and finally allowing for modded units to be given their own bios.
- Role, race, and species tags added for each class that will allow for better differentiation for each respective case down the road.
- Events in the EventScene have been deconstructed, allowing for much more modular event creation
- The stun per turn inflicted on a pred is now reduced directly by their struggle.
- Leveling up in battle now increases struggle and max stun by 5% each.
- Being overburdened now reduces unit's Skill to 0, but still allows them to take an action.
- Healers now heal prey each turn instead of after a digestion period.
- Healers and carriers may now release their prey at any time using Expel.
- Enter, Expel, and Digest are now available from the main move/attack menu.
- Enter has been renamed to Shelter and can now be used even after taking actions.
- A file named game_log.txt that will display error reports has been placed the main game folder to make bug reporting easier.
- Finished image layering system, fixing blurriness and misaligned art for Chateau and Avalon.
- Reworked statuses to be more modular and gave them the ability to have custom removal conditions.
- Some bugs with Patra's dialogue have been fixed.
- Healthbars now disappear during digestion.
- If an existing status is inflicted again, it will now reset the duration instead of creating a separate instance.
- Tripping playing generic battle dialogue has been fixed.
- Lobby buttons can no longer be interacted with while you are being digested.
- Culture has been temporarily hardcoded to be English, which should hopefully fix some errors in other regions.
- Enter now displays a green tile, indicating it is safe.
- Entering sandbox will no longer erase your squad.
- Number of units displayed in lobby now updates after feeding Cheshire.
- Cheshire should now have her stomach state and weight reset after battles.
- You can no longer feed yourself to your secretary if she has already eaten prey when returning from barracks/shop/etc.
- Confirm window is no longer functional during enemy turns.
- Images in the gacha results screen will now appear at the correct aspect ratio.
- Hamburger menu will now be disabled when the rest of the lobby is disabled.
- Corn's class icon will now show her as prey instead of pred.
v0.1
Gameplay Changes:
- Added main menu and basic commander creation.
- Added save/load system.
- Added gacha (Note: The lamias have been temporarily added to the gacha to fill space, but they will be obtained in a different way in the full game.)
- Added shop (Note: While the shop has been added, items do not currently have any functionality.)
- Added new unit: Cheshire. While not usable in battle yet, Cheshire has dialogue for additional scenarios involving the commander being fed to her.
- Lamias are now playable in battle and can be fed to other units, as a side effect of being added to the gacha. Their combat dialogue may be strange in some places, however.
- Vessels will now be leveled up individually, as a temporary bugfix for the save system.
- Possibly a few other things
- Various bug fixes
Other Stuff:
- The way the UnitStorage class is handled has been changed quite a bit. Stomach will no longer store other UnitStorages, but instead Guid references to them. In addition, the UnitDatabase class now only stores a single list of units instead of splitting them into being active and inactive.
v0.04 Beta
Change list:
Gameplay changes:
- Added new vessel: Patra
- Added new vessel: Avalon
- Added new skin: Training Date Theano
- Added outfit system
- Added Stun/Struggle system, see the earlier patreon post for more details!
- Added willing/unwilling prey system
- Added the ability to mod in custom units
- New dialogue added for certain struggle scenarios
- Implemented anal vore mechanic
- Changed unit details screen to be lower contrast
- Various bug fixes
Other Stuff:
- Cyrk's art has improved (This ended up delaying the build a lot, sorry!)
- Skills and statuses now operate based on a flag system, making them far more modular
- Probably some other stuff
v0.03a
Sorry about the short delay! Here is the v0.03a update!
Note: In sandbox mode, the 'P' key will now open the debug menu while in free-cam mode.
Change list:
Gameplay changes:
- Added new vessel: Sampo
- Added new vessel: Chateau (IMPORTANT: Chateau's weight gain is not fully implemented yet)
- Added new class: Carrier
- All characters now have weight gain (Except Cornucopia)
- Custom squad selection implemented. Squad members will be highlighted and cannot be fed to other units
- Units will now carry over their stats from the lobby into battle. Units retain half of their weight between lobby and battle scenes. In addition, all pending digestions will be completed and the list of units digested will be updated
- Units lost in battle will now be removed from the lobby
- The battle will not be counted and the game state will remain the same if the player loses or manually returns to the lobby
- Units can now be locked
- The player can now replenish all vessels at any time from the lobby menu
- Banners added for mission start/clear/fail states
- Clearing or failing a mission will now cause all allies/enemies to immediately digest their prey before returning to the lobby
- Added a new "Hard Mode" map to use upgraded units on. Note: This map hasn't been extensively tested or balanced in any way.
- Pressing 'O' while in sandbox mode will now delete units
- Covenant and Theano's weight gain have been revamped. (Similar to Schrodinger's.)
- Speed up button has been added during digestion animation in lobby.
- Character icons now reflect character's weight.
- Chateau's lines have been adjusted.
- Chateau has been rebalanced.
- Dusk Lamia's unfed max weight special touch lines have been adjusted.
- Dream sequence graphic has been updated.
- 0-3 modified slightly
- Various bug fixes
Other Stuff:
- Characters' scale in-game is no longer dependent on their source image
- AI has been reworked to allow for more complex decision-making. This is important for future enemies, but the effects of this are very minimal, at the moment
Known issues:
- Game lags at the end of enemy turns. This is likely dependent on the number of units on the map.
- For unknown reasons, some players have the story cutscene freeze and are forced to skip it. I have not been able to figure out why yet.
- Assorted problems associated with Schrodinger's vial toss.
- Enemies occasionally move in the wrong direction?
- It is entirely possible that KO'd units spitting up their prey may still cause the game to crash.
- Forgot to make the two extra wild lamias in 0-3 face the right direction.
v0.02a
NEW FEATURE: SANDBOX MODE
Clicking on the event banner on the lobby will now allow you to enter a sandbox battle. Exiting the base menu by right-clicking and then pressing the 'p' key in this mode will bring up the debug menu, where you can freely place units and alter their stats.
Change list:
Gameplay changes:
- Added three new characters (Lamia, Wild Lamia, Dusk Lamia)
- Characters can now have multiple separate stomachs
- Added temporary weight gain to the game. (Will reset at start/end of battle, currently only applies to new characters)
- Hovering over a unit will now display their move/attack range
- Added story cutscenes into the battle scene
- All messages and battles can now be skipped by right clicking
- Story scene can also be fast-forwarded by right clicking. This will be replaced by a proper skip button later.
- Finished adding Schrodinger and Covenant's attacks/skills (Minus the teleport effect of vial toss)
- Added turn-based status effects - Ending your turn without taking an action will no longer drain EN. Waiting without moving will restore 10% EN.
- The X in the status view window actually works now
- Speech bubbles in lobby now display when there are multiple text boxes
- A few balance changes. Covenant in particular has been buffed
- Various bug fixes
Other stuff:
- Multiple events/skill activations can now be queued. For example, if multiple Schrodingers are digested at a time, their vial skills will queue up and trigger in order. (Buggy. If the game freezes after a unit's action it's probably because of this. Please let me know if it does.)
- Reworked AI, making it more diverse and giving me the option to code it for each unit individually
- The AI still has a lot of flaws, so I'm probably going to rewrite it entirely for the next update
- Rewrote a lot of old code and reworked how several things were done to make things more consistent and easier to work with in the future
v0.02
Early access to the v0.02 build has been released on Patreon!
Patreon builds will go public with each new update, meaning v0.02 will be released on itch.io once v0.03 comes out in 1-2 months.
Change list:
Gameplay changes:
- Added three new characters (Lamia, Wild Lamia, Dusk Lamia)
- Characters can now have multiple separate stomachs
- Added temporary weight gain to the game. (Will reset at start/end of battle, currently only applies to new characters)
- Hovering over a unit will now display their move/attack range
- Added story cutscenes into the battle scene
- All messages and battles can now be skipped by right clicking
- Story scene can also be fast-forwarded by right clicking. This will be replaced by a proper skip button later.
- Finished adding Schrodinger and Covenant's attacks/skills (Minus the teleport effect of vial toss)
- Added turn-based status effects
- Ending your turn without taking an action will no longer drain EN. Waiting without moving will restore 10% EN.
- The X in the status view window actually works now
- Speech bubbles in lobby now display when there are multiple text boxes
- A few balance changes. Covenant in particular has been buffed
- Various bug fixes
Other stuff:
- Multiple events/skill activations can now be queued. For example, if multiple Schrodingers are digested at a time, their vial skills will queue up and trigger in order. (Buggy. If the game freezes after a unit's action it's probably because of this. Please let me know if it does.)
- Reworked AI, making it more diverse and giving me the option to code it for each unit individually
- The AI still has a lot of flaws, so I'm probably going to rewrite it entirely for the next update
- Rewrote a lot of old code and reworked how several things were done to make things more consistent and easier to work with in the future
Hungry For More... Still a work in progress, but very clearly a game with nuanced strategy and mechanics that plays well into the vore fetish. There isn't much by way of porn beyond the vore fetish, but I suppose there doesn't need to be. The focus of the gameplay is vore and the focus of the erotica is vore. Simple. While at this moment still early in development, it shows a lot of promise. I am eager to encounter more and different challenges as development continues.
v0.04 Beta This is a bit of a strange game to rate. It has a lot of really nice CG, but no real scenes. The "gameplay" is easily 1 star worthy, as this entire thing is just a glorified tech demo. What makes it average, though, is its usage outside of that. It's styled as a Gacha game that lets you do gacha without swiping, so you can just fuck around a bit. No stress no mess. You can also see all the girls right away, and if you select them on your home screen, you get get the game's scene-adjacent content in which you can get digested. It's pretty nice to play with for 30 minutes, and then that's about it. Progress is horrendously slow, basically nothing has been improved upon since I started following it, and it doesn't seem to be going anywhere yet. The gameplay needs a complete overhaul to be worth even existing at all, and in its current state, it's flat out insufferable. Clunky controls that seem to have been made by someone who's never played a PC or mobile game, boring nothingness is the only result when you take the time to learn said controls, and no real reason to actually "play" the "game". Given the niche, quality CG, and technical amount of existing characters/art, it's still an average quality early access game for this site. It's definitely poor overall, but when compared to other games on here that get flying colors, it's hard to give this less than 3 stars. It most certainly doesn't deserve 5, though.
Fighting is mostly bare at the moment, considering not every mechanic is implemented yet. Softlocks are not rare, warrenting a full restart. However, the art's too great and the bits of personality is shown recently well. Have great hopes for more fantastic art of various Vessels and fleshing out gameplay.
I need to be very, very clear. This game was not meant for me. I do not like vore. I do not understand vore. I don't get what is arousing about vore. It is one of the strangest, most enigmatic fetishes to me, so far outside of my own understanding that I can't even begin to rationalize it. I'm not disgusted by it, but it does nothing for me. So when I give this game 5 stars, I need you to understand exactly how much that means. That being said, this is also one of my "speculative 5-stars". The game is very early in development, with only 2 playable levels and a sandbox. But the base it already has built for itself is remarkably solid. It has so much potential going forward. The two levels we do have have astonishingly solid design and an engaging level of difficulty. Its a mobile-esque gatcha-styled tactics game, but I think this actually has the potential to work well. The gacha-style mechanics make a degree of sense, you literally "feeding" your fodder units into your good ones. The character design I think is very well done, and though its absolutely not my thing, I appreciate how the characters react to the vore, both in their dialogue and standing pictures. And I think the idea of having your characters level up not by defeating opponents (though lowering their HP makes them progressively easier to vore), but by eating and then spending the time to digest them, is novel in a fascinating way. The enemy team can do this too, creating a remarkably dynamic battle flow. The tactics genre is really hard to iterate on in meaningful ways, and for what its worth, I think that's really cool. Maybe my standards have gotten too low sifting through the mountains of trash and shovelware, that all it takes is a little genuine effort to have my rapt attention, but still. I'm going to be keeping an eye on this one, it has the potential to be a really interesting game on its own merits, and probably amazing to people actually into vore. You know, if it actually gets finished. [Review for V0.03a]
You might also like
Nymphomania Priestess
TechnoBrake
v0.8h
Famished, Hazel's Journey
Famished
v27
Saki and the Crucible of Debauchery
Ofuro Works
Final
Captive Alstroemeria
circle-tekua
v2.1
SHINNEMIA in the Forest Invader
D's production
v1.01
Blood Rush.
Blue Mad Diode
v1.00
Itoshi Kokoro
Miyuki Taito
Final
SimTentacles
zxc
v22
Vignette in Vignette
Sugar Romance
v1.00.00
Gehenna
Kemuriya
Full Version