2007-05-27 21:56:40 +00:00
|
|
|
INSERT INTO config_configvalue VALUES(1,'site_name','Evennia Test Site');
|
2007-05-27 22:06:12 +00:00
|
|
|
INSERT INTO config_configvalue VALUES(2,'player_dbnum_start','2');
|
|
|
|
|
INSERT INTO config_configvalue VALUES(3,'money_name_plural','Credits');
|
|
|
|
|
INSERT INTO config_configvalue VALUES(4,'money_name_singular','Credit');
|
|
|
|
|
INSERT INTO config_configvalue VALUES(5,'game_firstrun','1');
|
|
|
|
|
INSERT INTO config_configvalue VALUES(6,'idle_timeout','1800');
|
2007-08-07 16:52:47 +00:00
|
|
|
INSERT INTO config_configvalue VALUES(7,'default_home','2');
|
2007-10-27 03:25:42 +00:00
|
|
|
INSERT INTO config_configvalue VALUES(8,'connect_screen','
|
|
|
|
|
%%ch%%cb==================================================================%%cn
|
|
|
|
|
Welcome to Evennia! Please type one of the following to begin:
|
|
|
|
|
|
|
|
|
|
If you have an existing account, connect to it by typing:
|
|
|
|
|
%%chconnect <email> <password2>%%cn
|
|
|
|
|
If you need to create an account, type (without the <>''s):
|
|
|
|
|
%%chcreate "<username>" <email> <password>%%cn
|
|
|
|
|
%%ch%%cb==================================================================%%cn
|
|
|
|
|
');
|