Member
Last active 9 years ago
I installed the new.dll, turned on perfmon and did not receive war room updates, nor did I receive any new data in ALive.log to post here
Sure !! I will let you know tomorrow how it goes
No, Thank you for your patience and help. I LOVE your mod btw :)
Performed requested Action. http://pastebin.com/ftwekcSX
Can confirm Mission,stats,and live feed are now registering on the war room !!!!
ok finally generating !!! here is the AliveServer.log http://pastebin.com/tGznNjt3
ok apparently they changed the file path w/o bothering to tell me. NLog.cfg looks like this now :
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<targets async="true">
<target name="File"
xsi:type="File"
fileName="C:\games\108_61_100_154_2302\1187699\arma3\AliveServer.log"
layout="${date} ${level} ${message}${onexception:inner=${newline}${exception:format=tostring}}"
keepFileOpen="true"
openFileCacheTimeout="60"
archiveFileName=""
archiveEvery="Day"
archiveNumbering="Rolling"
maxArchiveFiles="7"
/>
</targets>
<rules>
<logger name="*" writeTo="File"/>
</rules>
</nlog>
I am still getting no aliveserver.log anywhere
so far they have only told me that my server can write anywhere on my FTP directory. but failed to explain how i would go about doing this. The ticket has now been open for 34 hours :/
Thanks for the info I will contact them.
just to recap I am using a hosted server from gameservers.com
/sigh ... ok I changed write location to fileName="F:\Program Files (x86)\Steam\SteamApps\common\Arma 3\AliveServer.log"
Still nothing shows up