Efficiency of a .02 Timer trigger

Reaction score
86
Mmmkay. I'm making a physics system (so far, successful), but one problem is the fact that I was using a .03 second timer, which was very choppy so to speak, so I switched over to a .02 second timer, which is medium choppy, and I was wondering if I should switch down to a .01 in hopes that it will not be choppy at all. The problem is, is that, the timer regulates every unit on the map (which sometimes can go over 100), so I'm pretty sure this will lag, but I can't test it out atm, so I was wondering, just from experience, can .01 timers get laggy?
 

Romek

Super Moderator
Reaction score
963
Timers can get laggy depending on what you're doing when it expires.
0.03 shouldn't be choppy though... And 0.02 isn't choppy either.
Maybe it's lag from what you're doing when they expire?
 
Reaction score
86
LOL, yes I can imagine my screen full of random strings, and my comp starts to fry lol. Mmmmkay, so then how about a .02 vs .03 ?

No, not "choppy" as in the game freezes, but choppy as in the physics implemented make the units movements seem choppy. Like they are vibrating in place lol. (It's an ice physics system.)
 

Romek

Super Moderator
Reaction score
963
What's wrong with using things that deal with strings?
As long as you're not creating a few unique strings every 0.01 seconds, then there really is no problem.
It's not like your computer will fry from displaying strings. Seems like you're getting the wrong idea here :)
 
Reaction score
86
lol, its not that it will fry my computer literally, I put in debug msgs before and it was really irksome to play the game lol.
 

Builder Bob

Live free or don't
Reaction score
249
most physics systems work well on anything from 0.04-0.02 timers.

I find it strange that you experience very choppy unit movement with a 0.03 timer. There could be something in your calculations that makes it choppy. Like wrong rounding or something else.
 

DioD

New Member
Reaction score
57
you need to monitor FPS via tool or /fps command.

"choppy" actually can be FPS drop.
 
Reaction score
86
hmm, no its not choppy as in laggy. The system is a ice physics system (atm) and right now Ive been working on sliding (already got collisions down =P ), and the prob is, the power is generated from the units movement, so if hes making a sharp turn, example, he goes X+ direction and accumulates a large Vel, if he suddenly turns and goes in X- direction, the unit movement and velocity collide so it looks like hes vibrating in place, thus making it seem choppy.
 
Reaction score
86
na. The problem is that, during the .03 seconds the unit is not affected by change, he moves a certain distance, then when the timer activates he is moved a certain distance back, so it looks like he is vibrating as he moves, or warping very small distances.
 

Builder Bob

Live free or don't
Reaction score
249
Ah, I know about that problem. I also made my ice physics like that in my map Gore Rider. I had to use a periodic 0.025 sec timer to make it look smooth for units up to 500 move speed.

It's an extensive system, as yours probably is too. With two axes (x/y) I can have up to about 10 units sliding without any fps drop, and with 3 axes (x/y/z) I start losing fps at anything over 8 units.


To figure out what timer period you need to use, I suggest you do this simple test:

Code:
Run a periodic timer that sets a unit's position to (x=0,y=0)
Give the unit move speed 522 (max)
Start the map and try to move the unit.
If it looks like it's not moving at all, you have the right timer period.
 
Reaction score
86
Mmm but I also have 3 axes, and, although I dunno how to check the fps, I haven't noticed any difference when having multiple units sliding at the same time. (multiple as in 15-16)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top