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" )
|
Include.File( "Routines" )
|
||||||
|
|
||||||
_TraceOn = false
|
_TraceOn = true
|
||||||
_TraceClass = {
|
_TraceClass = {
|
||||||
--DATABASE = true,
|
DATABASE = true,
|
||||||
--SEAD = true,
|
--SEAD = true,
|
||||||
--DESTROYBASETASK = true,
|
--DESTROYBASETASK = true,
|
||||||
--MOVEMENT = true,
|
--MOVEMENT = true,
|
||||||
SPAWN = true,
|
--SPAWN = true,
|
||||||
GROUP = true,
|
--GROUP = true,
|
||||||
UNIT = true,
|
--UNIT = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
BASE = {
|
BASE = {
|
||||||
|
|||||||
@ -804,7 +804,7 @@ function DATABASE:ScoreOpen()
|
|||||||
if not self.StatFile then
|
if not self.StatFile then
|
||||||
error( "Error: Cannot open 'Player Scores.csv' file in " .. lfs.writedir() )
|
error( "Error: Cannot open 'Player Scores.csv' file in " .. lfs.writedir() )
|
||||||
end
|
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")
|
self.RunID = os.date("%y-%m-%d_%H-%M-%S")
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user