Search found 5 matches

by asi
Tue Jan 23, 2007 10:38 pm
Forum: Programming and Development
Topic: AI BOT
Replies: 17
Views: 2681

can some body tell me what screen coordinate system crossfire client uses?
Are the (x,y) coords of things with respect to top left or bottom left corner?
by asi
Mon Jan 22, 2007 10:32 pm
Forum: Programming and Development
Topic: AI BOT
Replies: 17
Views: 2681

keyboard events

hi
My bot is communicating with the gcfclient over a TCP socket.
My bot has simulated the mouse button presses by directly calling the functions like look_at() and move_player() in common/player.c.
I want to do the same for the keyboard press events but not sure what functions are called when a ...
by asi
Tue Aug 01, 2006 8:33 pm
Forum: Programming and Development
Topic: AI BOT
Replies: 17
Views: 2681

Hi
Basilisk thanks for your really helpfull post. currently i am designing the structure of my Bot and i find your reply very usefull for that.
You have mentioned in ur post that server code has a path finding code, can u please tell me exactly where is it? i tried to find it last night but ...
by asi
Tue Jul 18, 2006 3:32 pm
Forum: Programming and Development
Topic: client-server logs
Replies: 2
Views: 553

client-server logs

Hi!
Does any one know if some where crossfire is keeping a log of client - server communications?

If not then can some one please give a hint how to do that?

Basically i am interested to log all the client-server communications while i play the game for better understanding of inner working of the ...
by asi
Tue Jul 11, 2006 12:00 am
Forum: Programming and Development
Topic: AI BOT
Replies: 17
Views: 2681

AI BOT

hi!
i am a student and as a project i want to make an AI Bot for the crossfire who can play the game just like a human player.
i want to know if its possible at all? and if it is then do i have to change or add to client code only?
i think i need to access the client code which gets the latest game ...