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? Quote
okamikk Posted December 15, 2012 Posted December 15, 2012 go into the redpower server config. files, i think Quote
Graziservers Posted December 16, 2012 Author Posted December 16, 2012 All that does is determine the Item IDs Quote
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. Quote
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? Quote
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? Quote
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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.