This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: How to modify Login Screen 3.3.5a without autoupdate  (Read 1648 times)

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
How to modify Login Screen 3.3.5a without autoupdate
« on: September 20, 2014, 12:08:38 pm »
I have modified my Loginscreen with different changes.

However I couldn't find a solution to prevent the client to start autoupdates if you enter an e-mail account name instead of a normal account name (without '@').

Couldn't find anything in the Lua scripts. May somebody know a hint ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: How to modify Login Screen 3.3.5a without autoupdate
« Reply #1 on: September 20, 2014, 12:28:31 pm »
is hardcoded behavior of BattlenetLogin. You can prevent it by filtering usernames with @ before DefaultServerLogin().
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: How to modify Login Screen 3.3.5a without autoupdate
« Reply #2 on: September 20, 2014, 03:23:15 pm »
Good idea, thanks  :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »