The online racing simulator
Searching in All forums
(98 results)
Androphp
No longer welcome
I'm more used to visual studio. Is there another way to add color codes?
Visual Studio Theme
Androphp
No longer welcome
Hello Bass-Driver, I have a question to ask you, I have been using notepad++ for lapper for a long time and it is starting to get boring. Can you release a plugin or something like that so that we can open .lpr files in visual studio and color them so that our projects are organized?
Androphp
No longer welcome
I have encountered similar JOOS errors before and I will give you a few reasons based on my experience. First of all, such errors occur if the data in the server's main files do not match the user's, for example, the XR vob file is recorded in the server data, but if the user himself changes the vob file of the XR tool and tries to make a mod, he may have problems entering the server. Secondly, 3rd party software used may cause these errors, such as the ones you use, Crash, Tweak, etc. Software may cause problems for you when entering the server. In general, JOOS errors may be user-related problems if the server files are original. They may have probably made a few changes to their own files or done something wrong. Ask them to reset their game and log in to the server again. This will minimize the analysis to understand where the problem originates. Thirdly, the internet connections of the people connecting to the server may cause some factors, I do not know how true this is. Fourthly, installing 3rd party software on the server may cause these errors. Read and analyze above carefully, make sure that you are running the game in its most original form, if the problem still persists, Live For Speed ​​developers will help you.
Androphp
No longer welcome
It's a very accurate observation, I agree with you 100%, I think he needs to be left alone with his problems now.
Androphp
No longer welcome
In the main codes of the lapper you mentioned, there is an example that those who have the same username as a team can send messages on the same channel, you can edit its codes.
OTOSANAYI
Androphp
No longer welcome
Vehicle mod: OTOSANAYI
Details page: https://www.lfs.net/files/vehmods/9B6D47

SHORT DESCRIPTION:
Quote :Turkish Sanayi Vehicle TowTruck

DESCRIPTION:
Quote :Turkish Sanayi Vehicle TowTruck


This vehicle was created by combining the 2 vehicles I have given in the link below. Model links are already on the sharing pages.

https://www.lfs.net/files/vehmods/8D7133
https://www.lfs.net/files/vehmods/DD6469

COVER SCREENSHOT:
Androphp
No longer welcome
I'm really obsessed with the mysql thing. If you can add mysql to the lapper, I will actually stop using .txt files from now on.
Sites without license
Androphp
No longer welcome
Hello, I want to use models from the site whose link I have given below, but there is no license type specified on the site, which license type should I choose to send the models on this site to lfs.net?
https://3dwarehouse.sketchup.com/
KURTARICI
Androphp
No longer welcome
Vehicle mod: KURTARICI
Details page: https://www.lfs.net/files/vehmods/8D7133

SHORT DESCRIPTION:
Quote :Turkish boys sanayi vehicle

DESCRIPTION:
Quote :Turkish boys sanayi vehicle

The hususu9633 has permission to use mod files.

COVER SCREENSHOT:
Androphp
No longer welcome
As someone who doesn't know anything about this subject, can you please tell me how I can run the push-button system? I only have node.js installed. I couldn't manage it
Androphp
No longer welcome
Quote from kristofferandersen :To save yourself from some pain and headache in the long run. You should use multiple classes (instead of one class for everything) following SRP (Single Responsibility Principle)

Regarding managing connections, you should look into LFSServerRuleEnforcer github repository. It was developed by xspeedasx.

InSim.txt is valuable as well for packet documentation.

I could not install the insimdotnet library. Even if I install it, some components give errors. Can you help me for this project?
Firt Local Program - i need learnig
Androphp
No longer welcome
Hello, you know, there are some programs that run locally, such as TCLights or Mary, and I want to make a similar program, I think it will be in C#. Can you help me where to start and what to do?
Androphp
No longer welcome
Quote from Scawen :The meaning of "Demo" is "demonstration".

