The online racing simulator
Searching in All forums
(600 results)
DavidTiger
S3 licensed
edit the cfg.txt in the LFS root directory

Quote :OutGauge Mode 1
OutGauge Delay 1
OutGauge IP 127.0.0.1
OutGauge Port 11111 < make sure its the same as the dashboard port
OutGauge ID 0

DavidTiger
S3 licensed
No Problem buddy, I encontered the same problem myself
DavidTiger
S3 licensed
aktuellesPacket.DashLights is the problem..

Quote :unsigned DashLights; // Dash lights available (see DL_x below)
unsigned ShowLights; // Dash lights currently switched on

change to aktuellesPacket.ShowLights
DavidTiger
S3 licensed
The DLL would need to be updated for z25??
DavidTiger
S3 licensed
I know.. It was free and just, well never really need to changed it

Temp are higher because its overclocked, Got extra cpu cooling than stock heatsink, fan...
But I suppose, I dont game much now apart from LFS, DiRT and occasional COD4... never really changes from its idle temps (+/- 2-3°C)
DavidTiger
S3 licensed
K&N Airfilter

Quadbike, airfilter got wasted K&N should be better than the one that I had anyway
DavidTiger
S3 licensed
MK2 Golf GTI & Mk2 VW Scirocco (i know new one coming soon, but mk2 is nice :P)
^ ^ Track Pics ^ ^
DavidTiger
S3 licensed
Ahh, My case I have a 28cm fan on the side (sucking in), plus 3 fans at the front (sucking in), 2 at the back (blowing out)
CPU temp hovers around 30-35°C idle, playing small games such as lfs, Dirt.. maybe 40-50°C Depending on how long i played it...
Running crysis and other games such like I have seen 70°C but cools back to idle temps in 2-3 minutes of closing the game

Case: Image Here
DavidTiger
S3 licensed
Quote from PLAYAPIMP :I also used small icons

I prefer the small Icons and Never Combine... Just didnt like the look for the taskbar I like to see whats open and the text not just an icon
DavidTiger
S3 licensed
Yep, I used to have 3 OS's on the one HDD
XP
Vista
Linux
Now I just have Windows 7 on 1 partition and games, music, movies etc etc on another partition, so if I ever re-install an OS I dont lose the data on that partiton
DavidTiger
S3 licensed
It should be pretty similar since LFS_External has OutGauge functions in it..
I've thought about updating the program to 2008 as VB6 is very very buggy on windows 7 even in compatability modes

I'll look into it and post my findings

-David
DavidTiger
S3 licensed
Another Good Craked Screen Look :P

http://wallpapers.bpix.org/wal ... _LCD_Screen_Wallpaper.jpg

looks pretty real... fooled my brother
DavidTiger
S3 licensed
It would only take the same power as running lfs twice..
+1 from me also, maybe make use of the old monitor under the desk since I started using the TV
DavidTiger
S3 licensed
No Problem'o
DavidTiger
S3 licensed
Is it better to have the PSU at the bottom? Noticed a lot of high end PC's with them at the bottom...
Mine is at the top, back of the case... Thinking it would because hot air rises
DavidTiger
S3 licensed
Go into Multiplayer>Start new host.... make sure the admin pass is the same as the guage password...
Try making it blank \/
DavidTiger
S3 licensed
Games PC:
CPU: AMD Phenom II x4 940 Black Edition @ 3.4 GHz
MOBO: Asus Crosshair III Formula AMD 790FX
RAM: Geil Ultra Series 6GB (2x2GB & 2x1GB)
PSU: Corsair TX750W
GPU: 2x Novatech GeForce 9800GT SLI 1GB
HDD: 1TB Seagate Barracuda 7200.12
SOUND: Creative sb400 audigy 2
OS: Windows 7 Ultimate x64

