Users browsing this thread: 4 Guest(s)
TFR: Scratch Edition [Program]
#22
No problem. Here's the current progress on hits.

http://i.imgur.com/XMLndvO.gif

Atm, I've only got Offensive Vs Hurt collisions. Currently, there's hit gfx and sfx, hitstun and knockback.

Oh yeah, I also added an event to check "SpecificCollision". Will any character actually use it? I dunno, but it was easy to add so why not. An Example use would be Link's boomerang where he regrabs it. Basically, you're able to subscribe for checking specific objects for collisions and can use that info however you like.

___

Edit:

I'm also researching about networking subjects. Currently, it seems that it's possible to only need to send player inputs to eachother without desyncing. However, that requires the game to be deterministic across computers. I've been led to something called fixed point math, where you use integers to represent fractional numbers. It still comes off a bit complicated and confusing, but I think I'm getting there.

If fixed point is what I need, then I'll also have to research a bit about matrix math since I currently use matrices to store position and also do hierarchy stuff. I'm not sure how long that'll take.

If it goes well, a deterministic game allows recording gameplay too, at least, that's what people generally say. It also allows for "exact"? or high control over mechanics.., for example, movement.

I'm just in the research phase, and online isn't even a high priority, I'm just curious.
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: 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: