Page 1 of 1

[Solved] ACE not creating player join logs

Posted: Mon Nov 04, 2019 5:43 pm
by UT Sniper (SJA94)
I have the default install of 1.1d, and ACE is not creating player join logs.

Is there a setting I need to change to get this working?




Type of join log I'm talking about:

Code: Select all

[ACEv11d]: PlayerName.....: Ooper
[ACEv11d]: PlayerIP.......: 192.168.0.12
[ACEv11d]: OS.............: Microsoft Windows 10 x64 (Version 10.0.18362)
[ACEv11d]: CPU............: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
[ACEv11d]: CPUSpeed.......: 5102.995605 Mhz
[ACEv11d]: NICDesc........: Intel(R) Ethernet Connection (2) I219-V
[ACEv11d]: MACHash1.......: 
[ACEv11d]: MACHash2.......: 
[ACEv11d]: HWID...........: 
[ACEv11d]: GameVersion....: 436
[ACEv11d]: Renderer.......: OpenGLDrv.OpenGLRenderDevice
[ACEv11d]: SoundDevice....: Galaxy.GalaxyAudioSubsystem


I got it working in the end, I had to change a few lines that wasn't mentioned in the readme(or me being stupid and missed them):

[ACEv11d_S.ACEActor]

Code: Select all

bExternalLog=true
bExternalLogJoins=true
JoinLogPath=../Logs/
JoinLogPrefix=[ACE-PLAYER]

Re: [Solved] ACE not creating player join logs

Posted: Thu Nov 07, 2019 8:38 pm
by 3itch_fi
For me stuff gets logged to server log specified in startup script but sometimes some players report empty values just like in your example.

Re: [Solved] ACE not creating player join logs

Posted: Thu Nov 07, 2019 11:48 pm
by UT Sniper (SJA94)
The values are not empty, I removed them :P That wasn't the problem I wanted my server to log player joins to files, I had to change the variables for it to work.