tera-log-server
Tera Log Server
Source files for Tera's retail LogServer
Project: tera-log-server
Contact:
You can reach out to us over...
E-Mail | Website | Twitch | Discord
Package Content
- Running reversed Log System
- Working with VALKYTEQ Tera servers
- Working with Retail Tera servers
- Working with Retail WebApp
- Working with VALKYTEQ WebApp Gateway
- Compatible with p92 / p100 / p104 / p115
Package Requirements
- Tera Server Environment
- Tera WebApp source
- Running Log DB
- Running Report DB
Package Configuration
LogServer Setup
Open /Bin/SeverConfig.xml
and set:
listen // listening port *
initListen // initial ports *
connect // max connections
initConnect // initial connections
threadNum // amount of threads **
* The LogServer can listen to multiple ports,
defined by 'listen' as starting port and
counting 'initListen' on top.
Example:
listen = 7501
initListen = 4
>> Open Ports: 7501, 7502, 7503, 7504, 7505
** The LogServer starts up 1 thread by default.
Increase this amount if you have big log files
or if you run multiple game sevrers.
Example:
threadNum = 4
>> Starts 5 Threads
Deployment Setup
Open /Bin/DeploymentConfig.xml
and set:
Listen:
port // Listening Port
SqlServer:
useConnectionString // True or False
server // Address or Hostname
database // Database table
uid // Database username
pwd // Database password
connectionString // Can left empty
BulkInsert
formatFile // Path to LogFormat.xml
chatformatFile // Path to LogFormatChat.xml
errorFile // Path to LogError.log
FileSharePlace
folder // Path to log fileshare
WebApp Setup
Open /Bin/LogInfoConfiguratorConfig.xml
and set:
TargetDBInfo
server // Address or Hostname
database // Database table
uid // Database username
pwd // Database password
real // Real time query
TargetFileInfo
xmlPath // Path to LogInfoEx.xml
generatorFileOfH // Path to LogWrapperEx.h
generatorFileOfCpp // Path to LogWrapperEx.cpp