The online racing simulator
Searching in All forums
(789 results)
the_angry_angel
S3 licensed
I've moved the posts out into here, for obvious reasons. I'd be interested in potentially drawing a little more attention to this, perhaps.

Quote from BurnOut69 :I still think this is a programmer forum (including all its subforums), and people at least should be looking for specific help on how to do this or that. Asking for "an insim to open the bank" sounds like a joke no matter if it shows in a proper search or not. Ask for a memory structure to hold user names and credit and I'll be the first to answer, but a "bank"??

I agree, but there's a line that needed to be drawn prior to myself being a mod, and erasing then re-drawing that line now could be considered equally as irresponsible. The way I would've dealt with things and how they are dealt with are potentially 2 different things. I agree that there should be a "if you want to program, go and learn properly" mentality.

However, the issue is not only with allowing these requests, but also how people respond to them. I have no real right to vet or prevent responses. If people continue to answer and post complete code for people to copy and paste, then the lessons are not going to be learnt. Short of preventing people from doing what they want (i.e. by restricting their freedom), there's not much the mods can really do at the end of the day aside from making things easier for others. We've tried to acheive this by splitting off this sort of stuff.

From a purely personal point of view I try and endorse this by providing limited, basic code, or just by providing conceptual answers, and I'm a firm believer that this is the best way to learn to program here. I truly believe that the LFS community is bad at teaching people to program, but the only reason for that is because the community doesn't cater for this. There are others that do and we should all be pushing people to those instead.

Quote from BurnOut69 :Take this as constructive criticism, I can appreciate the job of the mod team, specially here.

Don't worry, I do (take it as constructive) Don't take anything I say personally; I do swear a lot, but it's just how I express myself
the_angry_angel
S3 licensed
Quote from BurnOut69 :I still dont get whats up with this constant pollution of the programmers forum with threads like "Bank", "Cop Sirens" and crap like that.

Really, this shouldnt be tolerated or this great subsection will end up being useless, just like the teams forum.

They're tolerated because they're not in an area which has any value for a programmer looking for non-trivial help.

The Insim/Program request was created for the precise purpose of allowing this "crap". All other reasonable and non-trivial requests go in the main forum, or get moved there when I notice them.

This simple segregation gives the best of both worlds; The useful bit to programmers is more easily searchable than it was previously (because you can do a decent search ignoring this requests subforum), and program requests and very basic help is "tolerated" which has nurtured a few new programmers which are coming for the fore.

How you feel this is at all relevant for this thread is beyond me, however. I hope you feel this is acceptable. If not may I suggest that you just ignore this part of the forum. No one is making you read it. It was also made expressly at several people's moanings, including my own. It's working rather nicely for everyone else, but yourself it seems.
the_angry_angel
S3 licensed
Quote from Sponge :or is it just me seeing that?

It's probably the result of some errant dragging or copy/pasting. I've removed it.

For the record, it was CSS.
the_angry_angel
S3 licensed
You can unlock LFS on multiple PCs.
You can only use one of them in an ONLINE game at any one time (trying to do so will yield "username is already online" errors). Single player or local LAN game is fine.

I'd recommend not unlocking LFS on the new computer until you're content that it's setup correctly and stable as you only get upto a maximum of 2 unlocks, which gets topped up each Friday. Using the DEMO to test (in single player) should be sufficient to tell you whether or not to unlock.
the_angry_angel
S3 licensed
The OP's issue has been answered. Take any further personal issues to PM please.
the_angry_angel
S3 licensed
You don't use the mouse for pitstop options (F12). It's all done via the arrow keys. If you're using the arrow keys to steer you need to use shift+arrows.
the_angry_angel
S3 licensed
Quote from Maelstrom :Well I like it. Definitively not the best movie ever but it's an indiana jones.

I only partially agree. Yes many elements of the traditional Indy film, such as pure luck of the situation, etc. The cameos did grate a bit, but I liked the nods to the other films.

My main problem was that it was written for the 12 year old audience. I'm sure my 6 year old nephew will love it for that reason. I'm trying not to give anything away, but why the **** was the origin of the crystal skull explained in that way. The way the entire story merges into the various conspiracy theories from that era was very cool, but I just felt short changed. Its not that I'm not into that sort of thing. I love SciFi. A lot. I just don't think it had a place in an Indy film. If it was explained through "God", then it would've followed through the other films nicely.

All in all, I was quite disappointed and would not spend my money again on this film.
the_angry_angel
S3 licensed
Quote from morpha :It's extensive but the function names are fitting and it's well documented, unlike Ruby for example, which is just a jungle of functions with weird names... which is what I would call a mess

As you've alluded to, the biggest issue is not the size of the stdlib, but more a case of consistancy. There is no structure in PHP regarding various things - be it function naming format, whether or not it's haystack, needle or vice versa. That is PHP's largest problem these days and sadly without breaking compatibility, in a very big way, it cannot be fixed

There are plenty of applications and frameworks which help with this, and the various classes which have been introduced into PHP recently show a willingness to conceed that PHP is "broken" (in terms of spaghetti naming, argument ordering, etc.), but can't be fixed right now.

These frameworks immeasurably help in coding with PHP, although they do clearly add some overheads, which in some instances are actually pretty significant.

