The online racing simulator
Searching in All forums
(921 results)
broken
S3 licensed
Suggest a price for this project of yours.
broken
S3 licensed
Yes, bugs. How are bugs not related to the process of development?

@TVE: Not really, no.
Good guess tho!
broken
S3 licensed
Quote from sjava :Some people should chill,but im interested in 1 thing,it was planned to release VW Scirocco in the end of 2008 but what really happened

broken
S3 licensed
Quote from Nadeo4441 :Not again with the "you dont like the speed of the development, make your own game"

I never saw the word "your own game" in the quote.

It's true tho - if you don't like it - do something about it, instead of moaning.

This is how it goes:
Can't make a game like LFS => You don't have enough knowledge to know what it takes => You can't possibly know what could go wrong => You don't know how much time it may take => You have absolutely no right to moan, about it being slow.

I completely agree with the "make your own game" nevertheless. Why? Because, I'm pretty sure that 99% (not to say 100) of the moaners can't make a game like LFS and keep updating it at the same pace. And imagine how demotivational it would be if a few hundred or thousand people were moaning at you, while you were making this update for them. Tell me, how would this help you? It would cause the same reaction - Stop reading your own forum, so you can concentrate and do what you have to do, instead of wasting your time writing replies or progress reports(in which, by the way you get mostly hate for reporting, but not releasing .. after all these same people were moaning that you were not giving any reports on the situation).

No matter how many times this has been said, and in how many different ways - it is true. Going like "not this again" means that you have no arguments to beat it. Therefore - you are doing nothing but moaning.
broken
S3 licensed
Yes... A person, who thinks that everyone should obey him + a programmer who is still at the start of learning the language, let alone programming a whole insim application.

That would make a very good server.


@E.Reiljans:
1. I was just fooling around . Plus -you never said literally from scratch. These days, "from scratch" can mean many different things.
2. I can't make an application from scratch that outputs Hello world either. I need VS's headers. I can modify them. But writing them - no thanks - after all, that's what VS is there for.
3. Sorry for the late reply. I just didn't want to contribute to this thread anymore, because I didn't like where it was going. But, well, it got bumped now.

Quote :Please don't make this a discussion thread.. I'm only looking for some heeeelp!!!

It is a public forum.
Last edited by broken, . Reason : I said cruise app.. Nobody mentioned cruise.. -.-
broken
S3 licensed
Quote from MadCatX :[...] LFS might send this warning if you're trying to send too much data at "one shot"...

Or in this case - buttons.

Yep, splitting the buttons is a good solution. May I suggest once again a solution. When I started doing the base of my insim app, I posted it in the Spark thread. It has a button queue too.

Link: http://www.lfsforum.net/showthread.php?p=1520803#post1520803

Or you might just steal the button queue from that and use it, if you don't want to use Spark.
broken
S3 licensed
Quote from G!NhO :But the glass in the other door broke...

Go explain that to the insurance company..
broken
S3 licensed
Quote from Grinch :[1st post]

Suggestion: Translate the error. That way, people will have a better idea of what's going on.

Otherwise - I'd suggest using Spark too. But that's your choice, of course.

And, just wanted to say that I like this help request. No need to ask for code/language/used base. Just.. don't mind my nonsense.

[E]:
"Otherwise i need alot of Buttons."
Hint: Make a timer or something, and send them to some sort of a queue.. OR just find another way to send them with a delay (10ms between each button should be enough, I think). Sending too many buttons to a person at once might, and most likely will cause them to lose connection. Been there, done that - wasn't nice.
Last edited by broken, .
broken
S3 licensed
Quote from DarkTimes :[post above]

Isn't this the same thing I did?

Just copy the whole CompCar, and not the values one by one. <-- Think that's the problem(or ..solution), since the errors are thrown on these specific lines.
broken
S3 licensed
Quote from breadfan :I never said anything about tracks but I get your point. Well then this could be allowed only for Blackwood.

+1. I'd like to see that too.

Same should be applied for S1 users too, tho (only S1 tracks, obviously).

And later on, for S2 (only S2 tracks).

etc...?
broken
S3 licensed
A part of my clsUser.cs :

private CompCar _compcar = null;
public CompCar CompCar
{
get { return _compcar; }
set { _compcar = value; }
}

That's working without a problem.

In my MCI handler, I just do (rough code): User.CompCar = MCI.CompCar.

[E] Real MCI handler code:
private void Received_MCI(IS_MCI MCI)
{
int NumC = MCI.NumC;

for (int i = 0; i < NumC; i++)
{
CompCar CC = MCI.CompCars[i];
clsUser U = Users[getUserIdxByPLID(CC.PLID)];



U.CompCar = CC;
}
}

Yeah, I've given it a bit of LFS_External look, because that does the trick for me. ;d

Hope that helps.
Last edited by broken, .
broken
S3 licensed
@PoVo: Just set it to null (if I'm guessing right on what you're trying to do that is)?
broken
S3 licensed
Quote from vistaman :First of all,
it makes no sense to read your replys. If you're a racer, go race, if you're a drifter go drift. But still, we just want to have some news. That's all im trying to tell, and then you guys "E=MC²" (smartasses) come, and tell my that im telling pointless stuff?

Wow, you gotta be kidding me then.:stan:

This thread, you are posting in. Is news.
Yes, to be straight, with no smart assing (aka arguments): What you are saying, is pointless. Happy now?
Quote from vistaman :Totally agree

I think thats the reason why we getting mad at everybody

