Using Draggo's file and Yisc[NL]'s script, got this working.
Using Gai-Luron's sample lines, I got failures.
My steps;
Saved unzipped files into temp folder on my desktop.
Ran command prompt as administrator.
Changed directory till I was in my temp folder (C:\Users\Sinanju\Desktop\temp>), then input following into cmd window -
ConvWr.exe -l sinanju -p [my pass here] -c coef -mlc maxLapCoef -o trackInfo.cfg
This came back with error message -
TrackInfo maker version 1.3 by Gai-Luron
Small change by FreeScirocco: RO / WE 2.0 / BL 2.0 support
Retreiving infos
coef
Identification is required - https://www.lfs.net/forum/thread/14480
.The following error occurred:
Identification is required - https://www.lfs.net/forum/thread/14480
ConvWr
at conv.Program.conv(String user, String pass, String idk, String scoef, String smlcoef, String outputFile)
at conv.Program.Main(String[] args)
Void conv(System.String, System.String, System.String, System.String, System.String, System.String)
Then tried various other scripts -
ConvWr.exe -l sinanju -p [my pubstat here] -c coef -mlc maxLapCoef -o trackInfo.cfg
ConvWr.exe -l [my pubstat here] -c coef -mlc maxLapCoef -o trackInfo.cfg
ConvWr.exe [my pubstat here] -c coef -mlc maxLapCoef -o trackInfo.cfg
ConvWr.exe -l [my pubstat here] -p [my pass here] -c coef -mlc maxLapCoef -o trackInfo.cfg
These all failed.
Then used Yisc[NL]'s script (changed with my pubstat)
ConvWr.exe -i [my pubstat here] -o trackInfo.cfg -c 100.5:102 -mlc 200
Worked!
Message -
TrackInfo maker version 1.3 by Gai-Luron
Small change by FreeScirocco: RO / WE 2.0 / BL 2.0 support
Retreiving infos
100.5:102
1 150 FBM 30950 0 0 64870 513 sl10
etc, etc
This saved all info in trackInfo.cfg file
E.g.
track = BL1
len = 3.3
car = XRT
MaxLapTime = 2.46.60
split1 = 0.27.10:0.27.50
split2 = 0.59.70:1.00.59
lapTime = 1.23.71:1.24.96
Tried different criteria -
ConvWr.exe -i [my pubstat here] -o trackInfo.cfg -c 100.5:101:101.5 -mlc 180
This worked too, and output trackInfo.cfg file
E.g.
track = BL1
len = 3.3
car = XRT
MaxLapTime = 2.29.94
split1 = 0.27.10:0.27.23:0.27.37
split2 = 0.59.70:1.00.00:1.00.30
lapTime = 1.23.71:1.24.13:1.24.54
Many thanks to you both
My output file using 2nd criteria (WR x 180%) attached. Change .txt to .cfg to use.