Frictional Games Forum (read-only)
Custom Models Crashing Game - 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)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Custom Models Crashing Game (/thread-11450.html)



Custom Models Crashing Game - Krymtel - 11-21-2011

Hi guys,

Recently I've been working on a mod and have tried importing custom models into my map. The first model I replaced was the laudanum model. I replaced it with a painkiller bottle. The game crashed every time I looked at the painkillers then looked away. I figured out after a while that all I had to do was lower the size of the model in the Model Editor and scale it up in the Level Editor. I tried the same thing when I tried to replace the lantern model in game, yet every time I look at it the game crashes, no matter what I do with model sizes and everything. The hpl.log file that's generated by the game cannot be updated due to the suddenness of the crash, so all I could salvage from it was the attached .log file. I doubt it'll help much, but I would like to have some advice or anything. Here's the .log file [attachment=2246]

Thanks


*EDIT*


Turns out when I saved the model, there were invisible artifacts left behind that would make the game crash when looked at in-game. All I had to do was move them very far away from the actual model (and I mean very very far away.) Thanks for the help.





RE: Custom Models Crashing Game - Krymtel - 11-21-2011

Oh and this is the "Exception Reason" I'm getting when the BlackBox shows up.

Amnesia.exe caused an EXCEPTION_ACCESS_VIOLATION in module Amnesia.exe at 0023:0055B 384


RE: Custom Models Crashing Game - Your Computer - 11-21-2011

I think we'd be able to help you better if you attached the custom entity. What 3D modeling program did you use to create the mesh?


RE: Custom Models Crashing Game - Krymtel - 11-22-2011

(11-21-2011, 08:48 PM)Your Computer Wrote: I think we'd be able to help you better if you attached the custom entity. What 3D modeling program did you use to create the mesh?
Would you want the .ent file or .dae file? And I used Maya 2010 64 bit.


RE: Custom Models Crashing Game - Your Computer - 11-22-2011

(11-22-2011, 05:13 AM)Krymtel Wrote: Would you want the .ent file or .dae file? And I used Maya 2010 64 bit.

Everything that makes up the entity (e.g. .ent file, .dae file, textures, etc).


RE: Custom Models Crashing Game - Krymtel - 11-22-2011

(11-22-2011, 05:16 AM)Your Computer Wrote:
(11-22-2011, 05:13 AM)Krymtel Wrote: Would you want the .ent file or .dae file? And I used Maya 2010 64 bit.

Everything that makes up the entity (e.g. .ent file, .dae file, textures, etc).
Here you go.


RE: Custom Models Crashing Game - Krymtel - 11-22-2011

Figure anything out yet?