The performance of the Spring engine - Page 6

The performance of the Spring engine

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

User avatar
Vadi
Posts: 446
Joined: 03 Jan 2008, 14:51

Re: The performance of the Spring engine

Post by Vadi »

I'm aware, but I doubt to a 5ms difference. The examples they gave had a 100ms difference.
User avatar
Crayfish
Posts: 481
Joined: 12 Feb 2008, 12:39

Re: The performance of the Spring engine

Post by Crayfish »

SwiftSpear wrote:Like I say, there are a plethora of sound and visual cues in FPS games, often time a reaction is not cold, it's warm. If I know where my opponent is going to be, and I know when I'm about to see him, I don't have to wait on my reaction time to kick in. Ask a drummer to tap along to an existing beat, you will find virtually no delay in his reaction from the time a beat starts to the time his tap hits, he has anticipated the beat before it comes because he has context to work with. The reality is, we are talking about a situation in which you aren't necessarily restricted by your reaction time. In those cases that 5ms delays can be significant. Probably not game determining, but they will have an effect.
Yes, but that's not reaction time in the strictest sense.

However, I agree that it's far more important - a good player will be one who can anticipate events, rather than one who can react a few milliseconds faster to those events that they failed to anticipate.
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Re: The performance of the Spring engine

Post by LordMatt »

Hobo Joe wrote: It is compensated.

http://developer.valvesoftware.com/wiki ... mpensation
http://developer.valvesoftware.com/wiki ... mpensation
I wish spring had that. :(
User avatar
Vadi
Posts: 446
Joined: 03 Jan 2008, 14:51

Re: The performance of the Spring engine

Post by Vadi »

Um, does it need it?

Barely anyone plays spring in fps mode in large games. You'd have your own team murder you if you did.
User avatar
Hobo Joe
Posts: 1001
Joined: 02 Jan 2008, 21:55

Re: The performance of the Spring engine

Post by Hobo Joe »

Vadi wrote:I'm aware, but I doubt to a 5ms difference. The examples they gave had a 100ms difference.
It's compensated from a person who has 100ms ping down to almost nill, not from a higher ping down to 100.
User avatar
Vadi
Posts: 446
Joined: 03 Jan 2008, 14:51

Re: The performance of the Spring engine

Post by Vadi »

Lol :-)
Scratch
Posts: 191
Joined: 08 Aug 2006, 11:25

Re: The performance of the Spring engine

Post by Scratch »

You guys have let Vadi rape this thread! I for one am insulted at such a comparison from Crysis to Spring.

27 Million budget or nothing, all the money mostly goes towards creative content, which is all made pretty much after the engine itself.

The part about this fellow reivanen is the gull he has to compare a scene from some game containing a tank that obviously has as many polygons in one tank as Spring has in a whole play screen, and say that its better.

Preaching to the choir here I know, I just get so annoyed with people that don't know their ass from a computer game.
User avatar
Peet
Malcontent
Posts: 4384
Joined: 27 Feb 2006, 22:04

Re: The performance of the Spring engine

Post by Peet »

Also Crysis has an excellent LoD system, both for terrain and objects. FPS stays almost completely constant no matter how much is in view, for me at least.
User avatar
Vadi
Posts: 446
Joined: 03 Jan 2008, 14:51

Re: The performance of the Spring engine

Post by Vadi »

Devils advocate, what if it's really horrible and always does the job? (resulting in the same speed always).
User avatar
Felix the Cat
Posts: 2383
Joined: 15 Jun 2005, 17:30

Re: The performance of the Spring engine

Post by Felix the Cat »

Vadi wrote:Devils advocate, what if it's really horrible and always does the job? (resulting in the same speed always).
Do you even know what LoD is? :?
ironized
Posts: 172
Joined: 25 Jun 2007, 06:33

Re: The performance of the Spring engine

Post by ironized »

quick question, 22inch lcd or 8800gt which sould i get?
User avatar
Vadi
Posts: 446
Joined: 03 Jan 2008, 14:51

Re: The performance of the Spring engine

Post by Vadi »

Felix the Cat wrote:
Vadi wrote:Devils advocate, what if it's really horrible and always does the job? (resulting in the same speed always).
Do you even know what LoD is? :?
My bad, misread that :(
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Re: The performance of the Spring engine

Post by rattle »

ironized wrote:quick question, 22inch lcd or 8800gt which sould i get?
or
User avatar
Relative
Posts: 1371
Joined: 15 Oct 2006, 13:17

Re: The performance of the Spring engine

Post by Relative »

This is only kinda related to the topic, but why was the Command Engine canceled again?
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Re: The performance of the Spring engine

Post by rattle »

Lack of time/interest I guess.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: The performance of the Spring engine

Post by Tobi »

http://www.joelonsoftware.com/articles/ ... 00069.html
Well, yes. They did. They did it by making the single worst strategic mistake that any software company can make:

They decided to rewrite the code from scratch.
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Re: The performance of the Spring engine

Post by LordMatt »

I learned something today. :-)
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: The performance of the Spring engine

Post by SwiftSpear »

Tobi wrote:http://www.joelonsoftware.com/articles/ ... 00069.html
Well, yes. They did. They did it by making the single worst strategic mistake that any software company can make:

They decided to rewrite the code from scratch.
Well, spring still doesn't do most of the stuff CE was supposed to be able to do. The reality is, writing an engine from scratch is alot of work, even if it's a crappy engine, and CE would not have been crappy.
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Re: The performance of the Spring engine

Post by jcnossen »

1, most of the project momentum got lost in the language discussions.

Which is also why I think Tobi's rewrite argument doesn't count, because I simply don't want to use C++ in my spare time again, so that includes refactoring spring code :)
The joel test rule would apply if CE was to be written in C++.

2, I grossly overestimated how much free time I have. I had a lot more free time when I was working on spring, and most of the initial work had to come from me. Most people will never contribute to a project that has not really produced anything yet.

I think the rts design discussions were very useful/interesting though, especially with kman involved.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: The performance of the Spring engine

Post by smoth »

nice article jc.

Do you have a log of the discussions with kman? I would like to look into some of the ideas you guys had.
Post Reply

Return to “General Discussion”