The online racing simulator
Searching in All forums
(979 results)
dougie-lampkin
S2 licensed
Quote from J@tko :lol

So its like German then, where to say something like "postal-related pasta", it would be something along the lines of "pastapostalrelated" [but in german :P]

Irish is exactly like that too. Pasta poist-gaolmhar
dougie-lampkin
S2 licensed
Quote from Tim_J_23 :I dont understand the meaning of having it so complicated. Just have logon/logoff.
So with this system you can only login 3 times a week?

You can only unlock a fresh LFS twice a week. Why would you want to unlock more than that? I think I've used about 10 unlocks since I bought LFS a few years ago, and that's after 4 PCs and 3 new patches
dougie-lampkin
S2 licensed
Thanks for the heads up, going to grab this now (And then find a way to dump steam afterwards )
dougie-lampkin
S2 licensed
Quote from EliteAti :Maailmanmestari

That doesn't look anything like world champion, looks a bit like some sort of postal-related pasta
dougie-lampkin
S2 licensed
Quote from S14 DRIFT :I had Contract with 3... The Indian call centres pissed me off, as did £25 for 200 minutes and 100 texts..

The call centres are a joke, when I joined they ballsed up my number (not the call centres mind, the "techies" :razz, so my old number was stuck in...somewhere. For 3 weeks they tried to port it again and again, until I refused to hang up until I could talk to a supervisor. They put me through to an Irish office, they fixed it on the spot, and gave me €50 and 3 month's free net. Delighted


Quote from pacesetter :O2, free texts to any network..... Absoloutly marvellous,

Is that on ready to go? I also don't want to top up by €20 every month, I use about €2.50 on calls a year
dougie-lampkin
S2 licensed
I used to watch TV when I was with Vodafone ages ago, it was like €10/month, really good value. I moved to 3 last year though, texts are 3c
dougie-lampkin
S2 licensed
As long as it never makes Irish TV, I couldn't care less. Also, why does the picture in the BBC article have to be so big? It's like it was staring at me as I scrolled along
dougie-lampkin
S2 licensed
O2 doesn't have 3G here, but they have i-mode, which is supposed to be nearly as fast. Only Vodafone and 3 have 3G coverage here for now

Jack - There's some kind of laws over here that phone companies have to buy the rights to broadcast on 3G I think, or else they need to pay big rent to use the 3G masts. If you buy a phone that supports 3G you'll have to register to a provider that supports it for the phone to use it. We have 99% 3G coverage nationwide, but less than half of our mobile providers actually use it...
dougie-lampkin
S2 licensed
From my experience, you'll get a lot more for it selling privately, rather than a trade-in. Throw it on ebay (maybe sell the games separate, include a few in the main auction though), and you should get more than a trade-in. Unless you get the PS3 in gamestation too, and trade in the console for store credit, and flog the games on ebay. Usually games are worth next to nothing for trade-ins, maybe €5-7 each
dougie-lampkin
S2 licensed
Quote from S14 DRIFT :Well yeah as you may guess.. Thanks to Sinbad for the recommendation.. although I need new chain/sprockets, new clutch cover+gasket to sort the oil weeping (Model problem, not this bike's fault) and new pads which I hope to fit over the weekend.

Need to polish up the forks to get rid off the pitting and peeling and it was given a new oil and filter yesterday so

Done about 900 miles on it since I picked it up, including the 220 mile ride back down.

Will be getting Pazzo levers and I'll probably get rid of the full fairing for a bellypan once the oil weeping has been sorted.. replace it with a blue bellypan and eventually some Gixer 750 USD forks... woohoo!

Liking the glowing rear disc
dougie-lampkin
S2 licensed
I was thinking of changing my hubcaps, but the ones that are on it are the only matching set I found. All my others only have one or two from a set
dougie-lampkin
S2 licensed
Why did they ever remove it? I have the original 60GB version, which supported about 7 games when released, but after an update supports 99% of them. I thought that was one of the selling points of the console, that it was BC'able without the huge amount of PS1 and PS2 games about?
dougie-lampkin
S2 licensed
StrMsg is an array. By setting it to check if it's less than 16, it won't work if there's more than 16 words in the message. If you still have the rest of the MSO code from the cruise tutorial, try changing it to Msg. Msg is a normal string
dougie-lampkin
S2 licensed
Quote from MariusMM :Still cant get it to work.

I tried something else today, but still isnt working the way I want it to...

Here is the current code:

case "!tr":
if (StrMsg.Length > 1)
{


int TrainerFound = 0;
foreach (clsConnection c in Connections)
{
if (c.IsTrainer == 1)
{
InSim.Send_MTC_MessageToConnection("Trainer Chat:", MSO.UCID, 0);
TrainerFound = 1;
InSim.Send_MTC_MessageToConnection(" " + MSO.Msg, MSO.UCID, 0);
}

if (TrainerFound == 0)
{
InSim.Send_MTC_MessageToConnection("No Permission :).", MSO.UCID, 0);
}
}
}
else
{
InSim.Send_MTC_MessageToConnection("No Permission :).", MSO.UCID, 0);
}
break;

Now when I use it, anyone who does !tr abc is able to see the message...

But I want it to show it to only people in the "Trainer group", and noone else.

And if you try to do this if your not in the group, you get the message "No Permission ."

But something is obviously very wrong.

Could someone please help me?

Marius.

Try re-arranging the braces around "if (c.IsTrainer == 1)", like above. As it is, it executes the "Trainer Chat:" message from the if statement correctly, and the curly braces after it will end the if statement, so it sends it regardless of if c.IsTrainer is true. Also using bool instead of int for TrainerFound would be slightly better practice, with either true or false. But that's just nit-picking
dougie-lampkin
S2 licensed
If it's getting a PC version, maybe it'll feel a bit more "sim-ish" then? Arcade racing games on the PC just aren't as good as on a console, I think
dougie-lampkin
S2 licensed
Quote from sil3ntwar :Sony publishes the GT games so PS3 exclusive means more idiots will buy their heater...i mean console.

Heh, that's funny. As in, my PS3 spent 3 days solid turned on, 4 foot away from a fairly sizeable fire, when I was "house-minding" (I love that term :razz. Didn't overheat at all, completed GTA IV twice over in two marathon sessions

As for the Xbox...I had an elite before (won it in an MS competition, sold it after realising how terrible it was), it spent a grand total of an hour and a half turned on playing TDU on a timber floor, standing up, and was too hot to hold at the rear when I turned it off. Might have been a defective one or whatever, but it still overheated after an hour and a half
dougie-lampkin
S2 licensed
Looking forward to this. Been playing GT2 again on the PSP, nearly finished it

What I'd really like to see is all platforms being the one online community (as someone said in the linked thread). Or at least, the console versions. Otherwise, especially if it's going to have as big a community as it promises to, it's going to get very annoying not being able to race someone or join clubs or whatever because they have a different console. That's what I'd like anyway

I presume the el cheapo option would be downloading a starter pack, and then additional content? A bit like LFS really

I think the mobile version will be the usual crap churned out for Java platforms. I've yet to see a very good mobile game that wasn't just milking the cash cow. I might be wrong, but I'd say it'll be best to steer clear of it
dougie-lampkin
S2 licensed
Quote from Migz :UF1 = Mini, bit old nowerdays to be driving too high school (laughing stock)

Minis are still possibly the coolest car to drive to school in (short of a supercar :razz, if it's in good nick. If it's a weapon of a yoke though, expect to be laughed at. Then again, if you drive any old weapon to school you're going to get laughed at

I choose UF1, mainly because I'm trying to source a Mini
dougie-lampkin
S2 licensed
If someone with the same ISP has the problem, it could be a network hole somewhere. Try ringing your ISP and ask them what the problem is. If they're any good (or, more likely, if enough people ring them and complain :rolleyes, they'll sort it.

You can also only get server IPs once your connected, through netstat. I don't think there's any way to find it otherwise
dougie-lampkin
S2 licensed
I'm just happy it came free with my GFX card Definitely not worth high-street money by any standards
dougie-lampkin
S2 licensed
Quote from Nathan_French_14 :Believe it or not....its worse.

You dont feel as digusted when playing it though, because its a no nonsense arcade game, with a good car selection and enviroments. It does'nt claim to be "TEH ULTRA-MOST REALISTIC CAR GAME EVAAAAR" like the stupid, bloom devoured piece of shit that is CM: DiRT.

Fixed (I need my welding mask for the desert stages :shy
dougie-lampkin
S2 licensed
Quote from Bandit77 :Besides not even being correct, this doesn't mean anything. But I don't want to imply that you think it's gonna be a high quality or big thing.

Sorry, but 9 months is actually bang on. Z was released on July 2nd, 2008. That was 41 weeks ago, which is 9 months and 17 days (not including today as a day). Like I said, around 9 months. It's just basic arithmetic, nothing fancy

It's your opinion if you say the patch will be shit, you have no proof of this. From past releases though, anybody with a bit of cop-on knows the amount of work that goes into them (whether it's visible or behind-the-scenes tweaks), and the quality product we get at the end.

Brown-nosing is also the complete wrong choice of words. Fed up with spanners coming here and bitching all the time is more correct. It's quite obvious to anyone that is not illiterate, that the last progress report we saw was that the Scirocco is delayed until further notice, which hasn't been received yet. What's the point in brown-nosing, as you call it, anyway? You think the devs pay users to suck up to them?

As you say, the ability to read is a virtue. The ability to think and comprehend seems to be even scarcer though
dougie-lampkin
S2 licensed
Holy bump batman!

Wheel damage isn't that common apart from scratches, dents and marks. I remember the picture of the Porsche test driver that crashed on that Autobahn, had a few spokes ripped off a wheel, and he went into a median barrier doing well over 150. Suspension and drivetrain damage would stop you long before wheel damage I think
dougie-lampkin
S2 licensed
Quote from Bandit77 :All you fanboys (yeah, I call you that)

Excuse me, but why are the people waiting patiently/not caring branded as fanboys, but those saying (and I quote) "The lack of an LFS patch ruined my Christmas" aren't? Just seems a bit ironic to me that you're calling those that actually have lives and believe it will come whenever it's done fanboys, and yet siding with those that are bitching and moaning. Or is anybody who is able to wait patiently like an adult, and not a 7-year old with ADD, branded as a fanboy these days?

And to your last question - I don't mind how much comes out in the patch. It would be nice to get 15 more cars, 3 more environments, and the rally pack. All I know is, about 9 months of work has gone into this patch since Z. So, 9 months of work will be in the patch.
dougie-lampkin
S2 licensed
This is genius, random clicking results in addictive little tunes
FGED GREDG RDFGDR GSFDG