Jump to content

saindd

Members
  • Posts

    221
  • Joined

  • Last visited

Posts posted by saindd

  1. I prefer to use Bullet since it's open-source. Thanks for the links, i'll mess around with them!


    ps.: I heard that GMK adds ragdoll support. Is it related to Bullet somehow?

  2. I'm using the Bullet build to build my game and i'm curious about ragdoll physics. Is it possible to implement in T3D? Is it built into the engine or do we have to create something ourselves?

  3. I'm trying to create a weapon similar to this:



    I select the weapon and then i'm able to choose which item to place. Then, i can raycast and spawn the object on the raycast resulting vector. Right? This part is not so difficult. The difficult part is: how can i pre-render an object with a specific shader (semi-transparent, etc.) and then actually place it, running all it's logic? Also, how do i restrict where it can and cannot be placed (how do i detect if the model is overlapping another?)? What's the best way to do it?


    Also? How do i make it work in networking?

  4. I did saw the research and demos by Bill Vee on T3D and Polyvox, but since the engine already has terrain manipulation built-in, without voxels, i wanted to experiment doing those modifications instead. (which probably is just vertex displacement on a mesh, but where is it persisted to?)

  5. Has anyone tried to modify the player class attributes regarding speed, friction, etc and make the gameplay to feel a bit more like Q3? I tried playing with the values a little bit, and comparing the movement side by side, but my T3D pawn seems to move either too fast or too jerky. Maybe i'm missing something? Has anyone tried to mimick other player controllers? Which techniques did you use?

  6. What are the main scripts that handle character animation in the default T3D game code? I'm planning to replace the default soldier with custom rig and animations made by me, but i find it hard to locate exactly where the game controls which, when and how the animations are played. The same applied for the first-person weapon models.

  7. So where the engine applies Bullet? Character controllers only? Is Bullet or PhysX even supported in networking?


    Regarding vehicles... they use some kind of custom physics code? Is it possible to replace the vehicles with bullet vehicles? How hard would that be? Is the code highly coupled?

  8. Is Bullet the default physics engine? Or is it PhysX? Do the vehicles use the Bullet code for vehicles or a custom one? How can we compile the engine with Bullet support?

×
×
  • Create New...