mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed titles on scoring log.
and activated trace to try to resolve the getPlayerName() bug in MP.
This commit is contained in:
parent
9f46a66cad
commit
6bbc0c152d
@ -4,15 +4,15 @@
|
||||
|
||||
Include.File( "Routines" )
|
||||
|
||||
_TraceOn = false
|
||||
_TraceOn = true
|
||||
_TraceClass = {
|
||||
--DATABASE = true,
|
||||
DATABASE = true,
|
||||
--SEAD = true,
|
||||
--DESTROYBASETASK = true,
|
||||
--MOVEMENT = true,
|
||||
SPAWN = true,
|
||||
GROUP = true,
|
||||
UNIT = true,
|
||||
--SPAWN = true,
|
||||
--GROUP = true,
|
||||
--UNIT = true,
|
||||
}
|
||||
|
||||
BASE = {
|
||||
|
||||
@ -804,7 +804,7 @@ function DATABASE:ScoreOpen()
|
||||
if not self.StatFile then
|
||||
error( "Error: Cannot open 'Player Scores.csv' file in " .. lfs.writedir() )
|
||||
end
|
||||
self.StatFile:write( '"Run-ID";Time;"PlayerName";"ScoreType";"PlayerUnitCoaltion";"PlayerUnitCategory";"PlayerUnitType"; "PlayerUnitName";"TargetUnitCoalition";"TargetUnitCategory";"TargetUnitType";"TargetUnitName";Times;Score\n' )
|
||||
self.StatFile:write( '"RunID";"Time";"PlayerName";"ScoreType";"PlayerUnitCoaltion";"PlayerUnitCategory";"PlayerUnitType";"PlayerUnitName";"TargetUnitCoalition";"TargetUnitCategory";"TargetUnitType";"TargetUnitName";"Times";"Score"\n' )
|
||||
|
||||
self.RunID = os.date("%y-%m-%d_%H-%M-%S")
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user