![]() |
Script question regarding UI [SOLVED] - 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Script question regarding UI [SOLVED] (/thread-5063.html) |
Script question regarding UI [SOLVED] - Neurological - 10-15-2010 It is possible to hide the hud icons via scripting? I've done a little cinematic where you have to interact with something then the player can't move but only watch the little cutscene, the problem is that I can't get rid of the hand icon on the interactive object even if the player is not acive. RE: Script question regarding UI - Pandemoneus - 10-15-2010 void ShowPlayerCrossHairIcons(bool abX); ![]() RE: Script question regarding UI - Neurological - 10-15-2010 Thank you, found now on the wiki. I've to remember to doublecheck things before posting ![]() RE: Script question regarding UI [SOLVED] - Equil - 01-11-2011 I have a question regarding a similar problem. Is there a function to set cinematic lines? Like in a cut-scene where black lines come from the top and bottom of the screen, like a wide screen view. RE: Script question regarding UI [SOLVED] - Frontcannon - 01-11-2011 (01-11-2011, 11:25 AM)Equil Wrote: I have a question regarding a similar problem. Frictional actually focused on never using any 'cinematic' devices that take control away from the player, so no. RE: Script question regarding UI [SOLVED] - DIGI Byte - 01-12-2011 (01-11-2011, 05:22 PM)Frontcannon Wrote:(01-11-2011, 11:25 AM)Equil Wrote: I have a question regarding a similar problem. you.... COULD fake it... It's possible... |