I proudly present my totaly re-written and hugely extended versions of my 'Schedule' and 'Set Schedule' modules as BETA versions.
This means that they are feature complete and have been tested internaly and now it's up for those who are interested, to give them a go and come up with feedback and/or bugs/issues.
Before you jump straight in, you will NEED Lapper version 7.0.4.8 (which is currently still a public testing version!) to be able to use these new scripts.
So unless you know exactly how to set up your own testing environment, I would like to suggest you stay away from these scripts, until the new Lapper is released and you are going to update your Lapper software anyway.
Public test version of Lapper 7.0.4.8 can be found here:
https://www.lfs.net/forum/post/1928101#post1928101
Change the extension of the files to .lpr and add them to addonsused.lpr to be able to use it.
Changelog for Schedule compared to V1.06:
-Re-write for more efficient code
-Program is feature complete, tested as much as possible, time to gather feedback and fix reported bugs/issues
Changelog for Set Schedule compared to V1.04:
-Complete re-write of the module for more efficient code
-Added DELETE button to delete single server name
-DELETE and LOAD buttons are dynamic now (no server name, no buttons)
-Number of races are dynamic now, when an empty line is found, script ends
-All entered information is saved instantly, so no need to save whole form
-Added car select GUI
-Added Weather,Wind,Qual length,Start order,Reset allowed,Cruise allowed
-Added copy-function so that several values be set as default and then copied
-Splitted password into event and regular password
-When an empty value is entered, the current value will be deleted from the database
-Added check for minimum race requirements (date,time,track,car(s),laps)
-Added input validaton for all fields
-Trackcode and car(s) can now be entered in lower case and are then automaticly put in upper case
-Module should now be multi-user
-Removed GlobalVar $storage_name_schdl and replaced it with a Set/GetCurrentPlayerVar( "storage_name_schdl" )
-Fixed a bug on data validation for Weather/Wind/Qual, which failed when a non-numeric value was entered
-Fixed a bug that stopped the deletion of a servername
-Fixed a bug that stopped entering valid trackcodes for AS,FE,KY and SO tracks
-Added general configuration screen
-Fixed two bugs in Sub 'config_cars'
-Offered weather types are now based on the entered trackcode, data validation has been adjusted accordingly
-Closing General Configuration Screen can now also be done by clicking the CFG button again
-Added 'Cancel move race' button
-When Set Schedule is started for the first time, General Config Setting must be set first before anything else
-Program is feature complete, tested as much as possible, time to gather feedback and fix reported bugs/issues