Game Development Community

Killer Kork Resource

by J L · in Combat Starter Kit · 03/19/2009 (9:18 pm) · 3 replies

Okay, so here I am got the killer kork resource in, and instead of just testing it, is the numbers in milliseconds ? If I raise these can they cut down on the processing usage of the cpu ?

// ==== Thinking Parameters
$AIPLayer::ThinkMin = 500; // minimum time between think cycles
$AIPLayer::ThinkVar = 100; // variability of think cycle timing
$AIPLayer::ThinkFast = 50; // fast thinking time

#1
03/19/2009 (10:40 pm)
Yes, you will increase you framerate by raising those values, however you will also create a "dumb" AI if you raise them too high.
#2
03/20/2009 (7:14 am)
Thank you very much
#3
08/06/2009 (6:03 pm)
I've raised think min to 1000, and think fast to 250 and you still wont be able to snipe them with a crossbow.