User Details
User Details
- User Since
- Aug 18 2021, 11:52 PM (170 w, 3 d)
Oct 24 2024
Oct 24 2024
nxck69_ updated the task description for T185777: Missing Information & Log inconsistency - Player Restricted Area Teleports.
Apr 6 2024
Apr 6 2024
nxck69_ changed Severity from severity:major to severity:none on T180363: Missing Tent Location - Tent placement logs.
nxck69_ renamed T180363: Missing Tent Location - Tent placement logs from Missing Logs - Tent placements to Missing Tent Location - Tent placement logs.
Mar 11 2024
Mar 11 2024
Feb 25 2024
Feb 25 2024
Jan 30 2024
Jan 30 2024
nxck69_ added a comment to T177158: Log inconsistency - quotes around player names.
if ( identity ) // return partial message even if it fails to fetch identity { //return "Player \"" + "Unknown/Dead Entity" + "\" (id=" + "Unknown" + " pos=<" + m_PosArray[0] + ", " + m_PosArray[1] + ", " + m_PosArray[2] + ">)"; m_PlayerName = "\"" + identity.GetName() + "\""; m_Pid = identity.GetId(); } else { m_PlayerName = player.GetCachedName(); // should be "\"" + player.GetCachedName() + "\"" m_Pid = player.GetCachedID(); }
in pluginadminlog.c the quotes are missing in the else statement when getting the cachedname
nxck69_ added a comment to T176940: Suicide Log Inconsistency.
are there any news regarding this?
nxck69_ added a comment to T178774: Log file bug - not creating new log on restart.
Also shows the other issue that some flag names are displayed as Flag_Base
Jan 29 2024
Jan 29 2024
nxck69_ added a comment to T175786: Incorrect info about type (flag name) in log file.
any update?
Nov 14 2023
Nov 14 2023
Nov 9 2023
Nov 9 2023
Nov 8 2023
Nov 8 2023
nxck69_ added a comment to T175786: Incorrect info about type (flag name) in log file.
Is there any updated on this as it still seems to affect a couple flags such as the Snake, Refugee and RSTA flags
Oct 20 2023
Oct 20 2023
nxck69_ added a comment to T174730: Inconsistency in logs..
Also another thing that causes issues sometimes is that the server sometimes does‘t create a new log file after a restart resulting in a 30mb log file with 30 logs in the same file for active servers
Sep 2 2023
Sep 2 2023
nxck69_ added a comment to T174730: Inconsistency in logs..
Tripwire and campfire placements are not logged anymore since 1.22
Aug 29 2023
Aug 29 2023
nxck69_ updated the task description for T175016: Logfile missing information.
nxck69_ updated the task description for T175016: Logfile missing information.
May 29 2023
May 29 2023
Apr 20 2023
Apr 20 2023
nxck69_ updated the task description for T171714: Console Server Logfiles - Adding Position to Connection and Disconnection Log Events.