After a long time, I got back into Lapper coding again and this is my first project to show for it. Since the original lapper can't set handicaps based on a car + a class a driver is in, I decided to make my own system for that. At the beginning it was just a static addon, which would still require the server admin to set the values manualy, but then I added a nice dynamic GUI to it which I extended further tonight.
The system can handle 4 different classes and a maximum of 3 cars, where every class can have its own added mass and/or intake restriction. All settings are live, so as soon as you change a value, it is active. The form is made dynamicly, so when you raise or lower the number of classes and/or cars the needed buttons are drawn or removed.
Tonight I released V1.02 , V1.03 and V1.04:
-------------------------------------------------------------------------
V1.00:
Initial release
V1.01:
- Added the basic GUI
V1.02:
- Added button to clear the whole form
V1.03:
- Given car names are checked if they exist
- Mass values can't be added when no car is selected
- Given mass value can't be higher then the maximum of the selected car
- When car name is changed, values for mass are reset
V1.04:
- Added 2 buttons to set all values for mass / intake to zero
-------------------------------------------------------------------------
There are a few more things I would like to add and the program has to be tested for bugs, so I am not releasing the code just yet. Let me know if anyone is interested, or if you have questions about or ideas for it.
The system can handle 4 different classes and a maximum of 3 cars, where every class can have its own added mass and/or intake restriction. All settings are live, so as soon as you change a value, it is active. The form is made dynamicly, so when you raise or lower the number of classes and/or cars the needed buttons are drawn or removed.
Tonight I released V1.02 , V1.03 and V1.04:
-------------------------------------------------------------------------
V1.00:
Initial release
V1.01:
- Added the basic GUI
V1.02:
- Added button to clear the whole form
V1.03:
- Given car names are checked if they exist
- Mass values can't be added when no car is selected
- Given mass value can't be higher then the maximum of the selected car
- When car name is changed, values for mass are reset
V1.04:
- Added 2 buttons to set all values for mass / intake to zero
-------------------------------------------------------------------------
There are a few more things I would like to add and the program has to be tested for bugs, so I am not releasing the code just yet. Let me know if anyone is interested, or if you have questions about or ideas for it.