[Solved] ACE not creating player join logs

Post Reply
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 753
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England
Contact:

[Solved] ACE not creating player join logs

Post 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]
3itch_fi
Novice
Posts: 11
Joined: Fri Jun 21, 2019 11:44 am

Re: [Solved] ACE not creating player join logs

Post 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.
Image
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 753
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England
Contact:

Re: [Solved] ACE not creating player join logs

Post 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.
Post Reply