Frictional Games Forum (read-only)
WTF? - 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: WTF? (/thread-23972.html)



WTF? - Icaab2608 - 11-29-2013

I come on your level in the editor, and it's happening is this crap with static objects:
[img][Image: bandicam20_2346514_9903462.jpg][/img]
WHY?Huh


RE: WTF? - ingedoom - 11-29-2013

You're not giving us much to work with. Could you please make a better description of your problem than just a line of gabbeligoo and some random picture?
Also make the subject more descriptive than just "WTF?"


Thanks


RE: WTF? - WALP - 11-29-2013

you came on the level?

sorry I almost had to.

On topic all I can think of might be that you have static_objects that were placed with snapping off, and then moved with snapping on causing the offset

The textures seem to be experiencing what I have personally nicknamed the jesus on the wall bug, which swaps out the textures of objects as you look and move around. The cause for it for me was simply an incorrectly named texture so it did not point properly. And thus amnesia was just using the textures from the surroundings as it could not find the right one.
If the wrong textures that are being shown incorrectly are from objects showing correctly in other parts of the level, then you are most likely experiencing this bug.

This is all I can give you based on the image


RE: WTF? - Icaab2608 - 11-30-2013

(11-29-2013, 04:44 PM)The Mug Wrote: you came on the level?

sorry I almost had to.

On topic all I can think of might be that you have static_objects that were placed with snapping off, and then moved with snapping on causing the offset

The textures seem to be experiencing what I have personally nicknamed the jesus on the wall bug, which swaps out the textures of objects as you look and move around. The cause for it for me was simply an incorrectly named texture so it did not point properly. And thus amnesia was just using the textures from the surroundings as it could not find the right one.
If the wrong textures that are being shown incorrectly are from objects showing correctly in other parts of the level, then you are most likely experiencing this bug.

This is all I can give you based on the image
What?


RE: WTF? - Kreekakon - 11-30-2013

Can you give us a more detailed description of what your current problem is? Because honestly speaking, I don't think it's all that easy to tell just from the picture you posted.


RE: WTF? - DnALANGE - 11-30-2013

Maybe...
I've had smthing like this.. not the same but.. looked like it..
Do you have made any changes inside entities or Static object?
You maybe wanted to create you own entities ot change the Original ones?
And that didnt really worked out..
OR, you have been trying tio change values in a .ent \ .dea \ .mat?
-
As far as we \ i can see, it's that your walls are loading another .mat { .mat = material file }
You have messed up that specific wall\ or maybe more?
Can you tell us if you changed stuff yourself?


RE: WTF? - Icaab2608 - 12-01-2013

(11-30-2013, 07:29 PM)DnALANGE Wrote: Maybe...
I've had smthing like this.. not the same but.. looked like it..
Do you have made any changes inside entities or Static object?
You maybe wanted to create you own entities ot change the Original ones?
And that didnt really worked out..
OR, you have been trying tio change values in a .ent \ .dea \ .mat?
-
As far as we \ i can see, it's that your walls are loading another .mat { .mat = material file }
You have messed up that specific wall\ or maybe more?
Can you tell us if you changed stuff yourself?
Thanks, but I already understood.