Torque 3D Pro 1.1 and also GitHubs Torque 3D-master 1.2 MIT version does not write new Datablocks for HoverVehicleData
by Scott Warren · in Torque 3D Professional · 11/21/2012 (10:42 am) · 0 replies
Build: 1.1 Pro and T3D master 1.2
Platform: Windows Vista Ultimate 32 bit
Target: Editors
Issue: Creating a new datablock from existing datablock doe not create the datablock. ManagedDatablock.cs is not updated.
Making a new datablock from these, crashes the engine:
AITurretShapeData
TurretShapeData
Making a new datablock from these does not create a new datablock:
FlyingVehicleData
HoverVehicleData
ParticleEmitterData
PhysicsShapeData
PxMultiActorData
RigidShapeData
SFXMODProject
ShapeBaseImageData
VehicleData
WheeledVehicleData
I originally started out to make a HoverVehicleData datablock copy but when it didn't work I thought i'd check all the others to get a list of what actually does work and submit the list of those that do not.
I've looked at the managedDatablocks.cs but it doesn't get updated.
Maybe I am missing something along the way... perhaps I need to manually make these datablocks and add them?
Platform: Windows Vista Ultimate 32 bit
Target: Editors
Issue: Creating a new datablock from existing datablock doe not create the datablock. ManagedDatablock.cs is not updated.
Making a new datablock from these, crashes the engine:
AITurretShapeData
TurretShapeData
Making a new datablock from these does not create a new datablock:
FlyingVehicleData
HoverVehicleData
ParticleEmitterData
PhysicsShapeData
PxMultiActorData
RigidShapeData
SFXMODProject
ShapeBaseImageData
VehicleData
WheeledVehicleData
I originally started out to make a HoverVehicleData datablock copy but when it didn't work I thought i'd check all the others to get a list of what actually does work and submit the list of those that do not.
I've looked at the managedDatablocks.cs but it doesn't get updated.
Maybe I am missing something along the way... perhaps I need to manually make these datablocks and add them?