Player GUI - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: SOMA (https://www.frictionalgames.com/forum/forum-55.html) +--- Forum: User created content (https://www.frictionalgames.com/forum/forum-79.html) +---- Forum: Development (https://www.frictionalgames.com/forum/forum-82.html) +---- Thread: Player GUI (/thread-53513.html) |
Player GUI - SleeperCell - 01-22-2017 I would like to know how to create GUI by temporarily disabling the player and having the mouse appear on the screen (like the players camera is a terminal). Thanks in advance! RE: Player GUI - Abion47 - 01-22-2017 You can do this by creating a user module. Its OnGui function is basically the same as a terminal's, except it draws to the screen directly. I believe there is a tutorial on how to make a custom module on the wiki. RE: Player GUI - SleeperCell - 01-22-2017 (01-22-2017, 12:57 AM)Abion47 Wrote: You can do this by creating a user module. Its OnGui function is basically the same as a terminal's, except it draws to the screen directly. I believe there is a tutorial on how to make a custom module on the wiki. I'll look into it, thanks for the answer! |