Alpha 4.0 Public Release


Hello there!

Today  marks the release of the alpha 4.0 version of There Will Be Ink (TWBI), a tactical action game currently under development by me, Brodie. TWBI will be my first official release. The goal with this game is to take a simple concept, in this case bringing to life the stick-folk battles my friends and brothers and I drew as kids, and to run through the full process of developing that idea into a finished game. Although the concept behind TWBI is simple and, sure, kind of silly, I’ve aimed to implement enough game mechanics and features to give the game a little more depth than the concept might suggest. This new version of TWBI is also the first public release of the game. It can be downloaded right here on itch.io:

The game is free to download, but donations of $4 (USD) or more will grant access to all future builds as well as a Steam key for the final game. My hope with this early release is to get some constructive feedback, as my testing audience so far has been mostly myself and occasionally one or two friends. The final release of the game will be available on Steam, itch.io, and possibly other platforms. Now then, on to the new features and changes that have been added since Alpha 3.

Smoothing Things Out

One issue with Alpha 3 was that camera/view movement was fairly jerky. I’ve since smoothed out panning, zooming, gamepad controls, and how the scene constraints are handled, which makes the battle much easier to follow and to play, especially in multi-player.

Gamepad Support

Gamepad controls have been reworked, or more specifically reverted and improved, making the game much more gamepad-friendly. All menus can now be fully navigated with a gamepad, leaving the map editor as the only screen that requires a keyboard and mouse. I’ve also added a “smart-aim” feature for grenades. Now, when the player aims their grenade toss (hold LB), the aiming coordinates will default to any enemy building within range, followed by any enemy unit in range if no buildings were found, followed by the coordinates of the throw range in the direction of the player’s weapon (old system) if no buildings or units are within range. The player can still move the aiming cursor around as before, but I found that this new feature brings grenade aiming and throwing with the gamepad up to bar with keyboard & mouse controls. There is now a “precise aiming” mode that is enabled when holding down (like a button) the right-analog stick to make fine adjustments to aiming, which is especially effective for snipers. I’ve also added a “range zoom” function for the RPG Unit. To use this, hold down the right-analog stick and use LT/RT to adjust the range of the RPG. This isn’t as quick as aiming with the mouse, but it makes it possible to aim at targets that are closer than the full range of the RPG.

There Will Be Options

An ‘Options’ page has been added to the main menu, allowing the player to toggle such things as red ink (ie blood) levels, screen shake, music, persistent battlefield (whether leftover shells, blood, dead soldiers, etc stay or fade away), as well as the game mode (see below).

Sim / Arcade (Game Mode)

I have a tendency to add simulation-like mechanics to games because I find them interesting, but sometimes those features can take away from the fun, and I’m not sure whether some of these features fit with the theme of the game. Examples of such mechanics are weather effects (eg wind affecting bullet trajectory), unit exhaustion (when units run out of stamina), movement aim penalty (unit aim being reduced while a unit is moving), recoil aim penalty, leg wounds affecting movement speed, and so on. In this new version, the player can simply toggle between “Arcade” and “Sim” mode from the options menu. At present, campaign and unit unlock progress will only be saved in sim mode until I sort out which mechanics should be kept or alternately whether sim mode should be a sort of game+ mode that is unlocked once the campaign is completed in arcade mode (or vice versa).

Physics Rework

The physics for blood spatter and unit deaths was initially thrown together pretty quickly, and while it worked alright, objects didn’t quite behave how I wanted them to. I’ve since revamped those physics, perhaps overcompensating and making them a little tooover the top in some cases (get behind the sniper rifle or HMG to see what I mean). Further tweaking will likely be needed. Corpse objects now cast shadows as well, as do non-fallen trees.

Map Balance & New Maps

I had a chance to do some playtesting with a friend as well as solo and I’ve balanced out some of the maps by adding/removing cover, units, and buildings, adjusting unit spawns, etc. I’ve also added two new campaign levels, one called “Out On The River”, between missions 6 & 7, and a new final mission called “Deadly Serious”, bringing the total up to 12.

New “Hi-Tech” Abilities

Although the game is designed for each unit to have a short lifespan in a battle, I felt it would be worth rewarding players who have a good streak going. To address this, I’ve added a new class of abilities that rewards individual units based on player performance, like such:

  • Magazine Hyperexpansion: For every unit killed by a player-controlled unit, the player unit gets +3% to their magazine capacity
  • Longevity: For every 10 seconds that a unit is player controlled, that unit gets +1 health (and +1 max health)

