The online racing simulator
Searching in All forums
(173 results)
Robbo01
S3 licensed
Game is installed in C:\LFS , yes i have made a fresh install but made no difference and i think it might of only started happening after i installed 0.6F patch im not 100% sure
Black Screening / Only working in very small window
Robbo01
S3 licensed
Hey Guys, had this problem for awhile now but not found a permanent solution.

The problem is that when i start up LFS there is just a black screen but the buttons etc still work as i can hear when i click in that area, the only way i can get to see the LFS menu etc is to minimize LFS to a very small window as shown in pictures.

i can get it to start normal again by deleting the cfg.txt file and starting lfs up again but, as soon as i closed lfs and start again it goes back to my original problem.

does anyone have any idea ? Any help is welcomed

Thanks.

EDIT: Just updated to 0.6G but also happens with previous versions.



Last edited by Robbo01, .
Robbo01
S3 licensed
Quote from mariuba2 :hey guys my insim wont connect i was thinking if somthing was wrong with stat or i put a wrong code or somthing but no error showed + no warning.


thats happening because you have changed LFS_External to ^2LRC InSim on the insim settings
Robbo01
S3 licensed
that code wont work properly in your insim either because you are using admins from a .txt file you need to change it to this

case "!track":

if (FileInfo.IsAdmin(Connections[GetConnIdx(MSO.UCID)].Username) == true)
{
try
{
if (StrMsg.Length > 0)
{
if (StrMsg[1].Contains("-"))
InSim.Send_MTC_MessageToConnection("^1InSim:^7 Unknown Command", MSO.UCID, 0);
else
{
InSim.Send_MST_Message("/msg ^6- ^7Changed the track to ^6- ^7" + (StrMsg[1]));
InSim.Send_MST_Message("/track " + (StrMsg[1]));



}
}
}
catch
{
InSim.Send_MTC_MessageToConnection("^1InSim:^7 Go to race menu!", MSO.UCID, 0);
break;
}
}
else InSim.Send_MTC_MessageToConnection("^1InSim:^7 Command not Authorized!", MSO.UCID, 0);
break;

Robbo01
S3 licensed
Quote from Matthewrobinson :auup i have had an insim that been messing up on me and when i download this open source is it surposed to look like this If Not Can Some 1 Post a picture how it is surpose to look please

yes it is supposed to look like that, you just change it to how you like it if you want to
Robbo01
S3 licensed
http://chudy2001.comze.com/tweak/Tweak%20z28_v.02.rar

Tweak for Z28

slickmod also on that website in downloads section

http://chudy2001.comze.com/
Robbo01
S3 licensed
4-stroke i think they run better and sound better than 2 strokes
Robbo01
S3 licensed
Quote from Jsdrifts :Hi

I know there is a Lfs Strobe, and Cops1, 2, 3

but can anyone make sich Strobe Programme, that the lights are flashing, but not at the same time?

So it have to be: Left light, right light, Left light, right light, Left light, right light, Left light, right light, Left light, right light

okay?

Thank you!
Grz, Jappe [RP].

im sure with the LFS Strobe that tommy made you can create your own custom strobe?
Robbo01
S3 licensed
hmm i can't really be botherd to read all of that website so can someone just tell me why its closing?
Robbo01
S3 licensed
Quote from sun :nope it still goes up.

what goes up
Robbo01
S3 licensed
yes try it
Robbo01
S3 licensed
do what dawesdust_12 said then use if total distance == 100
Robbo01
S3 licensed
Quote from shaun463 :I knew that, but how does it work when coding in C#?

just create a button with the symbol in it and enlarge it
Robbo01
S3 licensed
Quote from sun :hey,

I'm still wondering how to give a bonus when a certain kiloMeter has been driven. I'm willing to give you my code below.
[SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]
if (100 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 19155;
}
if (200 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 29000;
}
if (300 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 30000;
}
if (400 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 40000;
}
if (500 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 50000;
}
if (600 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 60000;
}
if (700 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 70000;
}
if (800 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 80000;
}
if (900 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 90000;
}
if (1000 < Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].TotalDistance / 1000)
{
Connections[GetConnIdx(Players[GetPlyIdx(MCI.Info[i].PLID)].UniqueID)].Cash += 100000;
}
[/COLOR][/SIZE][/COLOR][/SIZE]

