Frictional Games Forum (read-only)
Maps wont load if there is a corpse_male in there - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+--- Thread: Maps wont load if there is a corpse_male in there (/thread-5372.html)



Maps wont load if there is a corpse_male in there - Hooumeri - 11-08-2010

I was messing around with the corpse_male files, but after that I replaced the modified ones with the correct files.

Now what happens is, when I open a corpse_male in the level editor, it shows this:

[attachment=813]
[attachment=814]

and the game gives this

[attachment=815]

but the model viewer can show the corpse male like normally


RE: Maps wont load if there is a corpse_male in there - Everlone - 11-08-2010

check out the .mat file.it could be the problem.


RE: Maps wont load if there is a corpse_male in there - Hooumeri - 11-08-2010

(11-08-2010, 07:50 PM)Everlone Wrote: check out the .mat file.it could be the problem.

it says:

Code:
<Material>
    <Main DepthTest="True" PhysicsMaterial="Default" Type="SolidDiffuse" />
    <TextureUnits>
        <Diffuse AnimFrameTime="" AnimMode="" File="corpse_male.dds" Mipmaps="true" Type="2D" Wrap="Repeat" />
        <NMap AnimFrameTime="" AnimMode="" File="corpse_male_nrm.dds" Mipmaps="true" Type="2D" Wrap="Repeat" />
        <Specular AnimFrameTime="" AnimMode="" File="corpse_male_spec.dds" Mipmaps="true" Type="2D" Wrap="Repeat" />
    </TextureUnits>
    <SpecificVariables>
        <Var Name="HeightMapScale" Value="0.05" />
        <Var Name="HeightMapBias" Value="0" />
        <Var Name="FrenselBias" Value="0.2" />
        <Var Name="FrenselPow" Value="8" />
    </SpecificVariables>
</Material>