The online racing simulator
Searching in All forums
(474 results)
C++ Tool (Project)
sun
S2 licensed
hi,

I was wondering if there are any Projects or Tools for C++. Like a basic insim what connects to LFS, like the C# External client basically where u send back and forth. And then you build up. I've searched but cant find any. All i found whas i Lib.
sun
S2 licensed
Thank you!, i've been waiting for one of these to come out for along time

I remember someone giving me somthing like this, but it might of been something else.. Anyways. Thanks!

Owen.
sun
S2 licensed
Anyways, i think i found my problem... Theres a file missing in the Reerences called 'MySQL.Data'. Has anybody else have the file?
Understanding lottery?
sun
S2 licensed
Hi,

I'am posting this thread, because i'am tottaly a noob when it comes to lottery. I have no idea what to do at all, to place a lottery drop off postion. Can someone please explain, in Steps, what i need to do, to make a fully working lottery drop off system / place? be very grateful!

Regards

Owen
sun
S2 licensed
Because your the kind of person who does.
sun
S2 licensed
thx dawesdust...

-------------------------------

Well, if it is unfinished, he should of still made it worked for people to learn from! not make errors!
sun
S2 licensed
i get errors:

Are you sure this code works? because it doesnt... Why upload when it doesnt?
sun
S2 licensed
Knodding a head isnt spamming
sun
S2 licensed
Its About time some of you need to put some glasses on and see what i'am runnning in the background to get that site running... Now i wonder why you tell me instead of your self

Except from krammeh, who was problebly the first one to NOTICE that i'am running WampServer2.
sun
S2 licensed
nope....
sun
S2 licensed
ok, i'll try it out
PHP, Login / Register [Problem]
sun
S2 licensed
Hi,

I've followed a tutorial, on http://www.youtube.co.uk and i downloaded the .zip file. I followed what he said, but he never told us that we need an smtp server. I went back into the code, and theres nothing there on that line about smtp connecting and all that. I've been trying to fix this error, for neally a month now, I even got my brother to try and help, but he doesnt understand as much php either...

I hope you can help! as, this is only a quick tutorial for me!

-------------------------

Image - ScreenShot at the bottom of post.

PHP - file at bottom of post.

-------------------------
sun
S2 licensed
Quote from Krammeh :I think it is more to do with the way that browsers display them.

They don't check every single page load for the .ico, or for changes to it, as this would increase the servers payload way too much!

sun
S2 licensed
Quote from Krammeh :or ingame just do /insim 29999, no need for the equals sign :P

sun
S2 licensed
i did help you heiko
sun
S2 licensed
It would be the best if when you hit a barrier, it slides along the floor like a cone....
sun
S2 licensed
I'am not good at programming, as you may notice, but using a 'Sleep()' Function like MaKaKaZo said, you might get

if (Sleep());
{

InSim.Send_CreateButton("5", Falgs etc....

}
sun
S2 licensed
I think when you have that message timer, ( Displays a message every 5 minutes or what ever ) you create a button. You could link it up, so if there are cars in the ring, that could be done as: Cars = 1; create a button , after 1 second create button, etc...
sun
S2 licensed
if you want to read from a txt file on a website, then i suggest in the fileinfo.cs add

Sr.Writeline("<?php");

and at the bottom of the Sr's, put in:

Sr.Writeline("?>");

Its Just messing with the php tags really :P

i dont now about reading from a MySQL database... Sorry
sun
S2 licensed
ye... i got it working. Thanks!
InSim Lapper 4 release ( problem )
sun
S2 licensed
hi,

i downloaded this and when i run the .exe, it says i need a password. I dont know where it is though. I looked through every single one and i cant find it. the olny thing i found was when it was defining them. i know that if ur admin pass is set to 777 for example, the lapper would see and change it in one of the files, but i can olny run the .bat and when i drift, it doesnt show the drift points. the files are at the bottom of the post, and my lfs.cfg setup is also here.

----------------------------------------------------------------

My LFSsetup.cfg config file.

// host name
/host=^1Drift test
// optional: password
//pass=password
// optional: admin password
/admin=test
// optional: InSim port
//insim=29999
// optional: local specified ip address
//ip=xxx.xxx.xxx.xxx
// a high number below 65536
/port=63392
// demo/s1/s2
/mode=s2
// no/yes/hidden
/usemaster=yes
// BL1/BL1R/BL2, SO1/SO1R/SO2, etc
/track=AS5R
// weather
/weather=1
// cars allowed - see README.txt
/cars=ALL
// max guests that can join host
/maxguests=8
// slots reserved for admins (0 to 8)
/adminslots=0

----------------------------------------------------------

i havnt done all of it, because it wouldnt fit on.
sun
S2 licensed
Quote from sun :then its right... look.

#################
#General options#
#################
$Host = 127.0.0.1; # Host IP. When more network interfaces are present, set it to IP of your host.
$Port = 29999; # Insim UDP port. Open this port after starting LFS Server by typing /insim=29999 in chat or include it in config-file LFS Server
$Password = "test"; # Put in the admin password used on the LFS Server
$TrackInfoFile = "trackInfo.cfg"; # Path to the TrackInfoFile used to compare splits
$TCPmode = true; # Connection to LFS in UDP mode or TCP mode
$EnableRegisterWeb = true; # When set to "true" your LFS Server is displayed on the FRH Team website
####################

as you can see, my admin pass is set as test and in my server.cfg in the dedi server, it says test to....

// host name
/host=^1Drift test

// optional: password
//pass=password

// optional: admin password
/admin=test

// optional: InSim port
//insim=29999

// optional: local specified ip address
//ip=xxx.xxx.xxx.xxx

// a high number below 65536
/port=63392

// demo/s1/s2
/mode=s2

// no/yes/hidden
/usemaster=yes

// BL1/BL1R/BL2, SO1/SO1R/SO2, etc
/track=AS5R

Is There Anything i'am missing from that ?
sun
S2 licensed
then its right... look.

#################
#General options#
#################
$Host = 127.0.0.1; # Host IP. When more network interfaces are present, set it to IP of your host.
$Port = 29999; # Insim UDP port. Open this port after starting LFS Server by typing /insim=29999 in chat or include it in config-file LFS Server
$Password = "test"; # Put in the admin password used on the LFS Server
$TrackInfoFile = "trackInfo.cfg"; # Path to the TrackInfoFile used to compare splits
$TCPmode = true; # Connection to LFS in UDP mode or TCP mode
$EnableRegisterWeb = true; # When set to "true" your LFS Server is displayed on the FRH Team website
####################

as you can see, my admin pass is set as test and in my server.cfg in the dedi server, it says test to....

// host name
/host=^1Drift test

// optional: password
//pass=password

// optional: admin password
/admin=test

// optional: InSim port
//insim=29999

// optional: local specified ip address
//ip=xxx.xxx.xxx.xxx

// a high number below 65536
/port=63392

// demo/s1/s2
/mode=s2

// no/yes/hidden
/usemaster=yes

// BL1/BL1R/BL2, SO1/SO1R/SO2, etc
/track=AS5R
sun
S2 licensed
i have on LFSLapper.cfg i only have...
  • LFSlapper.lpr
  • TrackInfo.cfg
FGED GREDG RDFGDR GSFDG