Hmm. I just decided to give the UGX mod a try and I seem to still be getting this issue with the Start Game button and the Save & Close button being missing. I tried this fix but it is still not there.
Is anyone else still getting this? I am unable to start the game or return to the menu from the UGX settings menu.
Btw this is on a fresh install of the mod-tools on my new PC.
It seems to be because the Weapon Bob Dvar isn't set, it didn't happen to me on my main profile, but it happened on my alt and to several people who tried my map.
Even if I set it in UGX Options Page, it still doesn't save on my alt.
My fix was to just add this to my mapname.csc (can also loop players and set it in gsc):
if(isDefined(GetDvar("ugx_client_weaponbob")))
setClientDvar("ugx_client_weaponbob", "On");
The only issue is the weaponbob setting doesn't get set and so resets every time if it's not set, but I suppose that's better than having 50 people report they can't play. lol