Please don't post in the forums during your period, then. Thank you.
And, please, stop using the word "we". It's you.
broken
S3 licensed
Quote from vistaman :... Please, stop telling us that your work is close to be finished! WE CANNOT BELIEVE YOU. You told us that the Scirocco will be released at December the 19th, 2008!!. And now?? IT'S STILL NOT released. And we're not happy about that. All we want is that you release some kind of beta, or atleast!, im repeating, ATLEAST a video or some screenshots. That would be good enough to keep our heads up. IF you have problems, why don't you just take some help of good coders?! I'm sure there are many people that would help.

I know the days, when i started to play LFS, (in year 2005). I had alot of fun. Servers were full, people were kind to everybody, nobody was complaining about something.

Now, have a look of these days! All you read in the chats is, insulting, complaining, reporting somebody. It just makes no fun anymore!

I wish you would understand it... Merry christmas and a happy new year...

P.S: That "Merry Christmas" in the Server list wont make us happy. Just let you know.

Shut up, OR at least speak for yourself only.

I don't care that you're here from 2005. Start doing your homework if you're so bored.
broken
S3 licensed
It's not rage. It's capitalized bolded text, to make sure this exact part stands out the most in my post.
broken
S3 licensed
Sorry to be rude. I've only read the start and the end of the post. Six days aren't enough to learn even the basics of any programming language. Maybe you can learn how to make windows forms, and make buttons interact with other stuff. But for a system, sophisticated like that (I saw "buttons, buttons, buttons", which pretty much means full gui, I guess), you need years. 1st year to learn. 2nd year to realize that everything you've wrote in the 1st year is crap, and needs to be rewritten, so it can be cleaner and faster. And by adding laziness to it, there goes the 3rd year.

If you don't want to go through all that, just suggest a price, be ready to pay much, and wait to see who will get to the project. Note: Anything under 100 euro is too cheap, and will probably be done from someone, who is still in the 1st year. There are exceptions to that rule of course, but I can not guarantee. Heck, even 200euro is a bit cheap for it. A normal price for a sophisticated and well optimized system like that would be something like 400euro, imo.

And when you add all the things you never mentioned, which will piss off the developer(the most common situation in this business), it can get even higher.




But then again, since you don't seem serious, you can get someone who is still learning to do it for you for free. Then, he will do nothing, you will be running an empty cruise server, and after a month or 2 you will get bored and stop it.



How to start learning exactly insim app developing - get a base from the Libs and Tools section, and start tweaking it. You can get any open source cruise project too.

It's all there.
The whole internet is waiting for you to make your choice. Google will deliver millions of results on the basics of any famous programming language. LFSForum has more than a few open source insim app bases, in many different languages.
broken
S3 licensed
To the moaners(the ones without any valid points, and/or knowledge) - Stop doing it, it's not helping anybody. It's not even going to calm you down, it's just going to get deeper, until you finally explode in megabullshit. Have you not got that already?
To the demoers wanting content: I guess you haven't really started to get into the real world yet. REALIZE IT - TOILET PAPER IS PAID, WHY WOULD LFS BE FREE, THEN? DUH DUH DUH!
broken
S3 licensed
Quote from vourliotis :LFS needs 2 communities: one for normal people and one for whiners.

I think I have to agree. We need something like lfswhineforum.net

Anyway, while talking about development, I want to steal a bit of your time, and say that I support TVE's (hope I can call you that too, since The Very End is a bit long to type :razz wish - rallypack! Would be an awesome gift for the next christmas. (plus maybe, increasing grip on blackwood ramps, because that would be awesome too :shy

And... to be on topic(?) - thanks for the progress report. Hope the further testing turns out nice, because I'm sure there have been more than a few head-bangs on this (duh, learning multithreading and basic C++ (separately) is taking me more time).

Finally, as for the person, who asked who needs the technical info, and said that it is useless - I find it quite interesting. It is not, by any means, unneeded. I love all those techy stuff in the reports.
broken
S3 licensed
I realize that this thread is quite entertaining, and I'm enjoying it too to some extent. But for the sake of the lfs forum community as a whole, we should let it die, imo.
broken
S3 licensed
Quote from Bmxtwins :Warning:

THIS SERVER IS RACIST AND CHILDISH.

And that reply was so mature.

P.S. Didn't you hate cruise servers? And if so, how do you know that, then?
broken
S3 licensed
Quote from cargame.nl :One of the reasons, what are those other reasons then?

They are mostly a matter of personal taste.

However, I am in no way obligated to give you reports.
broken
S3 licensed
Quote from Franky.S :Yet another cruise server. Got nothing against cruise servers its just theres no need for a new one every day.

Then go shut down their hosting machines. Or just start producing more quality racing servers. Racing servers are even worse than cruise ones atm, maturity-wise. <-- One of the reasons I don't even bother to go to race servers anymore.

Stop talking, start acting.
broken
S3 licensed
Child and kid insults back in fashion again? Just make you look silly, imo. But then again, what do I know...
broken
S3 licensed
Quote from mariuba2 :i know but its just that it get me mad when they trouble him about his english cause his like a brother to me. And im sorry for beinng rude

We can see those silly remarks even without your "help".
Just leave them uncommented. It will have a better overall effect, imo.
broken
S3 licensed
Quote from khqinu :Today i tried connect to [WKD] Cruise Server and Cruise server 2 but is keep saying "Host Refused Connection". Server isn't full or anything. I guessing if im banned from the WKD servers ?

Somebody help : /

Host refused connection = ban.
Sorry.
Write in their forums(if there are such) maybe?
FGED GREDG RDFGDR GSFDG