I'm trying to add in custom lobby options and can't seem to figure it out.
I've tried the following:
* /lua/ui/lobby/lobbyoptions.lua (doesn't get called)
* /hook/lua/ui/lobby/lobbyoptions.lua (doesn't get called)
* /SCHOOK/lua/ui/lobby/lobbyoptions.lua (doesn't get called)
* /lua/ui/lobbyoptions.lua (doesn't get called)
* /lua/lobbyoptions.lua (doesn't get called)
* /lua/AI/LobbyOptions/lobbyoptions.lua (IS called, but can only add to AIOpts and not globalOpts) (Why does this get called??)
* /lua/LobbyOptions/lobbyoptions.lua (doesn't get called)
Where do I need to put this file for it to be called, and have access to globalOpts? PhantomX puts it under /phantomxhook/lua/ui/lobby/lobbyoptions.lua and it gets called there, how?