Possibility to check for a specific setup to be used by all drivers on the server. I think this should be relatively simple to implement. Load the file and generate a hashcode for it. Check this hashcode against the hashcode from the setup of every driver leaving the garage.
Lot of teams organize championship and coul be useful to develope functions that help race director:
- schedule events (official league races)
- permit racers to join official races based on "List of user qualifying"
- on official races assign points to racers
- admin must be able to assign penalties after the event
I think also that lappers could be an "open source" alternative to ctra-x system.
If any of us would contribute to Gai-Luron beatiful software it could be a "must have" add-on.
@Gai-Luron: try to build a developement team, any of us could do something useful... (me only webdesign... and not php, sorry)
Open source
LFSLapper is Open source ( i haved some problem in past in reason of this choice )! For now, there is not a Dev Team, i am alone and I have no idea how to manage a dev Team! At this time i try to completely change the cfg file for future extensions and it's a hard work with many internal change in LFSLapper. I have solved a part of problems, but there is much work. ( i hope this change don't benefit to other dev without care of the initial developper )
Manage system league
I think that is not a work for lapper to manage league system. I think this function will be done by an external automated programm like this ( www.liguesfr.com ). Lapper have sufficient functionnality for now to help an external programm to manage League.
I made this PHP/SQL league programm for FRH Team, PLFS Team and LFS France , but for now i don't want release source because i can't maintain this for more than one or 2 users. I haven't time to do tutorial, automated install, etc... sorry
Request Feature
I add requested feature if i think that feature are a good idea and if it's possible to do this on Lapper due to Lapper or LFS restrictions.
Look at the top of the config u quoted and on the left you will see a HASH # missing on the line AutoRestartRaceMn = 1 meaning u have two of these commands now, try putting a hash infront of top one, see if that helps.
- Is it possible to display a message before the race restarts?
- Is it possible to set the amount of laps per track (FE1=10 Laps, SO1=5 Laps)
- Is it possible to load layouts together with the track change?
Yesterday we moved a gameserver with the Lapper on it (nothing to worry about, I thought). The problem it that the server starts counting from 0. He does'nt see any laps (with the !laps command). Also with a "clean" installation of the Lapper with the existing PB.txt and DriftPB.txt it holds the same problem. Is there a possibility that the text files are corrupt, or do I need to look somewhere else for this problem. Thanks!
I tried this too, and this is the problem:
When you use a PB.txt from another server and restart the lapper, the lapper ignores all the PB's registered in the PB.txt.
Today I spent many hours on learning the new button system and I must say they work like a charm. I made a simple adminsystem with them but found some small problems:
When I make a button to broadcast a RCM, the RCM isn't cleared:
/pbut alarm,100,0,20,10,10,-1,16,^1Alarm,"/rcm {Nickname}^3{colon} There's a problem, see chat!|/rcm_all";
Further I can't get the adminsystem to work from a file of authorised users. I made the following code:
addCmd("!admin","&./cmd.flt") = blablabla;
But it won't read the FLT-file and also didn't work with cmd.txt
The last thing is a question, is it possible to make a button in which you can enter text? This would be useful for kicking/banning people. Reading insim.txt says it should be possible so I hope this can be build into Lapper. Thanks for the help and a BIG thank you for this great program.
Thanks for that but Lapper does that automaticly when you use: /rcm blablabla |/rcm_all
This works fine when a race is started but not when activated using a button. (my syntax could be wrong ofcourse but I tried all sorts of options and nothing works.
I found a small bug in 5.641. It's not possible to display !top xrg (or any other car) when default car is set to xfg. The only thing that's displayed is the list of the default car. If possible, change the default car when rotation is happening.
Hi Yisc,
I tried this and it works fine with my admin list but i can't show a nickname in a button.
addCmd("!kick","&./admin.lst") = /kick {*};
addCmd("!alarm","&./admin.lst") =
/pbut alarm,100,0,20,10,10,-1,16,^1Alarm,"/pbut alarm,70,50,150,10,10,5,96, ^3There's a problem. See chat!"; ( edit: OK It's not a broadcast ,i saw this to late)
For now in gbut command use gbut with timer set instead /rcm if /rcm_all don't work in button.
I don't think i fix it because change in config file for the next release
Hi
I have edited the config file to fit my needs...
Lapper is active and working, however there are 1 small (HUGE) problem.
It doesn't count drift points...
I have looked in the config file over and over again, and I can't find the
problem... I hope someone can help...
Has anyone managed to get the handicap aspect to work so that one car type for all players has an intake restriction? For example if I wanted to make anyone who gets in an FOX required to do a 15% intake restriction. I've tried testing this and I can't get it to spectate me and when using !hand it shows the restriction requirement but shows me as a driver as no restriction required. Any thoughts?