Update Y-Graph v2.0:
Original template and New graph making tool.
Preview here
YGraph v2.0 Download
New my template Download
All in one Download (Y-Graph, YGraph autorun ver. LFSStatsv2.00, Original template)
============================
Future:
------------------------------------
- Pitstop and pitstop with tire change can be displayed.
- Personal best lap can be displayed.
- Fastest lap can be displayed.
- Highest climber can be displayed.
- Lap down finnish driver can be displayed in the dotted line.
- Anti-aliasinged position lines,and good visibility transparency lines.
- Support all LFSStats version, All languages specified in LFSStat.cfg
Change log:
-----------------------------------
v2.0
- All languages specified in LFSStat.cfg are supported.
- The default template of all LFSStats version is supported.
v1.5
- The error message was not displayed even if failing in reading HTML.
v1.1
- The graph output location was referred to from LFSStat.cfg.
- The output processing has quickened a little.
How to use:
-----------------------------------
1. Edit LFSStat.cfg.
2. Run LFSStats.exe.
/Manual Generate/
1. YGraph.exe is put on the same folder as your LFSStat.exe.
2. Run LFSStats.exe.
3. Run Y-Graph after LFSStats exported.
Misc:
-----------------------------------
YGraph uses 3 files that LFSStats exported.
***_results_race.csv
***_results_race.html
***_results_race_extended.tsv
The graph file is generated in output of race stat "/Graph/***_lbl.png".
(Rewrite old Graph Generated file "***_lbl.png")
ToDo:
-----------------------------------
-Race time progress Graph.
-Some elements are customizable.
The line thickness,line color,font of driver's name ,Character of item,font size,Size in interlinear space of position in graph,Size in graph at lap intervals....
@JackCY
Three lines were added to your source. Only this method existed because I did not understand C# well.
Original template and New graph making tool.
Preview here
YGraph v2.0 Download
New my template Download
All in one Download (Y-Graph, YGraph autorun ver. LFSStatsv2.00, Original template)
============================
Future:
------------------------------------
- Pitstop and pitstop with tire change can be displayed.
- Personal best lap can be displayed.
- Fastest lap can be displayed.
- Highest climber can be displayed.
- Lap down finnish driver can be displayed in the dotted line.
- Anti-aliasinged position lines,and good visibility transparency lines.
- Support all LFSStats version, All languages specified in LFSStat.cfg
Change log:
-----------------------------------
v2.0
- All languages specified in LFSStat.cfg are supported.
- The default template of all LFSStats version is supported.
v1.5
- The error message was not displayed even if failing in reading HTML.
v1.1
- The graph output location was referred to from LFSStat.cfg.
- The output processing has quickened a little.
How to use:
-----------------------------------
1. Edit LFSStat.cfg.
2. Run LFSStats.exe.
/Manual Generate/
1. YGraph.exe is put on the same folder as your LFSStat.exe.
2. Run LFSStats.exe.
3. Run Y-Graph after LFSStats exported.
Misc:
-----------------------------------
YGraph uses 3 files that LFSStats exported.
***_results_race.csv
***_results_race.html
***_results_race_extended.tsv
The graph file is generated in output of race stat "/Graph/***_lbl.png".
(Rewrite old Graph Generated file "***_lbl.png")
ToDo:
-----------------------------------
-Race time progress Graph.
-Some elements are customizable.
The line thickness,line color,font of driver's name ,Character of item,font size,Size in interlinear space of position in graph,Size in graph at lap intervals....
@JackCY
Three lines were added to your source. Only this method existed because I did not understand C# well.
// Call graph generator
if (generateGraphs)
{
Graph.Graph.GenerateGraph();
Console.WriteLine("> Graphs generated <");
//Yama-Graph generate
Thread.Sleep(2 * 1000);
Process p = Process.Start("YGraph.exe");
Console.WriteLine("> Y-Graph generated <");