Frictional Games Forum (read-only)
Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+--- Thread: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility (/thread-23058.html)

Pages: 1 2 3 4


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - PutraenusAlivius - 09-14-2013

(09-14-2013, 10:34 AM)Patrik Wrote: DAE and FBX files from 3D Max will be supported. There's still a bit of testing to be done so that we can make sure the new script stuff doesn't mess up old levels/saves, but it really shouldn't be long at all. We know you're waiting. Smile

why not Blender seriously


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - Traggey - 09-14-2013

(09-14-2013, 12:43 PM)JustAnotherPlayer Wrote:
(09-14-2013, 10:34 AM)Patrik Wrote: DAE and FBX files from 3D Max will be supported. There's still a bit of testing to be done so that we can make sure the new script stuff doesn't mess up old levels/saves, but it really shouldn't be long at all. We know you're waiting. Smile

why not Blender seriously


Because Blender is barely used in the industry.


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - Tesseract - 09-14-2013

(09-14-2013, 10:34 AM)Patrik Wrote: DAE and FBX files from 3D Max will be supported. There's still a bit of testing to be done so that we can make sure the new script stuff doesn't mess up old levels/saves, but it really shouldn't be long at all. We know you're waiting. Smile

:O I'm dreaming! I will find you and ask you to marry me.

But seriously thank you for sharing the update with the community. Also, what is that blue fog effect in AMFP? It reminds me of some sort of post processing volume, much like in the UDK where different zones fade to different colours.


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - kojack - 09-14-2013

(09-12-2013, 05:58 PM)DamnNoHtml Wrote: but does anyone have a concrete date on when .3ds files will be compatible with the editor?
.3ds is actually a fairly poor format for games.
It has no vertex colours, no vertex specular colours, no normals (it only exposes smoothing groups), only one material per mesh, 16 bit vertex count and 1 set of 2d texture coordinates. Max has other formats that are better suited.


JustAnotherPlayer Wrote:why not Blender seriously
Blender does have collada export. I haven't tried it with the hpl editor though.
The .blend format is rather complicated. Exporting to an intermediate format like collada is going to be easier.
I only know of one game engine that supports blender files directly: Gamekit. It combines Ogre3D with Bullet and was created by the author of Bullet.

Assimp (open asset import library) comes with a tool that can load many formats (including .blend, .3ds, .dae, .obj, .lwo, and models from various games like quake series, halflife, etc) and convert them to .dae.

(Assimp is also a library. Add it to an engine or editor and it will gain around 41 file formats)


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - PutraenusAlivius - 09-14-2013

(09-14-2013, 01:51 PM)kojack Wrote:
JustAnotherPlayer Wrote:why not Blender seriously
Blender does have collada export. I haven't tried it with the hpl editor though.
The .blend format is rather complicated. Exporting to an intermediate format like collada is going to be easier.
I only know of one game engine that supports blender files directly: Gamekit. It combines Ogre3D with Bullet and was created by the author of Bullet.

Assimp (open asset import library) comes with a tool that can load many formats (including .blend, .3ds, .dae, .obj, .lwo, and models from various games like quake series, halflife, etc) and convert them to .dae.

(Assimp is also a library. Add it to an engine or editor and it will gain around 41 file formats)

What no, I'm saying that Blender should be compatible with the HPL Engine. We Blender users can't rig/animate our models because the HPL Engine would freakout like a maniac and crashes.


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - Patrik - 09-14-2013

(09-14-2013, 12:43 PM)JustAnotherPlayer Wrote: why not Blender seriously

I can understand the frustration. The thing is, we're not doing anything new with this update, only porting the AMFP model loading code. If TCR had been using Blender and not 3D Max, then the update would support Blender instead. Undecided


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - DamnNoHtml - 09-14-2013

(09-14-2013, 10:34 AM)Patrik Wrote: DAE and FBX files from 3D Max will be supported. There's still a bit of testing to be done so that we can make sure the new script stuff doesn't mess up old levels/saves, but it really shouldn't be long at all. We know you're waiting. Smile

Appreciate the update!


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - PutraenusAlivius - 09-15-2013

(09-14-2013, 03:35 PM)Patrik Wrote:
(09-14-2013, 12:43 PM)JustAnotherPlayer Wrote: why not Blender seriously

I can understand the frustration. The thing is, we're not doing anything new with this update, only porting the AMFP model loading code. If TCR had been using Blender and not 3D Max, then the update would support Blender instead. Undecided

Oh. Well, that's reasonable. But I think FG should account the people that uses Blender, even if the amount is so small.


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - Rapture - 09-15-2013

If they did take a closer look at Blender, I might be actually tempted to seriously consider animating. Rigging is a bit confusing as their are about 40 things that can go wrong and their aren't exactly detailed enough tutorials to account for each one and how to fix. But I'd like to use my basic rigs to do some stupid dances to export into Amnesia.


RE: Definitive date for updated Level Editor / AMFP Assets / .3ds compatibility - Your Computer - 09-15-2013

If FBX is going to be supported, even if 3DSMax was used as a reference, we might be able to do something with Blender's FBX exporter. (If only this was more than wishful thinking!) Hopefully, something useful can be managed.