The online racing simulator
Searching in All forums
(788 results)
the_angry_angel
S3 licensed
Quote from aRIfA4 :They updated wine recently so no need to use command promt to run lfs dedi. you just double click .exe like you do in windows system and it works.

Assuming you're not running a headless server, and you're using a distro which has this level of integration, then yes. I can't think of any hosting/server rental companies that would provide a linux or any unix-like server in that state though.
the_angry_angel
S3 licensed
Quote from hyntty :Okay guys, but would LFS run on a 600 mhz processor?

Depends what you define as run. It would functionally work. I highly doubt it would visually be suitable to actually play LFS though.
the_angry_angel
S3 licensed
Pretty much in my experience. The idea seems to be with beefy chocolate like that, is that it's eaten in really small amounts, over a long period of time. If I have any it's usually with a ridiculously strong and large amount of coffee tbh.
the_angry_angel
S3 licensed
Thank you Dygear
the_angry_angel
S3 licensed
royk1991, I can safely assume you're at least 16, maybe 17 from your username, but your posting indicates that you're much younger.

If you're going to make a request you need to be much more specific
Quote :with !commands and so on plz plz plz

This is extremely vague, and as far as I'm concerned a pointless request. You need to have a proper specification of what you want, and how you want it to work. A single paragraph is not enough, let alone a sentence. You really need to think about what you want and how you want it to work, down to the smallest detail. What command do you want people to use? Do you want a button interface? What is the goal of the modification? etc. etc. These aren't in any specific order.

You also need to be aware of just how much work you're asking someone to do, for someone who clearly doesn't know what they want - a detailed spec would indicate otherwise. Based on that fact do you really think you're going to get what you're asked for? Off the top of my head I can't think of anyone who posts in this part of the forum would help you based on your posts so far.
the_angry_angel
S3 licensed
Quote from bunder9999 :without them, wouldn't they run one after another, as opposed to all at the same time?