This (family) PC:
CPU: AMD Athlon 64 x2 6400+ @ 3.66GHz
MOBO: AsRock Alive NF5-SLi1394
RAM: OCZ 4GB (2x2GB)
PSU: Corsair TX 650W
GPU: XpertVision Nvidia 8500GT 1GT (rubbish...)
HDD: 750Gb Maxtor DiamondMax22
SOUND: OnBoard 7.1ch
OS: Windows 7 Ultimate x86
DavidTiger
S3 licensed
Demo cars can be edited by changing values in the memory addresses.... Is that editing LFS.exe?? or on the fly?
Its just changin values in RAM? when closing lfs all changes made are reset to normal..
DavidTiger
S3 licensed
Enlighten you by making the demo cars editable in z25?
Just use CE you will find addresses for the demo cars in minutes... If you know how to search and initial values..
DavidTiger
S3 licensed
No matter how much license protection you could use, someone who tried hardenough could bypass it.
But im sure most demo users wouldnt try half of what it would take to bypass it...
DavidTiger
S3 licensed
Your determined to make it seem impossible to make licence protection...
Or just ripping the **** because im a demo...

LFS_External.dll isnt the best way to do it (get the source and make some bybass)
Online Check isnt the best way to do it (use wireshark, any network traffic sniffer to 'trick' it to recieve that the player is S1/S2...

Then what is the most secure... Nothing... Everything is bypassable somehow
DavidTiger
S3 licensed
it checks through InSim... Yea, they could re-write it but, I am in the process of adding online licence check and removing the LFS_External.dll way...
Quote from LFS_External Code :
Private Sub VER_InSimVersionInformation(ByVal VER As Packets.IS_VER)
If VER.Product.ToLower = "demo" Then
'user is demo, close the mod
else
'user is S1 or S2, allow use..
end if

DavidTiger
S3 licensed
There are no tweaks for z25 as of yet, Have to wait until the tweak is updated...
DavidTiger
S3 licensed
I know how to do this using, a socket control VB6, see if you can use any of this..

Public Type OutGaugePacket
Time(0 To 3) As Byte 'time in milliseconds (to check order)
Car(0 To 3) As Byte 'Car name
Flags As Integer '(0 To 1) As Byte 'Combination of OG_FLAGS, see below
Gear As Byte 'Reverse:0, Neutral:1, First:2...
SpareB As Byte 'Spare
Speed As Single 'M/S
Rpm As Single 'RPM
Turbo As Single 'BAR
EngTemp As Single 'C
Fuel As Single '0 to 1
OilPress As Single 'BAR
OilTemp As Single 'C
DashLights As Long
ShowLights As Long
Throttle As Single '0 to 1
Brake As Single '0 to 1
Clutch As Single '0 to 1
Display1(0 To 15) As Byte 'Usually Fuel
Display2(0 To 15) As Byte 'Usually Settings
ID As Long '(optional ID - if specified in cfg.txt)
End Type

Public Const DL_SHIFT = 1 '; // bit 0 - shift light
Public Const DL_FULLBEAM = 2 '; // bit 1 - full beam
Public Const DL_HANDBRAKE = 4 '; // bit 2 - handbrake
Public Const DL_PITSPEED = 8 '; // bit 3 - pit speed limiter
Public Const DL_TC = 16 '; // bit 4 - TC active or switched off
Public Const DL_SIGNAL_L = 32 '; // bit 5 - left turn signal
Public Const DL_SIGNAL_R = 64 '; // bit 6 - right turn signal
Public Const DL_SIGNAL_ANY = 128 '; // bit 7 - shared turn signal
Public Const DL_OILWARN = 256 '; // bit 8 - oil pressure warning
Public Const DL_BATTERY = 512 '; // bit 9 - battery warning
Public Const DL_ABS = 1024 ' ; // bit 10 - ABS active or switched off
Public Const DL_SPARE = 2048 '; // bit 11
Public Const DL_NUM = 4096 '; //noinfo
Public Const OG_TURBO = 8192 '; // show turbo gauge
Public Const OG_KM = 16384 '; // if 0 set - user prefers MILES
Public Const OG_BAR = 32768 '; // if 0 set - user prefers PSI

then just do the same as you did in prevous patches, but use the new variables

If (Packet.ShowLights And DL_HANDBRAKE) > 0 Then
HandbrakeLightON.Visible = True
HandbrakeLightOFF.Visible = False
Else
HandbrakeLightON.Visible = False
HandbrakeLightOFF.Visible = True
End If

*note:
Public Packet As OutGaugePacket

Hope that helps...
-David
FGED GREDG RDFGDR GSFDG