The only problem with this is that, it keeps on giving you money constantly, every second. I really dont know whats wrong.

Can anyone help me?

it keeps on giving you money all the time because 100 < totaldistance means if there distance is bigger than 100 do that action so everytime it checks there distance its gunna just do that first action which is 100 < Totaldistance because its got no maximum Value you should do if totaldistance > 100 & totaldistance < 199.. etc that should work
Robbo01
S3 licensed
im sure u can just use a
  • and make it bigger and change the colour of it for a circle button and just try to find a rectangle in the other languages and make it bigger and change the colour of it that might work
Robbo01
S3 licensed
Yep that is possible alot of people do it here is a set for it

keep spinning in 1st gear full lock until your tyres begin to wear and lose grip then change to 2nd gear then wait until tyres are flat and change up to 5th through the gears and keep your foot flat on the accellerator and there you go your spinning
Last edited by Robbo01, .
Robbo01
S3 licensed
If you use Stuff's code but replace

InSim.Send_MTC_MessageToConnection("Trainer Chat: " + MSO.Msg, MSO.UCID, 0);


With what he also said


InSim.Send_MTC_MessageToConnection("Trainer Chat: " + MSO.Msg, c.UCID, 0);

it should work
Robbo01
S3 licensed
Quote from Marco1 :and u think now we are making that for u ? FAIL !

or u dont have self-initiative

i say only learning by testing/doing


and a OVAL???!!! CRUISE SERVER??!!

maybe u have forgot that LFS is a RACING simulator

so why did you visit cruise servers and start your own
Robbo01
S3 licensed
Quote from grkskate :Can any1 convert snowmod or nightmod to version 0.5 Z ??
I tried to install them in Z but they don't work

If any1 converts he/she will be my god!!



Thanks!

im sure they still work in Patch Z :S i used the night mod
Robbo01
S3 licensed
Quote from daleffinho :try UK version!

rofl
Robbo01
S3 licensed
you need to find them in the code and then u can edit the co-ordinates

co-ordinates are like this

InSim.Send_BTN_CreateButton(" ", Flags.ButtonStyles.ISB_DARK, 30, 100, 40, 50, 1, NCN.UCID, 2, false);

Height
30,

Width
100,

Position Up/Down
40,

Position Left/Right
50,

Button ID
1
Robbo01
S3 licensed
Quote from Furiously-Fast :Well if you don't like the number of people in cruise servers, here are things you can do:

1) Turn off the 'Cruise' filter

2) And PM some free people, hook up on some race server and have fun.

And why should cruise servers not work for cruisers? We should also have the right to install anything racers can. After all, we payed for the same game.

i agree with him if you dont like cruise turn off the cruise filter and you will never see a cruise server again unless someone forgets to class there server as cruise instead of coming on here and complaining about all the cruise servers.. some people might want to cruise some people might want to race its up to them so why try to change it? if there are no good race servers make your own and then you can stop complaining about there are no good race servers.
Robbo01
S3 licensed
Quote from zimuli :Can i move it in the game?
Or if in the the source, where there, what i have to change?

I have a working LFS dedicated server at home with this cruising server.
Its first time a try to "program" my self :-/
I change the admin password and small text things etc. so i get it to work but to move the button in screen, that i dont know....

you need to find them in the code and then u can edit the co-ordinates

co-ordinates are like this

InSim.Send_BTN_CreateButton(" ", Flags.ButtonStyles.ISB_DARK, 30, 100, 40, 50, 1, NCN.UCID, 2, false);

Height
30,

Width
100,

Position Up/Down
40,

Position Left/Right
50,

Button ID
1
Robbo01
S3 licensed
Quote from flatron_22 :well guys i have allready build my Cruise server but the problem is to make one track like LTC [life to cruise ] Server with the tyres on the road and etc... can you help me?

While in your server or single player press shift+u to enter the layout builder then click Add more Objects or something like that on the left bottom side and more buttons will appear on the top right

http://en.lfsmanual.net/wiki/Autocross
Robbo01
S3 licensed
Quote from Silox :+1

Learn with editing, that's how I've learnt all my scripting languages...

+1 thats how i learn
FGED GREDG RDFGDR GSFDG