Frictional Games Forum (read-only)

Full Version: Applying different material to existing model.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to apply a material (orbpiece_crimson.mat) to an existing model (orb_6_of_6.ent) and save it as a new model (orb_red.ent) for use in a Custom Story. The material is applied when in the Model Editor, but when I hit "Start Model Test", the default material is shown for orb_6_of_6. The default material is also applied in the Level Editor and Model Viewer.

Does anybody know how to do this correctly? All I want is a shiny red orb. Tongue

Thanks,
Cyfiawn
You need to edit the DAE file that represents the object and tell it to reference a different image. Then make the MAT file point to that new image bearing the same name as the image and then the game should apply the new MAT file to it automatically (assuming you saved the DAE file with a different name).