"Lobby" menus discussion / Pause menu research

Thank god I’m working from home :slight_smile:

Update

  • Fixed header text distortion. It was caused by some weird boolean in SET_HEADER_TITLE that the scripts always refered as ‘true’…it should have been false.

  • Found a way to remove the player details at top-right, using “SHOW_HEADING_DETAILS”.

  • Found " SET_HEADING_DETAILS()" that let’s you modify the cash, time and player name at top right, but keep in mind that the game will re-update this almost immediately… so it’s only useful if you have fixed time.

  • FINALLY GOT THE DETAILS CARD WORKING! It uses “SET_COLUMN_TITLE” to set up… but honestly I haven’t found any reliable params for it, so I’m just throwing random variables and see what sticks.
    That Warning at the bottom works on the same scaleform.

5 Likes