Show
Ignore:
Timestamp:
11/19/08 13:25:33 (17 years ago)
Author:
yumileroy
Message:

[svn] * Changing text in various files to make it more Trinity Core-like, as well as fixing the grammar and understandability in certain files.
* Adding INSTALL file to root with Linux instructions.
* Renaming mangos.sql to world.sql until we figure another world database name (if we actually do, world seems fine to me).
* Updating config files with Trinity text instead of MaNGOS text.

Original author: XTZGZoReX
Date: 2008-10-10 12:19:38-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/trinitycore.conf.dist

    r19 r33  
    1 ##################################### 
    2 # MaNGOS Configuration file        # 
    3 ##################################### 
     1########################################## 
     2# Trinity Core worldd configuration file # 
     3########################################## 
    44ConfVersion=2008080101 
    55 
     
    1313#        Data directory setting. 
    1414#        Important: DataDir needs to be quoted, as it is a string which may contain space characters. 
    15 #        Example: "@prefix@/share/mangos" 
     15#        Example: "@prefix@/share/trinitycore" 
    1616# 
    1717#    LogsDir 
     
    4646DataDir = "." 
    4747LogsDir = "" 
    48 LoginDatabaseInfo     = "127.0.0.1;3306;root;mangos;realmd" 
    49 WorldDatabaseInfo     = "127.0.0.1;3306;root;mangos;mangos" 
    50 CharacterDatabaseInfo = "127.0.0.1;3306;root;mangos;characters" 
     48LoginDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;realmd" 
     49WorldDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;world" 
     50CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters" 
    5151MaxPingTime = 30 
    5252WorldServerPort = 8085 
     
    207207#    LogFile 
    208208#        Logfile name 
    209 #        Default: "Server.log" 
     209#        Default: "server.log" 
    210210#                 "" - Empty name disable creating log file 
    211211# 
     
    233233#    DBErrorLogFile 
    234234#        Log file of DB errors detected at server run 
    235 #        Default: "DBErrors.log" 
     235#        Default: "db_errors.log" 
    236236# 
    237237#    CharLogFile 
    238238#        Character operations logfile name 
    239 #        Default: "Char.log" 
     239#        Default: "characters.log" 
    240240#                 "" - Empty name disable creating log file 
    241241# 
     
    254254#    GmLogFile 
    255255#        Log file of gm commands 
    256 #        Default: "" (Disable) 
     256#        Default: "gm_commands.log" 
     257#                 "" - Empty name for disable 
    257258# 
    258259#    GmLogTimestamp 
     
    263264#    RaLogFile 
    264265#        Log file of RA commands 
    265 #        Default: "Ra.log"  
     266#        Default: "ra_commands.log"  
    266267#                 "" - Empty name for disable 
    267268# 
     
    279280LogLevel = 3 
    280281LogTime = 0 
    281 LogFile = "Server.log" 
     282LogFile = "server.log" 
    282283LogTimestamp = 0 
    283284LogFileLevel = 0 
     
    286287LogFilter_VisibilityChanges = 1 
    287288WorldLogFile = "world.log" 
    288 DBErrorLogFile = "DBErrors.log" 
    289 CharLogFile = "Char.log" 
     289DBErrorLogFile = "db_errors.log" 
     290CharLogFile = "characters.log" 
    290291CharLogTimestamp = 0 
    291292CharLogDump = 0 
    292 GmLogFile = "" 
     293GmLogFile = "gm_commands.log" 
    293294GmLogTimestamp = 0 
    294 RaLogFile = "" 
     295RaLogFile = "ra_commands.log" 
    295296LogColors = "" 
    296297 
     
    495496# 
    496497#    BeepAtStart 
    497 #        Beep at mangosd start finished (mostly work only at Unix/Linux systems) 
     498#        Beep at core start finished (mostly work only at Unix/Linux systems) 
    498499#        Default: 1 (true) 
    499500#                 0 (false) 
     
    536537Event.Announce = 0 
    537538BeepAtStart = 1 
    538 Motd = "Welcome to the Massive Network Game Object Server." 
     539Motd = "Welcome to a Trinity Core server." 
    539540 
    540541###################################################################################################################