View Full Version : Problem with lapper
Tomba(FIN)
23rd July 2009, 15:51
Getting this problem =
http://www.lfsforum.net/attachment.php?attachmentid=89077&stc=1&d=1248360627
I've been trying to fix it myself and tried to search but can't find anything helpful. Anyone?
I need fast help with this!
Yisc[NL]
23rd July 2009, 16:47
Looks like no insimport is started in LFS.
Go to the console of your server and type: /insim 29999
Tomba(FIN)
23rd July 2009, 17:32
;1219621']Looks like no insimport is started in LFS.
Go to the console of your server and type: /insim 29999
Already did, doesn't work :/
Gai-Luron
23rd July 2009, 18:41
Hello,
insim port in LFS no set
Wrong ip adress
Wrong Password in LFSLapper
Firewall on your computer incorrectly set
Gai-Luron
Tomba(FIN)
23rd July 2009, 19:26
Insim port is set: 29999
Tried several IP's: LAN&Public. (which one is it btw?)
Password is right, copypasted straight from server's setup.
Firewall: Allows all application traffic
$Host = 192.168.0.108; # 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 = "XXXXXXX"; # 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
Tomba(FIN)
24th July 2009, 03:11
Bump. I need suggestions, I need to get this running on the server very soon!
Tim NL
24th July 2009, 07:59
Bump. I need suggestions, I need to get this running on the server very soon!
Hi,
Upload some config files from the dedi and lapper ( which version of lapper?)
So we can look :smileypul.
Dont forget to change your admin pwd and idk.
Tomba(FIN)
25th July 2009, 14:37
// Example host configuration file
// How to use: LFS /cfg=setup.cfg
// Lines starting with // are ignored
// host name
/host=^7-POLIZEI Drifting-
// optional: password
//pass=password
// optional: admin password
/admin=xxxxxxxxxxx
// optional: InSim port
/insim=29999
// optional: local specified ip address
/ip=192.168.0.108
// 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=AU1
// weather
/weather=2
// cars allowed - see README.txt
/cars=XRG+XRT+FZ5+RAC+LX6+LX4+RB4
// max guests that can join host
/maxguests=16
// slots reserved for admins (0 to 8)
/adminslots=2
// max cars in a race
/carsmax=16
// max cars (real+ai) on host pc
/carshost=1
// max cars (real+ai) per guest pc
/carsguest=1
// smoothness (3-6) number of car updates per second
/pps=6
// qualifying minutes, 0 for no qualifying
/qual=0
// number of laps, 0 for practice
/laps=0
// if laps not specified: hours
//hours=24
// 0=no/1=low/2=high
/wind=0
// nogfx/invisible
/dedicated=nogfx
// no/yes: can guests vote to kick or ban
/vote=no
// no/yes: can guests select track
/select=no
// no/kick/ban/spec: wrong way drivers
/autokick=spec
// no restart within X seconds of race start
/rstmin=60
// no restart within X seconds of race finish
/rstend=30
// no/yes: allow join during race
/midrace=yes
// no/yes: pit stop required
/mustpit=no
// no/yes: allow car reset
/canreset=no
// no/yes: force cockpit view
/fcv=no
// no/yes: allow wrong way driving
/cruise=no
// fixed/finish/reverse/random: race start order
/start=finish
// optional: welcome message up to 200 chars
/welcome=welcome.txt
// optional: text file listing allowed tracks
//tracks=tracks.txt
// optional: message log file
//log=deb.log
// no/yes: network debug
/ndebug=no
// MPR autosave (0=off / 1=manual / 2=auto)
/autosave=0
// MPR folder
/mprdir=mpr
// LYT folder
/lytdir=layout
/*
#################
#General options#
#################
$Host = 192.168.0.108; # 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 = "xxxxxxxxxxx"; # 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
$DateFormat = "dd/MM/yyyy"; # Date format used for the PB files
# Look at C#-format for date/time, little help
# HH = Hour in 0-23 format
# hh = Hour in 0-12 format
# mm = Minute
# tt = PM or AM
# dd = Day
# MM = Month
# yyyy = year with 4 digits
$TimeFormat = "HH:mm"; # Time format used for the PB files
$MessageTime = 5000; # Time in milliseconds for a racecontrol message (started by: rcm_all) to be displayed on screen
#$PubStatIdk = "xxxxxxxxx"; # Indentification code for a connection to PubStat.
# To obtain a PubStatId go to www.lfsworld.net , select My LFSW Setting, tab Pubstat Access
# Remove # before PubStatIdK to activate this option
$ShowPlayerControl = False; # Set option to "true" if you want to show the control configuration of players when leaving the pits.
I hope this helps
Gai-Luron
25th July 2009, 15:52
If LFSLapper and LFS are on same host dont put ip adress on config lfs and put 127.0.0.1 on lfslapper config file
also try a short admin pass
Gai-Luron
Tomba(FIN)
1st August 2009, 15:53
// optional: local specified ip address
//ip=192.168.0.108
$Host = 127.0.0.1; # Host IP. When more network interfaces are present, set it to IP of your host.
Now it's like this.. doesn't work. And the admin pass is now 6characters long.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.