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?
Search found 5 matches
- Tue Jan 23, 2007 10:38 pm
- Forum: Programming and Development
- Topic: AI BOT
- Replies: 17
- Views: 2681
- 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 ...
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 ...
- Tue Aug 01, 2006 8:33 pm
- Forum: Programming and Development
- Topic: AI BOT
- Replies: 17
- Views: 2681
- 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 ...
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 ...
- 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 ...
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 ...