Pages

Remove Login Screen Button Battle of the Immortals

[TUT] How to get rid of login screen "pay" and "register" buttons
I still haven't found a way to change the links on the login screen so I came up with this temporary solution.

One of the ways to remove the "charge" and "register" buttons from the startup screen I found is explained below.
I believe there is a much better way and it would be good if someone would suggest one below.

Use a hex editor to open Client/UI/Server_selection.UI and look for a text string "Register".
Replace it with "Exit...." so it becomes "ID_BUTTON_Exit...." and save.

Open Client/UI/Game_Signin.UI and look for "Pay". Replace it so it becomes "Exit".
Find "ID_BUTTON_Register" and replace it with "ID_BUTTON_Exit...."

The pay button will completely disappear and the register button will become a non functional empty button.

Not fully tested: you can also change the "Common\source_button_bule.tga" part under the "ID_BUTTON_Register" with a new transparent image to make the button invisible. I should mention this many not work because it seems like you need to replace some button click images also, but this is just to give you the right direction on where to start testing.

UI.zip

Monarch
Ragezone