Yeah, those are the only two reasons people still play LFS
Why are you even wasting your time on creating anonymous accounts just to mock players and a game that you don't even have any hope for and probably won't even play no matter what they release or don't release.. seems a bit dumb if you ask me. Why don't you go play Arcado Corsa instead or something?
Yes, that example is for a Lapper script. You can ignore those license variables because they're not even defined in that example. But if you do want to get the licence type of a player then I'm not even sure it can be done with Lapper because there is no InSim packet with that info. Lapper has some player vars that it gets from Pubstat but licence type is not implemented.
I think all player vars that you can use in Lapper are listed in "..\LFSLapper\doc\Player Vars.txt".
This app is for AIMP music player users who want to show song names in LFS.
To run this automatically when LFS starts, add these 2 lines to your "..\LFS\data\script\autoexec.lfs" file:
/insim 29999 /exec ".\LFS_AIMPer\LFS_AIMPer.exe"
If your LFS_AIMPer folder is not in the main LFS folder then you have to specify the whole path to the exe file.
In case there is a conflict with another app using the same button ID then you can try to change button ID. ID 3 seems to work fine for me when also running LFSLazy.
Are you actually looking for stuff manually? Any text editor can search for keywords for you. Usually Ctrl+F.
What you are looking for is in the original LFSLapper.lpr file of Lapper v7.0.6.3 at line 171. It's not inside of any event because these vars need to be checked immediately after Lapper starts/reloads, not when something triggers an event.
Currently if you or a player you are spectating joins spectators, your view will automatically switch to the TV camera view. It would be nice if we could set our own default spec view. Me personally I like to spec in onboard view so it's a bit frustrating having to switch the view every time someone spectates.
As the title says - if I use for example FZ5.lfs script with commands view custom and press 3 neither of the two commands will work. However it does work if I execute //FZ5 manually so it seems that the car scripts need to be executed with some delay for these commands to work.