edison12345 Posted June 17, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 06/24/13 Last Seen: March 12, 2015 Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted June 18, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
Question
edison12345
requesting help for kiel card to capped the bDelayrate to 80.
1) If bDelayRate is higher than 80, then bDelayRate = 80.
thanks
Link to comment
Share on other sites
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.