Could be a problem with memory allocation or something with network/firewall or so. Hard to tell from this side. If you know your Lapperscript is working flawless (this can be checked by making a local server and connecting Lapper to it and run some test races/qualify etc.) you know for sure it has something to do with VPS instead of Lapper.
Patch to get the plate and correct player info for bots
Hi all!
I've been fiddling with the Lapper code to find out why it doesn't show the nicknames of the AIs (bots) instead of the player to which they belong, or why it doesn't have any variable to sort out bots and real players. It renders the whole pit information and split information useless, because you get a bunch of messages of your AIs and of you, all with the same username-nickname.
The problem is that the code does not represent the 1..n relationship between users and players, so when I ask for information of a player, I get information of the associated user.
The correct solution (renaming infoPlayer to infoUser, creating the real infoPlayer, and storing all the information and links) is something that requires time, and I have cooked a quick'n'dirty patch to store the player information at NPL (new player) events, and then, when retrieving the (user) information by PLID, stuff that NPL data in a variable of the infoPlayer object.
With this patch, you get the correct value with $Nickname and also you get the plate with $Plate.
I am planning to implement this correctly, I'd like to know if you are already working on this issue, Gai-Luron...
For now i work on ... nothing, because i manage the Open Race Trophy. You can made change if you want. I never implement this functionnality because i don't understand why guys want using Lapper with AI. But if you want do it, you can
I haven't seen this myself or heard it from other people so far. We have done many races with the pitboard so far and nobody mentioned it. Maybe there's a small error in your config-script. I'll ask around on two other forums to see if other people noticed this 'bug'.
I was too early with my conclusion. I've looked into the code of the pitboard and there was a bug in it. I've missed a couple of settings in the great/good split section when I added the 2 split option into the pitboard code. So here is the corrected code for Pitboard V1.32
Let's get this straight. You mean the messages for good/great lap? In that case when you are using the pitboard, they are shown on the last line of the pitboard for about 10 seconds (or until the next person drives a good/great split/lap). If you switch the pitboard off in the configuration screen, those messages are shown in the upper left corner of the screen.
I think he is meaning the same as I was going to post about.....
When running pitboard, during a race when you go over the start/finish line, you don't get to see the race positions come up in the top right any more.
I can't imagine that's because of the Pitboard. Yesterday evening I had five packed servers with public racing and 3 league events and nothing is mentioned about that. I have very good contact with both the members of R-R (which I am a teammember of) and Absolute-beginners and when they find such a big problem, they will contact me immediatly.
Don't take this the wrong way, you guys know I try to help everyone as good as possible, but too many people are playing with the options in Lapper with (almost) no idea what they are doing. Lapper is a great program but the config-file is complex and manyh things have an effect on other things. Therefor some general advise, start with a clean config-file, make some modifications to it, start a local LFS-server and connect Lapper to it, do some practise/race etc. to see if Lapper keeps running and that it doesn't give errors on the console. Everything ok? make some more changes and then test again. That's the way I'm building extra options into Lapper and catch most of the bugs before the script goes live.
It should be working (can't test it now on live server , im still working now) .
Only in the drift option part you can remove the /* and */ to show if someone makes a new Drift PB.
Every part in the config file between /* and */ will not work
Yupp, thats exact the way it works. But i have in mind, that these messages shown in the pitboard, were shown to others either in the last versions of the Pitboard.
No you aren't wrong. Good/great split/lap messages are shown on everyones pitboard unless they have switched it off, then it's shown as normal chatmessage. Ow wait a second.......I'm going to check the source code again...............
[edit]
Man, I feel like a donkey at the moment. I've found 'the problem'. In the beginning great/good split/lap was displayed as GlobalButton since players didn't have the option to switch the Pitboard off or set it to the right of the screen. When I added those options, I've changed GlobalButton to PrivButton because those buttons could be displayed in the middle of nowhere. So now you only see you own great/good lap and not the ones of the other drivers. I will think of a way to change this back but that won't be easy if it's possible at all.
[/edit]