AE [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=34308 Unyielding <p>Update: The way the vignette effect was implemented depends on a quirk of an older version of PICO-8, and is no longer performant enough to run well. I plan on updating this with a new, more performant (and better looking) effect soon.</p> <p> <table><tr><td> <a href="/bbs/?pid=62270#p"> <img src="/bbs/thumbs/pico8_unyielding_indev-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=62270#p"> unyielding_indev</a><br><br> by <a href="/bbs/?uid=34308"> AE</a> <br><br><br> <a href="/bbs/?pid=62270#p"> [Click to Play]</a> </td></tr></table> <br /> The controls aren't well communicated in-game yet, but can be loosely explained as follows:</p> <ul> <li>Press and hold ❎, 🅾️ or both buttons to enter or change between stances, each of which offers different attack and defense options.</li> <li>The current stance type is indicated by the color of your outline. <ul> <li>❎ for attack stance (purple, red aura)</li> <li>🅾️ for dash stance (blue aura)</li> <li>❎+🅾️ for bash + block stance (green aura)</li> </ul></li> <li>Release ❎ to Attack (Strike or Bash).</li> <li>Release 🅾️ to defend (Dash or Block).</li> <li>When held for a long enough time, a stance will transition into a more powerful version.</li> <li>Attacks and actions are indicated by the color of their circular icon: red for attack, green for bash, blue for block.</li> <li>Charged action icons are indicated by a gold border.</li> </ul> <p><img style="margin-bottom:16px" border=0 src="https://i.imgur.com/fGLKa1L.gif" alt="" /><img style="margin-bottom:16px" border=0 src="https://i.imgur.com/8IpGA7O.gif" alt="" /></p> <p>Regarding the combat model itself:<br /> Each action has associated force, stability, and damage. When using an ability, that ability's stability determines whether you block incoming attacks. If your stability exceeds the force of an incoming attack, it is blocked, and you take no damage. If the force exceeds your stability, you will be stunned for a duration determined by the difference; you will also take any damage the incoming effect might cause. An ability's stability frames usually begin a few frames before its active frames; thus, two agents attacking each-other at the same time are likely to block each-other's attacks.</p> <p>This is my first time trying something in PICO-8, and I figured I would go with something simple; implementing a soulslike combat system, or at least drawing from what I most enjoy about soulslike combat. In this case, that means slow combat with very limited 'reactive' options. Fortunately it's been going pretty well, though I have a lot of optimization to do if I want to scale up for a finished version.</p> <p>Unfortunately, I can't really know what the control scheme or difficulty level is like from the perspective of a new player. The control scheme is pretty complex given the input limitations, with 10 different abilities tied to two buttons. Given that this is done in a way most people would find unfamiliar, and for a relatively unforgiving combat system, I'm very interested in hearing how people find it.</p> https://www.lexaloffle.com/bbs/?tid=33401 https://www.lexaloffle.com/bbs/?tid=33401 Tue, 26 Feb 2019 05:26:32 UTC