Author Topic: RAGDOLL!!!  (Read 2426 times)

wouldnt it be friggin' awsome if there was a blocko ragdoll that you can just launch or push off a building

Use Search, This has been discussed a Billion times. It's Not Probable that this would happen. It's possible, but Torque Barely supports physics anyway. It's not going to happen. Ever.
</discussion>

how come you believe that


if its possible then it might happen in the future

It's not possible in Torque because Torque objects move only by animation. (Blockland runs on the Torque engine)

That is true, but if it was completed, it would be super laggy, because it would require a ton of models.

Actually, infinity models would be required since it would need a model for every very small space it moved and the map loops so = fail.

Hmm... What if it was a simple bot, that when hit by a hammer, goes into like a "Bouncing off skiis" mode? That way you can knock em off teh buildinz.

It's not possible in Torque because Torque objects move only by animation. (Blockland runs on the Torque engine)
False. Torque supports bounding box Collisions, but nothing Advanced. Making a Ragdoll would require programming an entire Physics Library and Engine. It's possible, but it's NOT GOING TO HAPPEN.

Wait I had an idea...
What if it had joints and when a joint hit a certain surface at a certain speed, the joint would react differently?
Could that be scripted??

Actually, infinity models would be required since it would need a model for every very small space it moved and the map loops so = fail.
No it wouldn't. Ever fallen off skis? Does this require 'infinity' models? No just 3. The player, the skis, and the empty.

Wait I had an idea...
What if it had joints and when a joint hit a certain surface at a certain speed, the joint would react differently?
Could that be scripted??
Not logically. It would require an action for every force applied. That's an Infinite list of possible Forces and Reactions.

Hmm... What if it was a simple bot, that when hit by a hammer, goes into like a "Bouncing off skiis" mode? That way you can knock em off teh buildinz.
this seems to be the best way to do it.

Hmm... What if it was a simple bot, that when hit by a hammer, goes into like a "Bouncing off skiis" mode? That way you can knock em off teh buildinz.
this seems to be the best way to do it.
I'm pretty sure that has not been done for a reason.