dts shape version
by Jan · in Torque 3D Beginner · 03/01/2018 (3:37 am) · 1 replies
Hello,
sorry for my bad english.
How can i change the .dts shape version an how can i convert a .dae file into a .dts file
ERRR 2018-03-01 11:49:19.887 {} <> [60674] Error: attempt to load a version 28 dts-shape, can currently only load version 26 and before.
ERRR 2018-03-01 11:49:19.887 {} <> [60674] Resource<TSShape>::create - Error reading 'art/Models/3D/addon/MedievalTavern/MedievalTavern.dae'
ERRR 2018-03-01 11:49:19.887 {} <> [60674] TSStatic::_createShape() - Unable to load shape: artModels3DaddonMedievalTavernMedievalTavern.dae
ERRR 2018-03-01 11:49:19.887 {} <> [60674] TSStatic::onAdd() - Shape creation failed!
ERRR 2018-03-01 11:49:19.887 {} <> [60674] [line #1186] ComplexObject::_registerChildObject() - can't register child object
ERRR 2018-03-01 11:49:19.887 {} <> [60674] [line #1033] ComplexObject::_spawnShape() - can't register shape
ERRR 2018-03-01 11:49:19.887 {} <> [60674] ComplexObject::_spawnChildren() - can't spawn shape artModels3DaddonMedievalTavernMedievalTavern.dae
Is there anybody who could help me with this problem.
Thank you.
Thanks
sorry for my bad english.
How can i change the .dts shape version an how can i convert a .dae file into a .dts file
ERRR 2018-03-01 11:49:19.887 {} <> [60674] Error: attempt to load a version 28 dts-shape, can currently only load version 26 and before.
ERRR 2018-03-01 11:49:19.887 {} <> [60674] Resource<TSShape>::create - Error reading 'art/Models/3D/addon/MedievalTavern/MedievalTavern.dae'
ERRR 2018-03-01 11:49:19.887 {} <> [60674] TSStatic::_createShape() - Unable to load shape: artModels3DaddonMedievalTavernMedievalTavern.dae
ERRR 2018-03-01 11:49:19.887 {} <> [60674] TSStatic::onAdd() - Shape creation failed!
ERRR 2018-03-01 11:49:19.887 {} <> [60674] [line #1186] ComplexObject::_registerChildObject() - can't register child object
ERRR 2018-03-01 11:49:19.887 {} <> [60674] [line #1033] ComplexObject::_spawnShape() - can't register shape
ERRR 2018-03-01 11:49:19.887 {} <> [60674] ComplexObject::_spawnChildren() - can't spawn shape artModels3DaddonMedievalTavernMedievalTavern.dae
Is there anybody who could help me with this problem.
Thank you.
Thanks
Torque Owner Jeff Raab
[ghc]games
Due to formatting changes of the data, there isn't really any easy way to update older versions of DTS files that I'm aware of.
For the loading of a DAE, as long as the file is valid, it should load in and generate a cached.dts file automatically the first time it's loaded. Going off your log there, it's having some sort of issue loading the shape.
Are you able to import the collada file into, say, blender, and confirm that it looks to be formatted correctly? The first thing we'll want to do is make sure the file isn't corrupted in any way.
Also, feel free to hop over to the new forums: forums.torque3d.org/. We're more active over there currently, so response times'll be better :)
Also feel free to join the discord channel: discord.gg/qdAZxT4 if you want to talk to people directly. I'm sure we'll be able to figure out the problems you're having so you can get back to making stuff :D