A common question from new players is if it's possible to get rid of the ever-present, immovable "Become A Member" button. This mod removes that button and leaves everything else as the default UI.
All other elements of the UI will update normally through game patching; this mod will require no maintenance unless entirely new UI files are added by the game devs. If that happens, I'll update the mod.
----------------------------------------
Q: I use a different mod (InfoMaps, etc) which still includes this button and I want to get rid of it!
A: It's easy to do. Just go to your Vanguard\VGUIAssets\Shells\(UI name) directory, open Index.xml (in Notepad or another text editor) and find this line:
Code:
<Window filename="VGUITrialWnd.xml"/>
Either delete that line or comment it out like so:
Code:
<!--Window filename="VGUITrialWnd.xml"/-->
Congratulations, you are free of the upsell button.