Hi, my Insim Tool is a third or so stats saving tool.
Some of you maybe thinking no new tool is needed, but I make it to train my programming skills and its for me cause I think I can make some things better.
Cause Im in the end from the main features I have some questions to you, wich information you want to get.
Thats a part of the current "db" with information from 2 player with one lap
The track information will be saved too, I didnt know exactly what but I will do it the next day(s).
Then I thought to save the overhaul event but I dont know if thats interesting enough?!?
You can think of more things...
I know that isnt a nice thing to get informations out of the splits and so on
So I want to make a dynamic website with it cause the main bad thing on beckys stats part of the tool for me are that there are so much websites...
I dont know excactly how that will work but I dont think it will be to hard with PHP ...
Some of you maybe thinking no new tool is needed, but I make it to train my programming skills and its for me cause I think I can make some things better.
Cause Im in the end from the main features I have some questions to you, wich information you want to get.
Thats a part of the current "db" with information from 2 player with one lap
Version 1.0
//player
//<length playername>;<playername>;<ID (in LFS)>;<fastest speed><number of laps>
4;AI 1;1;27601;1
//lap
//<lap number>;<time m:s:h:t>;<lap-line-speed>
1;0:42:43:0;25947
//split
//<time m:s:h:t>;<split-line-speed>
0:18:22:0;27001
//second player
4;AI 2;2;27294;1
1;0:43:83:0;17350
0:18:77:0;25810
The track information will be saved too, I didnt know exactly what but I will do it the next day(s).
Then I thought to save the overhaul event but I dont know if thats interesting enough?!?
You can think of more things...
I know that isnt a nice thing to get informations out of the splits and so on
So I want to make a dynamic website with it cause the main bad thing on beckys stats part of the tool for me are that there are so much websites...
I dont know excactly how that will work but I dont think it will be to hard with PHP ...