View Single Post
Re: Unofficial RealBot WIP #10 at the filebase, grab it, and lets collect bugs/things
Old
  (#52)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: Unofficial RealBot WIP #10 at the filebase, grab it, and lets collect bugs/things - 22-07-2004

for the path machine, could we include the bot's health into the calculation?

NodeMachine.cpp line 1864

perhaps something like:
Code:
cost += (InfoNodes[i].fDanger[iTeam] * (cost)*100/(pBot->bot_health));
  
Reply With Quote