Add A column in ScoreTable
Posted: 28 May 2014, 15:58
Hi,
I want to add a new column in the Score table ( add best lap time)
I try with modifiy ScoresTables2.Script.txt , i add in CreateCol() in the switch the case LibST_TMBestLapTime, this work nice, but if there is an update it will be erased, so how to do this, within modify Score2Tables.Script.txt
------------------------------------------
Bonjour,
Je voudrais ajouter une colonne BestLap dans le tableau des scores.
J'ai essayé en modifiant ScoresTables2.Script.txt, j'ai ajouté dans CreateCol() dans le switch le cas LibST_TMBestLapTime cela marche tres bien, on recupere bien la colonne dans le jeu, par contre des qu'il va y avoir une mise a jour, la modification va etre effacée. Comment faire cet ajout sans modifier Score2Tables.Script.txt
(ou alors le mettre par defaut dedans a la nouvelle mise à jour)
I want to add a new column in the Score table ( add best lap time)
I try with modifiy ScoresTables2.Script.txt , i add in CreateCol() in the switch the case LibST_TMBestLapTime, this work nice, but if there is an update it will be erased, so how to do this, within modify Score2Tables.Script.txt
------------------------------------------
Bonjour,
Je voudrais ajouter une colonne BestLap dans le tableau des scores.
J'ai essayé en modifiant ScoresTables2.Script.txt, j'ai ajouté dans CreateCol() dans le switch le cas LibST_TMBestLapTime cela marche tres bien, on recupere bien la colonne dans le jeu, par contre des qu'il va y avoir une mise a jour, la modification va etre effacée. Comment faire cet ajout sans modifier Score2Tables.Script.txt
(ou alors le mettre par defaut dedans a la nouvelle mise à jour)