Users browsing this thread: 4 Guest(s)
TFR: Scratch Edition [Program]
#29
This was going to be an edit, but the post is a decent size, so~
--

I finally figured out the rules/system for defensive collision masks after I realized that they should be easily understandable by the player.  Before, I went in circles imagining complicated (unrealistic) cases.  Now, the rule is as simple as defending is successful if done in the same direction as attacker origin.....Yeah... Sometimes it's easy to forget that you're just making a game, not a masterpiece, nor a potential future game.

By design, along with the defensive mask, you can define the move to change to if it connects.  For consistency, normal blocking should use the block move.  That means, while moving backwards, the mask is should be active(created).  It also means that, while moving forward, I can support parrying in the same exact way just by changing the move to set.  

There are on contact GFX and SFX for defensive masks, too. If it's successful, they will be activated instead of the attack mask FXs.

That's coded, I just have to do testing.  I'm also adding in the code for Attack vs Attack masks.  There are 3 strength levels, 0, 1 and 2.  Attacks with strengths of 0 and 1 can be overpowered by the higher level, or both cancelled if equal.  A level of 2 means that it cannot be overpowered, nor cancelled.  

In hindsight, after taking things in slower bits, the collision response system turned out easier than expected.  Most of it is done, I think.  Though, I still have to get to the grabbing system.  But I consider that a separate system than the direct collision response system.
Animations - MFGG TKO (scrapped) - tFR
[Image: QUmE6.gif]
"It feels that time is better spent on original creations" - Konjak
Focus on the performance, the idea, not the technical bits or details - Milt Kahl
Reply
Thanked by: ~Axis~, Chris2Balls [:B]


Messages In This Thread
TFR: Scratch Edition [Program] - by TheShyGuy - 12-14-2014, 07:35 PM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-18-2014, 08:22 PM
RE: [Program] TFR: Scratch Edition - by [robo9] - 12-18-2014, 09:33 PM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-20-2014, 11:21 AM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-20-2014, 09:47 PM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-20-2014, 11:02 PM
RE: [Program] TFR: Scratch Edition - by [robo9] - 12-21-2014, 12:06 AM
RE: [Program] TFR: Scratch Edition - by Kosheh - 12-30-2014, 10:40 AM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-28-2014, 07:17 PM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-30-2014, 04:46 PM
RE: [Program] TFR: Scratch Edition - by [robo9] - 12-30-2014, 06:33 PM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-30-2014, 07:06 PM
RE: [Program] TFR: Scratch Edition - by [robo9] - 12-30-2014, 09:45 PM
RE: [Program] TFR: Scratch Edition - by TheShyGuy - 12-30-2014, 10:40 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-05-2015, 01:11 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-05-2015, 05:40 PM
RE: TFR: Scratch Edition [Program] - by Quirby64 - 01-08-2015, 10:59 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-09-2015, 01:14 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-11-2015, 08:42 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-13-2015, 05:55 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-17-2015, 09:41 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-19-2015, 01:29 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 01-31-2015, 06:43 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 02-08-2015, 03:25 PM
TFR: Scratch Edition [Program] - by TheShyGuy - 05-14-2016, 01:03 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 05-15-2016, 07:19 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 05-16-2016, 10:25 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 05-26-2016, 02:03 AM
RE: TFR: Scratch Edition [Program] - by Guy - 05-26-2016, 08:14 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 05-26-2016, 01:18 PM
RE: TFR: Scratch Edition [Program] - by The Phinx - 05-31-2016, 11:02 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 06-05-2016, 06:20 PM
RE: TFR: Scratch Edition [Program] - by Guy - 06-06-2016, 10:52 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 06-06-2016, 02:27 PM
RE: TFR: Scratch Edition [Program] - by Guy - 06-06-2016, 04:06 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 06-06-2016, 04:30 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 06-08-2016, 11:24 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 06-18-2016, 01:28 AM
RE: TFR: Scratch Edition [Program] - by SmithyGCN - 06-22-2016, 06:51 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 06-22-2016, 09:05 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 06-28-2016, 04:44 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 07-05-2016, 06:46 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 07-09-2016, 07:59 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 07-20-2016, 11:53 PM
RE: TFR: Scratch Edition [Program] - by Guy - 07-21-2016, 12:12 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 07-21-2016, 12:48 AM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 07-31-2016, 05:37 PM
RE: TFR: Scratch Edition [Program] - by The Phinx - 08-17-2016, 02:52 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 08-17-2016, 03:59 PM
RE: TFR: Scratch Edition [Program] - by The Phinx - 08-17-2016, 04:57 PM
RE: TFR: Scratch Edition [Program] - by TheShyGuy - 08-17-2016, 07:01 PM

Forum Jump: