The online racing simulator
Searching in All forums
(896 results)
mcgas001
S3 licensed
Meh, its a computer. Does what i need it too (So far)
mcgas001
S3 licensed
Basic and crap
That isnt limewire and bittorrent in the taskbar :P
mcgas001
S3 licensed
Quote from DieKolkrabe :+1

I'll ask my Q in this thread...

Is it possible to make a multiple choice system via InSim?

DK

edit: what you mean multiple choice?
mcgas001
S3 licensed
Quote from dawesdust_12 :You mean you don't get hyper after coding?

I go code a bit, then feel like I could run a marathon. It happens, I swear.

I know the feeling too, After i code for hours on end to find out i have some big bugs. I love it and almost party when i fix them
mcgas001
S3 licensed
Quote from J@tko :got it working!!!!

Go onto (this works with any bbc station) the normal 'listen' link. Then press 'listen in Windows Media Player'. Then right click the player, press properties and copy link there into lfs wmp.

heh, well done.
mcgas001
S3 licensed
Quote from J@tko :Ah - yeah. That makes sense

Hmmmm...ill see what i can do about that..
mcgas001
S3 licensed
Quote from J@tko :Got that. I've done 5 live (to hear the footie scores!), it comes up in-game, but doesn't play.

piccie attached.

OK, i just tried it myself. The reason it doesnt work is because it wants to use Real player not WMP.
mcgas001
S3 licensed
Quote from ACCAkut :Will you eventually make a WinAmp version of that prog?

I have just found something to make winamp work. Im gonna have a play later and see how well it works.

Quote from baSh0r :or a media monkey version?

Ive never heard of that but il look it up.

Quote from J@tko :How do I make the radio work?

To get the radio to work, enter a direct radio URL in the box on the main program window. Click set, then ingame click Radio. That should work.
mcgas001
S3 licensed
Ive noticed in RoR theres a setting for CPU, Change that to 1.Single core. I gained about 20 FPS with that.
mcgas001
S3 licensed
Quote from JamesF1 :Oh please... jagged arrays? Who comes up with this crap? Multi-dimensional... thanks.

Im n00b
mcgas001
S3 licensed
I blame MSDN

[COLOR=blue]class[/COLOR] TestArraysClass
{
[COLOR=blue]static[/COLOR] [COLOR=blue]void[/COLOR] Main()
{
[COLOR=green]// Declare a single-dimensional array [/COLOR]
[COLOR=blue]int[/COLOR][] array1 = [COLOR=blue]new[/COLOR] [COLOR=blue]int[/COLOR][5];

[COLOR=green]// Declare and set array element values[/COLOR]
[COLOR=blue]int[/COLOR][] array2 = [COLOR=blue]new[/COLOR] [COLOR=blue]int[/COLOR][] { 1, 3, 5, 7, 9 };

[COLOR=green]// Alternative syntax[/COLOR]
[COLOR=blue]int[/COLOR][] array3 = { 1, 2, 3, 4, 5, 6 };

[COLOR=green]// Declare a two dimensional array[/COLOR]
[COLOR=blue]int[/COLOR][,] multiDimensionalArray1 = [COLOR=blue]new[/COLOR] [COLOR=blue]int[/COLOR][2, 3];

[COLOR=green]// Declare and set array element values[/COLOR]
[COLOR=blue]int[/COLOR][,] multiDimensionalArray2 = { { 1, 2, 3 }, { 4, 5, 6 } };

[COLOR=green]// Declare a jagged array[/COLOR]
[COLOR=blue]int[/COLOR][][] jaggedArray = [COLOR=blue]new[/COLOR] [COLOR=blue]int[/COLOR][6][];

[COLOR=green]// Set the values of the first array in the jagged array structure[/COLOR]
jaggedArray[0] = [COLOR=blue]new[/COLOR] [COLOR=blue]int[/COLOR][4] { 1, 2, 3, 4 };
}
}

http://msdn2.microsoft.com/en- ... rary/9b9dty7d(VS.80).aspx

mcgas001
S3 licensed
Grrr... I hate being wrong



E: wtf is HTH?
mcgas001
S3 licensed
Im not sure about php myself but in C# theres arrays known as jagged arrays, They are basically arrays in arrays. Something like this....

[COLOR=blue]int[/COLOR][][] jaggedArray = [COLOR=blue]new[/COLOR] [COLOR=blue]int[/COLOR][6][];

You could use the first part of the array to store connection number or something, then the second part to store the data for that connection/user. Like i say, dont know if PHP has them but maybe?
mcgas001
S3 licensed
Quote from shaun463 :Sean, Can I use LFS Real Cam at the same time as this with different ports because when I open LFS Real Cam and enter the port in LFS, LFS WMP closes. Any ideas?

You should be able to run them on the same port. So dont run LFS WMP and LFS Real Cam on different ports, use the same.
mcgas001
S3 licensed
Sam, What you could do is make a little while loop or something after the track has changed. Then get that loop spinning and each time it goes through send a "/clear" at lfs, Maybe every 500'th of a second or something. that would solve it in seconds.

Edit: Theres acutally another way too Sam. Make a little bool, When the track has just changed set it to true. Make a little timer that starts after track change to make the bool false again. then check on join in the NPL packet, if false, do nothing. If true, spec
Last edited by mcgas001, .
mcgas001
S3 licensed
Quote from LFSn00b :Works fine here too, thanks Scawen



You could also make a line 'X added AI Y' if that is possible?

Quote from Scawen From patch Y10 thread : Please let's not slip into the idea that this is a requests thread.

If that does happen, I'll end up getting annoyed, and close the test patch forum and get on with what I need to do, in peace.

I rest my case.
mcgas001
S3 licensed
Quote from franky500 :nope... but a few warnings might not go amiss

Awwww
mcgas001
S3 licensed
Quote from franky500 :the name is already out.. simply does not get put back in again. Not very fair if the same person wins several times on this.

Does that mean now matter how much i spam, no more winnings?




mcgas001
S3 licensed
Quote from Eclipse2000 :Im using LFS External And Lapper !

What do you plan on making? Or need help with?
mcgas001
S3 licensed
Quote from J@tko :/me hasn't tried yet.

Been so busy with work, that I havn't had a go yet.

Will be on it tomorrow, from the screenshot it looks perfect

OK, Thank you
mcgas001
S3 licensed
Quote from mobiholik :ok but i have problem now with WMP verson.
When i try play my playlist it won't start there is just title of the playlist and 00.00 time of the playlist. and when i push Radio button it says "Error: no URL set"
sorry for my bad english

Have you added songs to the playlist? As for the "No URL Set" thats the radio part.
mcgas001
S3 licensed
Quote from mutt107 :how you type insim port into lfs?

Entry Screen or in a server type "/insim 29999"

or what ever port.
mcgas001
S3 licensed
J@tko: is the task bar thingy working ok for you?
mcgas001
S3 licensed
Quote from mutt107 :whats that??

Are you on about the LFS WMP or LFS iTunes, If you mean LFS WMP theres a link on the first page on how to make a playlist. They cost nothing, they are just a selection of songs played in your own selected order. as for LFS iTunes im not so sure.
mcgas001
S3 licensed
Quote from mutt107 :where i get songs dose it cost anything? im talking about a playlist thing...

WMP Version?
FGED GREDG RDFGDR GSFDG