Posts: 1,167
	Threads: 57
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		Im making something cool, but I need to know what is smallest timer interval to not conflict with other timers.
Well in perfect world I would use 10, but than its stop other timers, so atm I use 50.
And im gona use for each player own timer, not for 500 players in one time, I guess some 5 players in one time.
So with 50 miliseconds it will not stop other timers?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 51
	Threads: 1
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		I think it would call the timer too often, that is a hard..erm..missin word..average?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,167
	Threads: 57
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		Im looking for optimized camera movment, like each timer interval its set cam pos += 1.0;
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 51
	Threads: 1
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		Yea, that would be nice movment, but it is hard average. A 1000ms timer would be okay, i think. But this would not be so smooth movement. :>
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,167
	Threads: 57
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		So here is my first test with 50 ms
Full tutorial video soon will be available on server.
Here you can also se EnableWidescreen function
[ame]http://www.youtube.com/watch?v=m6NHkeqR2L4[/ame]
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 488
	Threads: 33
	Joined: Mar 2009
	
Reputation: 
0
	 
	
	
		Wow that's really nice :P Does sometimes seem to be a bit jerky but that could be my computer.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,167
	Threads: 57
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		Well, I record it on my old PC with 20FPS while recording, on normal PC/Host this video tutorial will be cool, I just hope that these 50ms is ok, because I sync everything by that.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,167
	Threads: 57
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		No, but thanks, I will test it on host