The online racing simulator
Searching in All forums
(893 results)
Bass-Driver
S3 licensed
Quote from UnknownMaster21 :Maybe also the highway...

Dunno, I am already happy what this new blackwood can now benefit!

same here, but we (i) want more. xD
Bass-Driver
S3 licensed
Hi,
Scawen/Eric, this new Blackwood looks amazing. Looking forward for the new S3 tracks and might a another Track update.
But i have a small suggestion.

Is it possible to unlock The "red" area for the open configuration?

Thanks
Bass-Driver
S3 licensed
I like the new update Scawen. Sorry to read that you spent alot of time to create this update but i have to agree with UM21.

There are also rally servers with layouts on those area's.

So i hope you could think about a good fix for this.
LFSLapper New Insimpacket ISP_AXM (Add/Remove multiple objects)
Bass-Driver
S3 licensed
Hi everyone,

I started with adding a another insimpacket into LFSLapper.
With this packet you can add/remove autocross objects, which you also do in the autocross editor.

But now you can control it by insim. LFSLapper in this case.

Ill show you how far i'm with implementing the packet into lapper.

The Functions/Commands you will use is:

addobject($X,$Y,$Z,$TypeOfObject,$HeadingOfObject);
removeobject($X,$Y,$Z,$TypeOfObject,$HeadingOfObject);

You can add/remove up to 30 object at the same time. The functions will look like this.


<?php 
################################
#Adding objects example
################################
$X getcurrentplayervar("X");
$Y getcurrentplayervar("Y");
$Z getcurrentplayervar("Z");
$TypeOfObject 128#type of Object (Long Bump)
$HeadingOfObject 130;

#Up to 30 objects
              
addobject($X,$Y,$Z,$TypeOfObject,$HeadingOfObject,    #object 01
              
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #object 02
              
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #object 03
              
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #object 04 
              
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #etc
              
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject);

################################
#delete objects example
################################
NOTETo remove an object you must know the location and type of the object.

$X getcurrentplayervar("X");
$Y getcurrentplayervar("Y");
$Z getcurrentplayervar("Z");
$TypeOfObject 128#type of Object (Long Bump)
$HeadingOfObject 130;

#Up to 30 objects
removeobject($X,$Y,$Z,$TypeOfObject,$HeadingOfObject,              #object 01
             
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #object 02
             
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #object 03
             
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #object 04 
             
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject,         #etc
             
$X=$X+2,$Y,$Z,$TypeOfObject,$HeadingOfObject);
?>

The list with type of objects can be found in the attachment

I'm also planning to create a new event for getting Information about an object that is being placed or removed. This event can be turned off.
Bass-Driver
S3 licensed
turn off the Firewall to see, if that helps.
Bass-Driver
S3 licensed
everything is fine here.
Bass-Driver
S3 licensed
as first, you drive to the location where the vehicle need to be spawned.
Type !zone which displayed what your current X and Y coordinates are.

And then use this lapperfunction: joinrequest();
Bass-Driver
S3 licensed
Dont know how many accounts you got but oke.
Here you go

Few steps:
  • -Extract 'kickUserFromServer.rar' and place the files in the 'includes' folder.
  • -Add include( "./KickUser.lpr"); in addonsused.LPR which is located in the 'includes' folder.
  • -Add your username in the 'AllowedUsersList.txt' file
  • -Start lapper and add other users with !adduser <username> or remove users !remuser <username>
  • -Have fun
Last edited by Bass-Driver, .
Bass-Driver
S3 licensed
How many scripts do you want to request????????
I've seen you in other sections on the Programmer forum with requesting stuff.

Have you ever tried to make something yourself.

I know, when you got your script, you edit it to your own language.

Try to start working with lapper in the first place.
There are so many scripts in this in LFSLapper development forum you can work with.
Last edited by Bass-Driver, .
Bass-Driver
S3 licensed
I have no idea what are you trying to say.

And i assume that you are a cracker, because your driven distance is 0km.
Do you have a S2/S3 License?
Bass-Driver
S3 licensed
@ Popughini

If you want a Spawnscript. It is not that difficult to make.

The lapperfunctions you need:

joinrequest(); Is explained in here.

In the 'Drag_BackSpawn.lpr' file in my Drag-Addon, there is some code you can check out and see what it does.
Bass-Driver
S3 licensed
I do have a Spawnscript, but its not for public release and probably wont be.

Could you explain what mean with "Filling a tank in a area".
Bass-Driver
S3 licensed
Dragaddon updated for LFSLapper version 7.0.4.4
Check first post and the attachments which version you need.
Bass-Driver
S3 licensed
in a command for example
In this case you set cars for yourself

!acars XRT+RB4+FXO

CASE "!acars":
allowedplayercars($userName,$argv);
BREAK;

Soon i will make an script to select a player to set theire allowed cars.


EDIT: See post above
Both post made at the same time LOL
Last edited by Bass-Driver, . Reason : Havent seen the post above (posts made at the same time)
Bass-Driver
S3 licensed
if you have red the changelog, you will find an example:

$UserName = Bass-Driver;
$Cars = XFG+XRT+RB4;
AllowedPlayerCars($UserName,$Cars);

Bass-Driver
S3 licensed
New version released: See first post.
Bass-Driver
S3 licensed
i have to say, some parts are tricky. i guess the lack of shadows or the slippery surface or i just cant drive Big grinBig grinBig grin .
Bass-Driver
S3 licensed
If you havent cracked the game, how do you explain the 0 km driven distance.
And how can i join your cruise server.
Bass-Driver
S3 licensed
Have searched in LFSWorld for this server, but it doesnt exist there.
Cracked server in serverlist??
Bass-Driver
S3 licensed
hello,

Today i tried to join a server named: GEO Drift land . But it said "Host not found on master server".

I have refreshed the list and restarted the game. But the server is still shown in my serverlist.
Also the playerscount is also changing, So there must be activity in that server.

Is this a error on my side or does someone have the same issue.

I'm running LFS version 0.6Q3.

Thank you.
Bass-Driver
S3 licensed
X and Y tracks(open configs) does not contain Nodes: getCurrentPlayerVar("CurrNode").
Only X and Y values: getcurrentplayervar("X") and getcurrentplayervar("Y").
Bass-Driver
S3 licensed
See many variations for Timeattacks SmileThumbs up
Bass-Driver
S3 licensed
Very nice layout Thumbs up.
Nice to see you back in LFS.
Bass-Driver
S3 licensed
You cannot create a another map in LFSlapper.
Btw if want to create layouts ( playing autoX objects) you need own atleast an S1 license, which you dont have.
Bass-Driver
S3 licensed
For which tracks do you want this dragaddon Big grinBig grinBig grinBig grin
FGED GREDG RDFGDR GSFDG