edison12345 Posted June 17, 2014 Posted June 17, 2014 requesting help for kiel card to capped the bDelayrate to 80. 1) If bDelayRate is higher than 80, then bDelayRate = 80. thanks Quote
Skorm Posted June 18, 2014 Posted June 18, 2014 Sounds more like a source edit to me probably a pretty simple one at that. I'm not 100% sure on this one but in status.c on line 3399 where it says... if(sd->delayrate < 0) sd->delayrate = 0; Try changing that to... if(sd->delayrate < 20) sd->delayrate = 20; Then recompiling. I think your other option here would be to just limit the number of kiels equipped... IE leaving it as a footgear card. Quote
Question
edison12345
requesting help for kiel card to capped the bDelayrate to 80.
1) If bDelayRate is higher than 80, then bDelayRate = 80.
thanks
1 answer to this question
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.