The online racing simulator
Searching in All forums
(580 results)
Upgrading New Laptop
dmwright
S2 licensed
Hi,

Ive recently just bought a laptop which i was mainly was just going to use on the internet down stairs and other places. I bought this laptop off a person on ebay which it was brandnew but had very little scratches on top which isnt visable. The main reason of creating this thread is because ive looked in my system spec (In all programs). But it doesnt show the model of the ram which is needed.

System Spec :

256MB DDR-RAM Would this be DDR400?
14.1" TFT Screen
40GB HDD
1.2GHZ Processor

As you can tell from the text its mainly for the internet BUT i still find it slightly slow so i would of wanted to upgrade it to 1GB (But dont know Maxium allowance).

To get to the point Does any one know some kind of software which would tell me my Ram Model aswell as my Ram Allowance for my motherboard?

Thankyou,

Dmwright
dmwright
S2 licensed
Nice but mad

How about you made them run all day for s2 voucher then that would be more evil

Matt
dmwright
S2 licensed
It worked Thanks
dmwright
S2 licensed
Hi,

Ill give it ago thanks,

Matt
LFS Lapper Problems :(
dmwright
S2 licensed
Hi,

Ive had recent message with LFS Lapper Saying when i try to load it, it just says 'The application failed to initialize properly (0xc0000135). Click on ok to terminate to application.'. After i have done that it just closes it down and noting else happens.

This is my Script :

#####################################################################
#
# This is sample script for LFSLapper.
#
# Use non-formatting text editor such as notepad to modify script.
#####################################################################
# Lines beginning with '#' are comments and are ignored by program.
# Lines beginning with TAB are considered as part of last key line.
# If more keys with same name exist, value of last one in file will be used.
# That way it's possible to override commands. See at end of this file.
# In all text responses you can also use colors:
# ^0 - black
# ^1 - red
# ^2 - green
# ^3 - yellow
# ^4 - blue
# ^5 - violet
# ^6 - cyan
# ^7 - white
# ^8 - no color
# If using also unicode characters, save script as unicode text document.
# Global variables, that can be used in any action:
# {ShortTime} - Local time of server in short form
# {LongTime} - Local time of server in long form
# {ShortDate} - Local date of server in short form
# {LongDate} - Local date of server in long form
# {ShortTrackName} - Current track name in short form
#
# Symbol replacements:
# {colon} - symbol ':'
# {at} - symbol '@'
# {vbar} - symbol '|'
###################################
# General options
###################################
# Host IP. When more network interfaces are present, set it to IP of your host.
Host = 192.168.0.2
# Insim UDP port.
# Before starting LFSLapper you must configure LFS server to use this port for InSim.
# You can do that in command line when starting LFS (/insim=29999) or in talk window of LFS (/insim 29999).
Port = 29999
# Change Password to match Admin password on LFS server.
# Usually this is the only value that needs to be modified for this default script to work.
Password = XXXXX
# Message that is shown to players when they connect to server. Use '|' for new line.
ConnectMsg =
^7Welcome to ^1LFSLapper ^7powered server !|
^2Type ^7!help ^2after leaving garage to see commands.
# Enable if you want to show control of players when leaving the garage.
ShowPlayerControl = true
# Enable if you want to show split PB of players on each split.
ShowSplitPB = true
# Action to do on race restarts.
# If more actions, separate them with '|'.
#RaceStartAction = /msg ^3Please, brake in time !
RaceStartAction = /rcm ^3Please, brake in time !|/rcm_all
# Default car to show, when no car is specified in !top or !drf command.
#DefaultTopCar = UF1
#DefaultTopCar = XFG
#DefaultTopCar = XRG
DefaultTopCar = XRT
#DefaultTopCar = RB4
#DefaultTopCar = FXO
#DefaultTopCar = LX4
#DefaultTopCar = LX6
#DefaultTopCar = RAC
#DefaultTopCar = FZ5
#DefaultTopCar = MRT
#DefaultTopCar = XFR
#DefaultTopCar = UFR
#DefaultTopCar = FOX
#DefaultTopCar = FO8
#DefaultTopCar = FXR
#DefaultTopCar = XRR
#DefaultTopCar = FZR
#DefaultTopCar = BF1
# How much time will big text messages last (text that is started by rcm_all command).
# In milliseconds.
MessageTime = 5000
# Whether to use usernames instead of nicknames for authentication of users executing AutoAction.
UseUsernameForAuthentication = false
# Actions that are executed on received messages. Use '|' for next pattern/action pair and to separate pattern from action.
# If more actions or patterns, separate them with ':'.
# Use @ sign at end of patterns, if you wish to specify users, that are allowed to execute action.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
AutoAction =
hoho|/msg ^3What's so funny, {Nickname}?|
no name no game|/kick unnamed|
!admin:!adi@^7Mon^4k^1ster,Mo|/rcm {Nickname} ^3can do it!:/rcm_all|
!test|/rcm {Nickname} is testing...:/rcm_ply {Nickname}
# Actions that are executed on schedule. Use '|' for next schedule/action pair and to separate schedule from action.
# If more schedules or actions, separate them with ':'.
# To escape ':' type '\:' if you want ':' in your message.
#
# ssmmhhddMMYYYY
#ScheduledAction = 0 * * * * * : 30 * * * * *|/msg Kicking time (every 30 seconds)!:/kick unnamed
ScheduledAction =
0 0 0 * * * |/rcm Midnight warning to all working men!:/rcm_all|
0 0 0 1 1 * |/rcm Happy New Year!:/rcm_all
# Private multiline messages to send to player. Use '|' for next pattern/message pair and to separate pattern from message. Use ':' for new line.
# Possible variables to use:
# {Nickname} - Nickname of driver that sent message
AutoMsgPrivate =
****:shit|^3Calm down, {Nickname}!|
!help|
^3!top ^8[table offset] [3-letter car name] ["filter" pattern]:
^3!drf ^8[table offset] [3-letter car name] ["filter" pattern]:
^3!stats ^8[playername pattern]:
^3!dstats ^8[playername pattern]:
^3!ver:
^3!help
# Actions to execute when player teleports to pits by options or SHIFT+S.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
#EnterPitAction = /msg {Nickname}^8 teleported to pits !
# Actions to execute when player spectates or disconnects (leaves race).
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
#LeaveRaceAction = /msg {Nickname}^8 leaves race !
###################################
# Pitting penalties
###################################
# Actions to execute when player gets drive-through penalty.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
#DriveThroughPenaltyAction = /msg {Nickname}^8 reached drive-through penalty maximum.
# Maximum Drive-Through penalties to tolerate.
#MaxDriveThroughPenalties = 1
# Actions to execute when player gets stop-go penalty.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
#StopGoPenaltyAction = /msg {Nickname}^8 reached stop-go penalty maximum.
# Maximum Stop-Go penalties to tolerate.
#MaxStopGoPenalties = 1
# Actions to execute when player gets 30 seconds penalty.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
#Time30PenaltyAction = /msg {Nickname}^8 gets 30s penalty.
# Actions to execute when player gets 45 seconds penalty.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
#Time45PenaltyAction = /msg {Nickname}^8 gets 45s penalty.
###################################
# FTP transfer
###################################
# Results files can also be transferred to FTP server.
# Define following parameters to use this feature.
#FtpServer = your ftp server
#FtpLogin = your login
#FtpPasswd = your password
#FtpRemotePath = your remote dir
####################################
# Flooding options
####################################
# Actions to execute, when player writes many lines within defined amount of time.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
FloodAction = /msg {Nickname}^3 is flooding
# Maximum number of consecutive lines allowed.
MaxFloodLines = 3
# Maximum time between two consecutive lines in milliseconds to count as flooding.
MaxFloodLinesTime = 5000
####################################
# Spinning detection options
####################################
# Minimum angle velocity to trigger action. Possible values: 0 - 720.
MinAngleVelocity = 250
# Action to execute when angle velocity is higher than MinAngleVelocity.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
# {AngleVelocity} - Angle velocity in degrees
#AngleVelocityAction = /spectate {Nickname}|/msg {Nickname} ^3 removed from track for wrecking
AngleVelocityAction = /msg ^1Danger! ^8{Nickname} ^2lost control!
#MaxNbInStunt is max time (in 100 ms) allowed in stunt mode before MaxNbInStuntAction is executed. If -1 No MaxNbInStuntAction are activated.
MaxNbInStunt = 20
MaxNbInStuntAction = /spectate {Nickname}
####################################
# Idling options
####################################
# Actions to execute, when speed of player is zero for defined amount of time.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
OnIdleAction1 = /msg {Nickname}^3 is idle ! Spectate in 30 seconds
OnIdleAction2 =
/spectate {Nickname}|
/msg {Nickname}^3 spectated for non-activity!
# Idle timeout for OnIdleAction1 in seconds.
OnIdleTimeout1 = 120
# Idle timeout for OnIdleAction2 in seconds.
OnIdleTimeout2 = 150
####################################
# Drifting options
####################################
# Actions to do on new personal best drift lap.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
# {DriftScore} - Drift score
# {Car} - Car used
#DriftPBAction = /rcm {Nickname}^3 made new PB: ^7{DriftScore} ^3pts!|/rcm_all
DriftPBAction = /msg {Nickname}^3 made new PB: ^7{DriftScore} ^3pts!
# This is filepath of file containing collected data.
# Will be created if it doesnt exist yet.
# You must ensure read/write access to this path.
DriftDatabase = ./DriftPB.txt
# Actions to do to when total lap drift score is higher or equal to MinimumDriftScore.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
# {DriftScore} - Drift score
# {Car} - Car used
DriftLapAction = /msg {Nickname} ^3drifted to ^7{DriftScore} ^3pts
# Private message to get on end of each drift.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
# {DriftScore} - Total drift score
# {LastDriftScore} - Last drift score
PrivateMessageOnDriftScore = Score: ^7{DriftScore} ^3+{LastDriftScore}
# Action to execute on good drift score.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
# {LastDriftScore} - Last drift score
GoodDriftScore = 4000
GoodDriftAction = /msg {Nickname} ^3made excellent drift: ^7{LastDriftScore} ^3pts
# Minimum drift score required.
MinimumDriftScore = 500
# Actions to do at end of lap if MinimumDriftScore is not achieved.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
# {DriftScore} - Drift score
# {Car} - Car used
#DriftTooLowAction = /msg {Nickname}^3 disqualified|/spectate {Nickname}
#DriftTooLowAction = /msg {Nickname}^3 is one lousy drifter ({DriftScore} pts)
# Minimum speed in km/h to maintain. Driving below that speed will reset score.
MinimumDriftSpeed = 50
MinimumDriftAngle = 15
MaximumDriftAngle = 100
####################################
# Hotlapping options
####################################
# This is filepath of file containing collected data.
# Will be created if it doesnt exist yet.
# You must ensure read/write access to this path.
Database = ./PB.txt
# Define max time of split to trigger action.
Split1 = 0.28.10
Split2 = 0.59.00
Split3 = 1.30.00
# Actions to do on splits.
# If more actions, separate them with '|'.
# Possible variables to use:
# {SplitTime} - Split time
# {Nickname} - Nickname of driver
Split1Action = /msg Great 1st split ({SplitTime}) by {Nickname}^8 !
Split2Action = /msg Great 2nd split ({SplitTime}) by {Nickname}^8 !
Split3Action = /msg Great 3rd split ({SplitTime}) by {Nickname}^8 !
# Maximum allowed lap time to record it and execute action.
MaxLapTime = 2.00.00
# Action to do on new personal best lap.
# If more actions, separate them with '|'.
# Possible variables to use:
# {Nickname} - Nickname of driver
# {Username} - Username of driver
# {LapTime} - Lap time achieved
# {Car} - Car used
#PBAction = /msg New PB by {Nickname}^8 ({Car}): {LapTime}
PBAction = /rcm New PB by {Nickname}^8 ({Car}): {LapTime}|/rcm_all
####################################
# Acceleration options
####################################
# At which speed to start and stop measuring time. In km/h.
AccelerationStartSpeed = 1
AccelerationEndSpeed = 100
# Maximum acceleration time in seconds to show private message.
AccelerationPrivateMaxTime = 10
# Message to show to players.
# Possible variables to use:
# {AccelerationStartSpeed} - Starting speed
# {AccelerationEndSpeed} - Ending speed
# {AccelerationTime} - Acceleration time achieved from start to end speed
AccelerationPrivateMessage = ^3{AccelerationTime}^8 seconds to {AccelerationEndSpeed} km/h !
####################################
# Overriding options
####################################
# Instead of changing default options above, you can overide them.
MaxLapTime = 1.50.00

Ive havent set this up Properly yet because i was just testing if it worked.

Thanks,

Please help

Dmwright
dmwright
S2 licensed
Check His Feedback
Young Racers Club Server!
dmwright
S2 licensed
Hi,

Im going to host a server on DEMO, this would before kids below the age of 11 or 11, with a few exeptions. Im thinking of doing this because this would make LFS Demo a Cleaner enviroment. This would be on a BL GP Track with the car XFG. This server will be host on various times of the day. This will give kids a bit of a race where they can practice and race with there round about age group, which would stop them crashing into other more expericanced drivers and being banned.

What do you think?


Server has been hosted now in a few mins, (Young Kids Ages 3-11)

Matt
Last edited by dmwright, . Reason : Server Name
dmwright
S2 licensed
Ok thanks for trying
Favour Please....
dmwright
S2 licensed
Hi,

Ive just loaded a server up but one of my friends had trouble connecting.

Ive Hosted it on Demo ATM just for testing,

Please could somebody try and connect?

Banger Racing
Demo
11people
Car XFG

Thanks would be grateful

Dmwright
LFS W[17] Patch Demo Server
dmwright
S2 licensed
Hi,

Ive just searched for a Demo server on W17 patch and there appears to be no servers. Im going to set one up which is temperary so if any Demo people can have ago on the server and see if they like it. The server name will be Kr racing team. You cant miss it because its the only one but the track and car will be XFG Bl1.

I didnt know where else to put this so i thought here was a better place?

Thanks.

Matt

Btw this server is a temperary one so it will be on and off during the day when i have to turn my computer off.

Edit:i have seen 4 server but ill still put the server on because 1 is private and others are all cars so ill have xfg on.
Last edited by dmwright, .
Laptop Power Problems
dmwright
S2 licensed
Hi,

I am having trouble with my Sony Vaio PCG-K215b laptop.

The problem is..when I have it plugged in using the AC Adapter (power supply) the light on the power supply flickers and the laptop changes constantly between the three modes of AC Powered, Battery and charging - every second. However, when the power supply is unplugged from the laptop the green light on it stays constant and doesnt flicker whatsoever.

Also as you may know, when the battery is removed from the laptop and it is plugged in it should run on AC power, but mine doesnt (because it had to be turned off to remove the battery) it just powers up and then straight back off again...Whats wrong with it???

Any Help on the above would be much appreciated.

Thanks Again ,

Dan
dmwright
S2 licensed
Hi Guys,

I race on LFS Demo a little bit when i want to have ago with the old track and old car (To me). Ive raced on demo 6 months and 4 months S2. I also have an answer for you:

S2 = £24 down = Best buy ever

Matt

P.s One of the reasons why i got s2 is because of crashers and also because i got bored winning and the track was becoming boring.

Edit : Btw I recommend Apexi Racing Server or DSR Racing Team
Last edited by dmwright, . Reason : See above
dmwright
S2 licensed
Hi,

I always give way to someone on blue flag only if they dont put abusive messages to me or try and take me out (which rarely happens). Although if i was lapping somebody and they didnt move and they where hard to pass and holding me up ide knock them slightly which would fource them wide which would leave me a little bit of room to get through. Although i wouldnt hit them wide hard because they would come off and that would be fair but i still think every one should respect Blue Flag. In karting your allowed to knock them wide when a flag has been put up and the driver hasnt moved your allowed to use more force so this is where ive found my tip from..

Dmwright
dmwright
S2 licensed
Hi m8,

You might remember me from CLC but i have a couple ideas for you.

A while back a friend of my had a virus on his computer which made his pc reboot. So im suggesting a virus scan but it probably isnt that.

Another thing is system temp (to change this when you switch your pc on and it say at the bottom Press F8 to enter setup. Go in there and go to the system temp section and try putting your cut-out temp higher.

Good Luck,

Nofear/Matty
dmwright
S2 licensed
Hi,

Just tried it and the IP address did change but it didnt make a difference to Habbo Hotel.

Thanks Anyways

Matt
dmwright
S2 licensed
Hi,

Jakg Ill unplug the router internet and ill wait for a few mins to see what happens.
Ip Address Changing (Habbo Hotel)
dmwright
S2 licensed
Hi,

My sister plays Habbo Hotel but she has recieved a Perm. ban for scamming. She tells us that she hasnt scammed and it is some sort of error. They have banned the IP Address so i was wondering how could i change the IP Address which you would use with a wireless router?

Many Thanks,

Dmwright
dmwright
S2 licensed
seems strange, would it be possible to run Edernet cable?

Matt
dmwright
S2 licensed
Hi,

i probably have the same card as you and i experiance timeouts now and then. Could i ask whos your provider and whatr router you use? And whats the reception?

Matt
dmwright
S2 licensed
How about a server which is Demanding and loads of people AFK?
dmwright
S2 licensed
lol
dmwright
S2 licensed
It looks like there going ahead with it
dmwright
S2 licensed
But there the fool its past 12
Google Gone Insane?!?
dmwright
S2 licensed
Hi Guys,

Just went onto my internet with Google as my homepage and i saw an advertisement saying 'New! Get FREE breakthrough broadband'. I thought this doesnt seem that bad but when i clicked on the link http://www.google.com/tisp/install.html) i thought i had gone mad. Wouldn't any normal person get connected through Cable, or BT? Or would you connect through toilet? Just seemed like a april fool joke to me but...

What do you guys think?

Matt
dmwright
S2 licensed
Just came to play LFS and i noticed i had to download. Thanks just going to try it cant wait
FGED GREDG RDFGDR GSFDG