With regards to security issues (which is mostly what stems many sysadmin related arguments I've had with people regarding PHP, and in turn has affects "users" understanding and opinions on it), in the right configuration and the right hands PHP can be secure. However like all software it can contain bugs or be misconfigured. Things like the hardening patch (now Suhosin), having sensible PHP configuration, and good filesystem permissions go a long way, along with coding practises.
the_angry_angel
S3 licensed
I guess it's a matter of perspective and how you listen to music at that time.

I often work with music on in the background and usually I'm not listening to the words all the time. However, on the rare occasion I sit down to actually listen to music (and do nothing else) I like to listen and warble along to the lyrics (or at least a close approximation).
the_angry_angel
S3 licensed
Quote from ThaBobsta ://Asking devs here... Why did you even encrypt the CFG file...

It's not.
the_angry_angel
S3 licensed
Given that the skins are jpgs and need to be in that format for the skin tool (which is a compressed format, so you'd have to detect the change and then re-covert on each change/request), and given that you'd have to find some way of detecting where was being clicked/edited/changed (taking into account occlusion, if it was being used in 3D mode) - "quite difficult" Breizh

Creating a new skinning tool would be easier than modifying the existing one, probably
the_angry_angel
S3 licensed
Quote from pearcy_2k7 :I was thinking that in LFS would there would a be a ranking for each track, you upload a track for every car on that track and see whos the fastest.

Sounds an awful lot like hotlapping..?
the_angry_angel
S3 licensed
If you wanted this to be endorsed by the devs, it's likely this would only run on "official" servers run by themselves and a few trusted individuals. Since there are rarely any "official" servers, I doubt we'd see this for the moment.

I'm sure that a community run thing would work well, but it would obviously require buy-in from server administrators.
the_angry_angel
S3 licensed
Sorry, I must be confused.. You can't use 2 clients (using the same LFS licence) to find yourself online, the master shouldn't let you do that as it would constitute using the same licence twice, online. You also can't use "find a user online" for local games that don't use the master.

Locally also unbanning yourself shouldn't make a blind bit of difference (unless there's an interesting tie-in [read: bug] with the ban list on a client affecting a username lookup).

/unban USER wouldn't unban a master server ban, only a local one.

Or were you actually trying to do something else?
the_angry_angel
S3 licensed
You mean Multiplayer > Find user online? Make sure that you've not typoed the username. Also check LFSWorld. Could be the user has received a master ban, however.
the_angry_angel
S3 licensed
At the moment, screen capture (either using screen capture software, or using screen output), send to streaming server, which people connect to using WMP/VLC/whatever. You can bypass the streaming server if you have enough upload bandwidth available, to just stream from where ever you're recording from.

There are various methods in acheiving this and outlining them all might take some time. It all depends what resources you have available to you. The one thing that is certain you'll need is a decent amount of bandwidth (upload) somewhere, typically on your actual front end server which users connect to.

That's if you want to stream it live during the race.

If you want to stream it afterwards you can just use something like camstudio to generate a SWF, or something similar, and pop that on the web.
the_angry_angel
S3 licensed
Quote from xaotik :Have you tried Mozilla's?

http://www.mozilla.org/projects/calendar/

I think fordie is more after a centralised server solution, rather than a just client... Or have I misunderstood?
the_angry_angel
S3 licensed
Ok, you'll have to explain what a GPS sports watch is used for... I realise it's for tracking, etc. but I don't see how it can be used to improve yourself much - it's not like analysing a lap surely?
the_angry_angel
S3 licensed
Never had an issue with public folders on the various client's I've used it at - provided the exchange server has enough memory available, it should be ok Perhaps it's time to start thinking about bunging more hardware at the problem (obviously I don't know your infrastructure, so I don't know what the situation is there..)? Unless the users are at a remote site and they're accessing them using Outlook over HTTP RPC (aka Outlook Anywhere), in which case there's not much you can do about that if the office upload sucks or if their line is constantly being raped...

There aren't really any other alternatives I could happily recommend, especially if multiple users are all trying to use the same calendar. There are various replacements for Exchange as a whole but aside from a caldav server, which Outlook doesn't support natively, there's not really much for a standalone calendaring system. Exchange is kinda the defacto
the_angry_angel
S3 licensed
Impressive skills. How incredibly nutty though - probably has the turning circle of an imperial war cruiser, he would've made a nice skin streak on the road surface if he'd fallen off (some poor bastard has to clean that up!), and I'm sure I'd be "pleased" if I was held up by someone doing that in the UK...
the_angry_angel
S3 licensed
What do you mean by "drift script"? What do you want it to do? Odds are that you can probably do what you want with LFSLapper and you don't need a whole new application written...
the_angry_angel
S3 licensed
Quote from Mazz4200 :Unless TAA was trying to be a cunning little devil by playing the old slight of hand card trick and getting all his rivals to choose SA's and loose mucho points....

shuuuuussh!
the_angry_angel
S3 licensed
Quote from HVS5b :Re: Super Aguri - I wonder if this means you get at least two guaranted race finishes?

Certainly seems to be an interesting concept. Do you take the risk and save money by using force india, or do you spend more and take the safe positions? I know what I'm going for at least.. (one of my drivers was Antony)
the_angry_angel
S3 licensed
Set the action of whatever you want the indicators set to /press 9, press 0, etc. This simulates pressing the indicator buttons, which themselves cannot be changed at the moment.
FGED GREDG RDFGDR GSFDG