These abilities are pricey (5pts) and likely need balancing. I plan to add more abilities of this sort to grant advantages such as health regeneration, stamina & movement speed boosts, and so on.

Other New Abilities

  • Acrobatics (General): Reduces the stamina cost of power rolls
  • Aquacise (General): Reduces the movement penalty through water for all units
  • Rapid Reload (Rifle Infantry): Increases reload speed for Rifle Infantry
  • Run & Gun (Assault Infantry): Eliminates the movement aim penalty for Assault Infantry
  • Camouflage (Sniper): Increases the sniper’s base stealth from 20% to 50%. Stealth effectively reduces the chance that a unit will be targeted by other AI units

Miscellaneous 

  • Tree Cover: Trees can now be knocked over via explosions or enough bullets and be used as cover. Fallen trees provide slightly less cover than sandbags.
  • “Rory Roll”: Units can now do a ‘power roll’ (Rory’s suggestion, hence ‘Rory roll’), which costs stamina but greatly increases evasion and speed for a short burst. This action is performed with ‘B’ on the gamepad or ‘Ctrl’ on the keyboard.
  • Notification Text: A text notification now appears on player units’ sight lines if they attempt to perform an action for which they don’t have enough stamina, or if the unit is out of ammo or grenades
  • Brighter Sight Lines: Player unit sight lines and aim triangles are now a lot easier to see (I may make this toggle-able via the options menu in the future)
  • Battle Timer: There is now a timer at the top of the screen to show how long a battle has been in progress.
  • Retry/Next Battle: The player can now retry a battle or continue to the next battle in a campaign if successful once the battle is over.
  • Grenade Error: Grenades no longer hit exactly where a player aims. There is now a margin of error that is reduced with each rank of a unit.
  • AI Improvements: Units are now better at seeking cover, avoiding collisions with comrades, and avoiding bunching together (but still some work to be done there).
  • “Longest Streak” Stat: This is displayed at the end of a battle and shows the longest time each player controlled a single unit (without dying or changing units)
  • Unit Select: When a player unit dies, units with ammo will be prioritized for player reassignment. Also, selecting the unit to the left/right now actually selects the unit to the left or right. When using the keyboard&mouse, the player can middle-click to select units as well
  • New Sounds & Menu Effects: Added sounds for menu navigation & select, as well as “page flip” effect for map editor & battle, plus better highlighting on menu pages.
  • Controls & Tips: Started work on a “controls & tips” page from the main menu, which will display game controls and short explanations of the various mechanics at work (cover, stamina, etc)
  • Performance Tweaks: Recent additions and changes have caused a bit of slowdown in really hectic battles, so I’ve begun optimizing certain functions and processes. Things are running noticeably more efficiently already, but I plan to do much more optimization as well as testing on lower spec systems (so that I can truly relate) going forward.
  • Many bug fixes and many many balance tweaks, enhancements, layout adjustments, font changes, and so on.

What’s Next?

Although some new content was added, the focus for Alpha 4 was largely about playability and improving what was already there. I will likely retain some of that focus for the next release, but I’d also like to add some more content (units, abilities, levels, music, sounds, graphics, etc). I’m hoping to get some constructive feedback with this release, so that could dictate my focus as well.

One thing I’ve found is that some battles can be a bit of a grind. The new “high tech” abilities should help address this, but I’d also like to add a little more strategy to battles. I’m not entirely sure yet how I will go about this, but I have a few ideas to try out.

My initial plan with TWBI was to leave out any kind of story and leave that aspect up to the imagination of the player, you know, like how you used to do when you were drawing out these battles as a kid. I’m still leaning in the direction of keeping the theme somewhat open, but one thing the game could use more of is personality. One way to add more personality is to add a bit of story, but I might instead (or also) achieve that goal by fleshing out the graphics and sound some more and by adding more unit types and abilities. Whichever way I decide to go about it, there is a pretty good chance that T-Rexes with jetpacks will eventually make their way into the game.

Files

TWBI - Alpha 4.0 Windows Installer 10 MB
Apr 19, 2019

Get There Will Be Ink

Buy Now$7.00 USD or more

Leave a comment

Log in with itch.io to leave a comment.