I made a diagram showing the 'evolution of RF':
As you can see, both RF_NGD and the first community release stem from RF075C. RealityFactoryCR April 2008 (which is the one i meant as the 'merge of physiscs+community release') Stems from both of them, but also has the scripted projectiles.
RF076 stems from RF075C but also includes some of the features (Wind fro example) of the first CommunityRelease. It does not include the physics release.
RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
Re: RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
Everyone can see the difficult, but only the wise can see the simple.
-----
-----
- fps
- Posts: 504
- Joined: Mon Sep 26, 2005 9:54 pm
- Location: in a magical land devoid of hope, happiness, and sanity.
Re: RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
so this is the big one.As you can see, both RF_NGD and the first community release stem from RF075C. RealityFactoryCR April 2008 (which is the one i meant as the 'merge of physiscs+community release') Stems from both of them, but also has the scripted projectiles.
1 wrote:
for the internet is a cruel and dark place at times, and there's sex and blood everywhere.
2 wrote:
You say that like it's a bad thing.
1 wrote:
You are a bad thing.
for the internet is a cruel and dark place at times, and there's sex and blood everywhere.
2 wrote:
You say that like it's a bad thing.
1 wrote:
You are a bad thing.
Re: RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
Whats the situation on this? progress?
Somewhere in Nevada...
Re: RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
So if I understand well, to use these physics we have to be able to script in RF? So we just can't have physics if we only take the NGD package, but only after we scripted it?
Is this correct?
Is this correct?
-
- Posts: 335
- Joined: Sat Feb 09, 2008 5:47 pm
- Location: Lanzarote/Canary Islands/Spain
Re: RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
Correct me if I'm wrong, but I think you can use physics just by adding a few entities to the level, but if you want ragdolls, you have to add a little if(something something) turn ragdoll on, in your enemy's scriptMatte wrote:So if I understand well, to use these physics we have to be able to script in RF? So we just can't have physics if we only take the NGD package, but only after we scripted it?
Is this correct?
Re: RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
Untill the physics in added to rf,can i ask federico if you have breakable objects like a wall or a bookcase,and model the actor is made by several elements (stone fragments,single books and wood pieces)
and each broken stone is assigned to bones:
In the pic every 2nd bone in the IK chain may move the assigned element (stone) away to simulate the expolsion.
Will this type of skeleton work,(if i have nt restricted the actor compile the bones move/rotate-slide/strech)
and the stones will move and bounce off and push back other objects if they hit them?
I mean i hope the element to move and rotate the link,and the link will just pass the transform info.
If it does nt work that way,then i hope the ragdolls to stretch the first links of
the skeleton automaticaly so the stones may move away from their origin.
And will the wall,or bookcase be a pawn that will be replaced by the broken version for the explosion?
and each broken stone is assigned to bones:
In the pic every 2nd bone in the IK chain may move the assigned element (stone) away to simulate the expolsion.
Will this type of skeleton work,(if i have nt restricted the actor compile the bones move/rotate-slide/strech)
and the stones will move and bounce off and push back other objects if they hit them?
I mean i hope the element to move and rotate the link,and the link will just pass the transform info.
If it does nt work that way,then i hope the ragdolls to stretch the first links of
the skeleton automaticaly so the stones may move away from their origin.
And will the wall,or bookcase be a pawn that will be replaced by the broken version for the explosion?
- Attachments
-
- Bones_Explode.jpg (28.69 KiB) Viewed 2853 times
Last edited by Veleran on Thu Oct 09, 2008 1:58 pm, edited 1 time in total.
Re: RealityFactory(0.75C)+NewtongameDynamics :: Release 1.0
Veleran, why not just make the wall or bookcase a model and animate it to explode from with in the world editor? You can even use the destroyable model entity to make the model disappear after it explodes.