[EXTENSION] DX log-timestamp

In the title I call it extension, because it's no normal mod in the first place.
The mod is useful for server hosts, that want to know, at which time what log message was logged.
That looks like this.
The installation is easy.
Unpack the dll file into the DeusEx\System folder.
Open your server's ini file (normally deusex.ini), goto the section
find this line
add a ; in front of that line and add the following line below this line
Save the ini file, start a server and there you go!
The mod is useful for server hosts, that want to know, at which time what log message was logged.
That looks like this.
- Code: Select all
[02:36:52] Log: Loading: Package DualMP5k
[02:36:52] Log: Spawning: IpDrv.UdpBeacon
[02:36:52] Log: Spawning: DXIpServer.DXUdpServerQuery101
[02:36:52] Log: Loading: Package DXIpServer
[02:36:52] Log: Spawning: IpServer.UdpServerUplink
[02:36:52] Log: Spawning: IpServer.UdpServerUplink
The installation is easy.
Unpack the dll file into the DeusEx\System folder.
Open your server's ini file (normally deusex.ini), goto the section
- Code: Select all
[Engine.Engine]
find this line
- Code: Select all
GameEngine=DeusEx.DeusExGameEngine
add a ; in front of that line and add the following line below this line
- Code: Select all
GameEngine=DXLogTimeStamp.LTSEngine
Save the ini file, start a server and there you go!