Right now, on my 1.12.1 private server, i'm trying to find out how to add models to the login screen. Does anyone know how to do this? If so, please let me know. Thanks in advance.![]()
Right now, on my 1.12.1 private server, i'm trying to find out how to add models to the login screen. Does anyone know how to do this? If so, please let me know. Thanks in advance.![]()
So the entire before-game interface is coded in Lua & XML using the normal WoW addon API and a few additional functions. It can be found inside the MPQ files in the Interface/GlueXML/ folder. The Interface/FrameXML/ folder is for all the in-game interface stuff.
These files are checked for modifications by the client to ensure they match Blizzard's file integrity. You will have to disable this check in the WoW.exe binary - there are lots of guides and programs for this, e.g: https://www.ownedcore.com/forums/wor...n-remover.html ([Repost] SIG & MD5 Protection Remover)
Changing the login screen involves primary editing the AccountLogin.lua file and changing the M2's loaded. There is a good tool + guide for this using 3.3.5a, the API is similar but not exactly the same for 1.21.1: [RELEASE] Easy Loginscreen
You can make complex login screens if you can script. This is my favourite example: Loginscreen 4.0 - YouTube