Jump to content

Duion

Members
  • Posts

    1716
  • Joined

  • Last visited

Posts posted by Duion

  1. I only export as collada, since .dts is not supported, there are only really old exporters out there and I don't want to use the ancient blender version needed for it.

    But it is not the export process, since by default you only have one timeline in blender to animate on, if you want more, you need to make another scene or model, or use the action strip editor which can have multiple timelines, but no idea if they can be exported and interpreted well in the engine, I don't think anyone ever tried this.

  2. Roadmap of planned features for version 1.0.4.5:


    -Expand TG_BuildingSite map, change the building layout at some places making it more interesting and add some more structures, walls etc.

    -Model a series of BuildingSite props to populate the BuildingSite-map and for re-use in future levels.

    -Change TG_DirtPit level, optimizing weapon/ammo spawns, add some more cover, add some more spawn points more to the center, make the center more powerful

    -maybe activate AI players so people can play single player against bots

  3. Roadmap of planned features for version 1.0.4.5:


    -4 new maps for paintball, regular plain fields

    -4 sets of different paintball-cover models, that can be reused later by players to make their own map layouts

    -round-based teamplay gamemode, each team starts at one side, a few seconds countdown, round start and play until one team wins through eliminating all opponents.

  4. @chriscalef

    The question remains how the sequences got there, are they just renamed sequences that has been split up from the ambient sequence like frame 1-19, frame 20-30 etc or a list of animations exported to a single file and then combined again into one file.

  5. Each model can only have one sequence which is automatically named "ambient", if you want a different sequence you have to save it in a different file, you cannot have multiple in one file.

  6. There may be a way to do that, but I have not found it out so far or seen it somewhere else.

    The current animations in Torque are either exported into single animation files or used from the ambient timeline.

  7. You don't need "thousands" of animations, just one for each state. So you have one pose without weapon and one with weapon, this makes two.

    So you will have the root pose, which will be the position of the character without weapon, then you make another sequence called "weapon_root" or so, this will be the root when you holding that weapon, the animation will have the hands moved into place, nothing else and the rest of the animations are blended in from other sequences.

  8. You can disable it in total with the checkbox in the playerdata editor. I think the shadows are not part of the first person model, since they are projected into the whole game world and so are also visible in first person of course.

  9. You don't need animations for that at all, you don't blend hand animations with walk animations, since they are automatically blended, since you only animate the legs for walking and only the hands for aiming.

    In Torque you have "Head" and "Look" sequence, those define head movement and look direction, so you already have 3 animations that are blended into one or over other animations, look it up here: http://docs.garagegames.com/torque-3d/official/content/documentation/Artist%20Guide/Primer/torque_character_primer.html

×
×
  • Create New...