View Single Post
Re: Where can I find ....
Old
  (#3)
The_Hard_Mission_Guy
This user broke our rules and has been BANNED
 
The_Hard_Mission_Guy's Avatar
 
Status: Offline
Posts: 181
Join Date: May 2006
Default Re: Where can I find .... - 20-05-2006

Hmmmm why do I need a client side bot?
a good question indeed.........Actually their are two main reasons

1) my AI code is let's say huge , it's based on neural networks and genetics , so I maybe not able to run all of the bots on the server machine itself a client side bot implementation would allow a distibuted setup on a lan network or over internet

2)server side bots need to be installed in the SDK code itself , which is a technique that has caused me alot of "pain in the popo" since i need to go through tons of SDK cpp analysing , debugging and client side bots have at the end all the flexibility that server integrated bots would have ,which is more than sufficient ...

I'm simply looking for a library that connects to the server and handles all of the input/output that any other human player would need in order to win..my AI is then linked to the library via SET/GET type of functions
  
Reply With Quote