Yes. Traditional programs (i.e. non-forking (I've used the term forking quite liberally here, assume it means anything from an actual fork to a wrapper program)), such as LFS, do not return until they have finished executing. Since batch files work sequentially you cannot run a traditional program without using the start command.
the_angry_angel
S3 licensed
ECHELON isn't a new concept and the fact that there's going to be a public face to it doesn't mean that it doesn't already exist.
the_angry_angel
S3 licensed
Quote from TypeRacing :Bump !

You wrote this thread yesterday. Do not bump it in such a sort space of time. If someone has time to do what you want they will see your request. Feel free to bump after a week or month.
the_angry_angel
S3 licensed
Quote from Neilser :Maybe it's not a huge job to reimplement it?
Might be a good idea to ask more about this on the mod forum I suspect...

If anyone else had any interest in doing this, I think they would've done so by now.
the_angry_angel
S3 licensed
This wasn't suitable for the programming requests subforum. Moved to GD.
the_angry_angel
S3 licensed
Quote from DieKolkrabe :Is there a limit to how 'abusive' you can be before you get banned, or is it up to individual mods?

If you call anyone a ****, and it isn't me - I'd say those are pretty good grounds (if I was aimed at me, I'd laugh).

You're asking what is a pretty open ended question at the end of the day. We're pretty lenient here, and let a lot of things slide that other places wouldn't - because of this if you're looking for a list it isn't gonna appear. The general rules (treat others as you expect to be treated, etc. etc.) are spelt out in the agreement, but it's pretty flexible.

I will point out that more people get banned for posting cracked content then bad behaviour though.
the_angry_angel
S3 licensed
Doing anything on IP is an idiotic idea.

If you've truly made a cock up, write to the developers directly (using the link below) and they may provide you with an additional unlock before Friday.

http://www.lfs.net/?page=mailus
the_angry_angel
S3 licensed
Quote from henrico-20- :how does that sound?

Sounds lovely, but I don't see it happening.
the_angry_angel
S3 licensed
IS_MTC is a type of InSim packet, used to send a message to a specific connection or player. You can only use it in multiplayer.
the_angry_angel
S3 licensed
My suggestion would be to use VirtualBox, Microsoft Virtual Server, VMWare or whatever on your desktop/development machine and setup a low power linux server to test it first
the_angry_angel
S3 licensed
What does it matter? Version numbers are irrelvant. They are a method of naming for the developers and very little else.

Whats wrong with the next version being called "Dads Army VI"? Nothing. It's just a way of determining a version. It doesn't mean anything in particular therefore since it has no significance its irrelevant.
the_angry_angel
S3 licensed
Quote from Krammeh :Any chance of the build?

Well you've not said what architecture you're using, nor what distro.

I've not packaged anyway, but quite frankly all you do is make sure you've not got any of the X.org development libraries (which you'd have to explicitly say you want to install in most distros) download and extract the latest version of Wine, then configure, make, make install (you need the relevant build tools to do this, under anuy debian derivative just apt-get install build-essentials as root (either by su, authenticating and installing, then dropping out of root, or via using sudo):
wget http://switch.dl.sourceforge.net/sourceforge/wine/wine-1.1.1.tar.bz2
tar xf wine-1.1.1.tar.bz2
cd wine-1.1.1
./configure
make depend
make
<switch to root, or run the next command via sudo>
make install

Now just run LFS (I'd suggest running it in screen, or under nohup):
wine LFS.exe /cfg=path/to/setup.cfg

It'll complain, but it should run fine provided that dedicated=invisible in the cfg. Any problems with the cfg and it'll just crash out. Obviously you'd need to make the relevant alterations to your firewall and stuff.
the_angry_angel
S3 licensed
Zakk Wylde's Black Label Society are pretty good - if you like Ozzie then you'll like this - it's very much old school heavy metal.

SevenDust - I've been having a bit of a fest on them today - sort of alt./melodic metal, formed '92-ish.

Devildriver or In Flames are fairly similar and pretty good.

Tool or A Perfect Circle might be enjoyed if you're into your alternative rock.

Similiarly if you're into your industrial metal then Nine Inch Nails or Fear Factory.

Quote from thisnameistaken :Don't think I've ever heard anyone use a Monty Python sample before.

Certainly interesting doing a Fleetwood Mac cover to a Monty Python sample (track: Monty)
the_angry_angel
S3 licensed
I used to use a custom compiled wine (without X libs) and the server ran fine for months, only stopped for upgrades - so yes
the_angry_angel
S3 licensed
Quote from HVS5b :Thats how I read it

Oh dear.. That's not how I read it - I was taking it as explicitly whilst racing in an F1 event
the_angry_angel
S3 licensed
It's entirely possible to do, although is going to require a significant amount of work to acheive.

Are you looking for someone to do the bulk of the programming work, or were you hoping for advice of how to acheive it yourself? (I can't be bothered to write a huge response if you're looking for someone - I'll just move it to the requests forum if that's the case).
the_angry_angel
S3 licensed
Port forwarding. Look for instructions at portforward.com. Find the model of your router and then look for LiveForSpeed.
the_angry_angel
S3 licensed
Quote from danowat : , I would have just taken the "I don't like bikes" tack better

If it makes you feel any better dan, if I were in your neck of the woods I'd ride with you
the_angry_angel
S3 licensed
I'd be willing to put money on the fact that it's fine 100% of the time for everyone outside of your network. There's absolutely no requirement to use the in-game list when you're hosting and connecting to the server, on the same LAN.
the_angry_angel
S3 licensed
1. You should've gotten in touch directly with the developers (http://www.lfs.net/?page=mailus) or BMTmicro (which is more applicable in this instance) - the community cannot answer your question.
2. It actually says "Your payment was declined. Please contact your bank for more information.". I think that says it all really.
FGED GREDG RDFGDR GSFDG