How do I make static objects fade? - 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: How do I make static objects fade? (/thread-53622.html) |
How do I make static objects fade? - goodcap - 03-10-2017 let's say I would like to have the player be in a room and all of a sudden everything slowly dissappears and the player is in a black abbys. How would I make this possible? :3 RE: How do I make static objects fade? - Mudbill - 03-10-2017 SetPropActiveAndFade should do the trick, but you may have to convert your static objects into entities via the Model Editor first. |