mojo_client/bin/data/scp/gui_login_text.scp
false_genesis 76ebbe5cf3 * rewrote the SCP data storage. note that all database files must now be placed in a directory added with "AddDBPath <path>" and must contain a #dbname tag. the db now converts SCP (text) to SCC (binary) files, which increases access speed a lot. also less RAM used in most cases.
* replaced "LoadSCP" func with "LoadDB <dbname>" (different syntax!); removed all other scp db related funcs except "getscpvalue"
* the GUI can now show texts stored in databases
* added displaying status to SceneLogin
* misc fixes/cleanups
2008-04-19 23:45:37 +00:00

26 lines
615 B
Plaintext

#dbname=gui_login_text
// check src/Client/GUI/SceneData.h for the fields/numbers.
// this file covers the texts for SceneLogin.
// connection info
[1]
0=Not connected.
1=Connecting...
2=Could not connect.
3=Account does not exist!
4=Account is already connected!
5=Wrong game version. (Try to set a different version info in PseuWoW.conf)
6=Logging in...
7=Authenticating...
8=Authentication failed! (Wrong password?)
9=Requesting realmlist...
10=Unknown error!
11=Incoming file transfer.
// msgbox texts. 0: header 1:body
[2]
0=Oh noes!
1=You have to enter account name and password!