Graziservers Posted December 15, 2012 Posted December 15, 2012 I want to limit timers to no faster than two seconds. I've seen it done before, how would I go about doing this?
okamikk Posted December 15, 2012 Posted December 15, 2012 go into the redpower server config. files, i think
Graziservers Posted December 16, 2012 Author Posted December 16, 2012 All that does is determine the Item IDs
pherce Posted December 16, 2012 Posted December 16, 2012 go into the redpower server config. files, i think logic { enableSounds=0 minInterval=38 .2 for the built-in minimum for the timer, plus 38 ticks give 2 seconds.
okamikk Posted December 16, 2012 Posted December 16, 2012 logic { enableSounds=0 minInterval=38 .2 for the built-in minimum for the timer, plus 38 ticks give 2 seconds. i thought it was 20 ticks a second?
pherce Posted December 17, 2012 Posted December 17, 2012 i thought it was 20 ticks a second? Wat? It is. This is exactly what he wanted. 2 + 38 = 40. Then divide by 2. I want to limit timers to no faster than two seconds. I've seen it done before, how would I go about doing this?
okamikk Posted December 17, 2012 Posted December 17, 2012 Wat? It is. This is exactly what he wanted. 2 + 38 = 40. Then divide by 2. after re-reading your post, i see what you mean
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now