First things first, the latest KA version can be found on the
arena folder in the KDev server, this version should be dated as today, since I just made a new pack for Ramborc here <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->. it should be something like (KA_20060417.zip), get that and install it in a folder somewhere in your HD, be sure to place a Hexen's IWAD in that folder and then run the game, the details for spawning bots via the console are int he Concept doc IIRC. If you have any other question, just post it here I or someone else can answer you here <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->.
Now, CVS is a version control system, it makes work on source code by multiple persons in a Dev team easier by allowing the users to work on multiple files and commint their work to a CVS server (in our case sotred at Sourceforge.net), when you commint the changes you made to the source, everyone on the Dev team can update their files with your changes, fix problems with the implementation, bugs, etc. This making the whole Development process easier and faster for all <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->.
First I need you to register at
SourceForge.net as an user, so I can make you part of the Korax dev team and give you access to the CVS repository, when you register, just post here you user name, I'll handle the rest <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->, I'll post here when you have access to the CVS repository all the details about using it (which hopefully, aren't much), as soon as you register, you'll want to get your hands on a CVS client, I really recommend using
TortoiseCVS.
Once you install TortoiseCVS and restart your computer, you can create a folder inside the place where you installed the KA internal beta, and inside that folder use the contextual menu, there you'll see some CVS options, the one we are interested in is the "CVS Checkout" one, when you click on it, a window will appear, fill the windows with the parameters found on
our project's page, when you complete this steps, you'll see an opertaion's status window, where the files in the CVS repository will start appearing in green, just let them download completely and you are done! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
When you modify a file, it's status icon will change from green to orange, if you want to commint the file(s), you can select them all and using the contextual menu, you can select the "CVS commit" option, another window will open where you can write a small description of your change, once you have completed your description you can click on the buttons below and the status window will appear updating your changes in the CVS repository, please be very careful with the changes you make, we need to keep an open communication of what every coder involved is working on, so we can avoid conflicts with the files or the changes being done to the source, if you have anymore questions or problems setting it up, post them here, I'll be checking and try to help you out ASAP.