The sole purpose if the Demo is for people to try out the game before they buy it.

What you say is true, but Turkish players are playing the demo version not to test the game, but because they cannot get an S3 license and their computers are bad, and due to the low demo player limit, there are still at least 70-80 Turkish players playing in the 0.6R version, which I think is only in the 0.6R version right now. Turks play there are about 6-7 active servers. So, since the issue here is a budget issue, maybe bringing some innovation to the demo may encourage those players to switch to new versions.
Androphp
No longer welcome
As someone who has been running a demo server for years, I think that a few new features should be added to the demo. Demo players are starting to get bored (especially as Turkish players). As an alternative, I think the Demo limit of 15 connections and 13 drivers should be increased, so if at least 25 people can log in, it would be a bit more comfortable for the communities. It provides a good environment and an enjoyable gaming experience. The demo has been going the same way for years, don't you think it's time to make a little difference?
Androphp
No longer welcome
Unfortunately, due to Turkey's economic conditions, not everyone can purchase the S3 license in the legal 7D version.
[ ? ] Lapper system ideas
Androphp
No longer welcome
Hello dear players, we are open to everyone's ideas here and everyone's ideas are important. We will discuss and exchange ideas about the systems that can be made with Lapper and what you would like to see done. Please do not think of this as just racing programming and think of something with your imagination. For example, demo servers can sometimes be more functional with logic such as cruise, if you think of systems with logic as if cruise is being played, they will be beneficial for the players. Please let me know your ideas, even if they are ridiculous, it's all up to your imagination. (The opinions of players who do not know about lapper and what they want to happen are very important here.)
Androphp
No longer welcome
It escaped my mind while translating, so I corrected it.
Androphp
No longer welcome
CASE "!dc":
IF ( $argv != "" )
THEN
$idxSpace = indexOf( $argv, " ");
IF ( $idxSpace != -1 )
THEN
$verifycode = subStr( $argv,0,$idxSpace );
$argv = trim( subStr( $argv,$idxSpace ) );

GlobalMsg( strformat("Kullanıcı adı ".$argv.) );
GlobalMsg( "^8^TVerify Code : ^1". $verifycode . );


ELSE
privMsg ( "^7^TYanlış Komut. ^3!yardim Yazıp Komutlara Bakabilirsiniz." );
ENDIF
ELSE
privMsg ( "^7^TYanlış Komut. ^3!yardim Yazıp Komutlara Bakabilirsiniz." );

ENDIF
BREAK;

As far as I understand, this code may work for you.
Last edited by Androphp, .
Androphp
No longer welcome
You cannot do this with the bot provided by lapper, it does not meet the things you can do, you should try to make an independent bot, lapper will not work for you.
Androphp
No longer welcome
I don't understand what you mean by emptiness.
Androphp
No longer welcome
First of all, you should make sure that you have entered your token correctly. If there is still a problem, close your server ports or activate the appropriate port. If there is still a problem, check the codes used to run your bot. There may be a typo (compare it with the shared sample codes). If the problem still persists, check a working one. If you have a bot project, try its token.
Androphp
No longer welcome
The codes work logically. Now, what you need to think about is integrating it with the sqlite3 discord bot, which is the database of lapper. 1- Create a bot 2- Establish a sqlite3 connection with the bot you created and connect to dbs 3- Then set up a bot interface suitable for use This will throw you into some logical problems and you will be confused about which way to follow. There are many ways to do this, but you should choose the simplest one.
Androphp
No longer welcome
The efficiency of your computer will vary depending on the RAM capacity you use. In order to use .NET 4.8.1, you need to have the Windows 10 version. I recommended this because it is hosted in Windows Server 2019. If you cannot get efficiency in the 2022 version, you can switch to the 2019 version.
Androphp
No longer welcome
Hello, unfortunately, .NET 4.8.1 is required to use that version of Lapper. Try using Windows Server 2019 for this.
FGED GREDG RDFGDR GSFDG