View previous topic :: View next topic |
Author |
Message |
lukeyuan
Joined: 30 Oct 2004 Posts: 10
|
Posted: Sat Oct 30, 2004 5:50 am Post subject: crack frikbot modification based on quake c? |
|
|
I have several questions below about quake c, who can help me?
1. in qc files, i can't find definition of function named frik_****, why?
such as frik_stuffcmd, frik_WriteAngle ... just declaration in the
bot_qw.qc file.
2. #21, #57 means what? |
|
Back to top |
|
 |
Tei

Joined: 25 Oct 2004 Posts: 195
|
Posted: Sat Oct 30, 2004 9:05 am Post subject: Re: crack frikbot modification based on quake c? |
|
|
I have several questions below about quake c, who can help me?
1. in qc files, i can't find definition of function named frik_****, why?
such as frik_stuffcmd, frik_WriteAngle ... just declaration in the
bot_qw.qc file.
2. #21, #57 means what?
See question 1.
void () frik_**** = #57; its the definition of frik_***
#57 is the internal builting number, so Its like a pointer:
char * basevideo = 0xBF00;
Internally all builins has a no, from 1 (fixme) to ....whatever
#1, #2, #3,...
You certainly need to learn much more about QC before to start "brain surgery" on frikbots. Anyway... GOOD LUCK!! |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2004 phpBB Group
|