Hi all,
I would like to make a (simple) bot for et. I know there are other bots under development, but it’s a personal challenge… 
I have good experience in C programming and AI, but I have no quake3 code knowledge. Can you give me some links or documentation about quake3 interfaces and modding?
In particular, I want to learn:
- which parts of ET code I have to change (example: where is the server-side code?)
- how can I intercept events from the game and how can I query the game state? (example: getting players infos…etc)
- how can my bots interact with the game? (move, shoot, use items… etc)
- for bots high-level navigation, I have to write my pathfinding code or can I use the quake3 code? I think it was called AAS, is it still working in ET?
please don’t flame me
I am a newbie in mod-making a I want just to learn.
Thanks.