Editing


Main
Features
Editing
Download
Reviews
Interviews
History
F.A.Q.
Links




Legal notice

By using any content of the Gladiator Bot you agree to exempt, without reservation, the authors and owners of this production or components thereof from any responsibility for liability, damage caused, or loss, directly or indirectly, by this software, including but not limited to, any interruptions of service, loss of business, or any other consequential damages resulting from the use of or operation of this source code or components thereof. No warranties are made, expressed or implied, regarding the usage, functionality, or implied operability of this source code. All elements are available solely on an "as-is" basis. Usage is subject to the user's own risk.

All editing information is © Mr Elusive unless stated otherwise.

Should you decide to release a modified version of the Gladiator Bot or parts of it, in source code, compiled or any other form, you MUST add the following text to the documentation included with your product.

This product incorporates contents from the Gladiator bot. The Gladiator bot is available at the Gladiator Bot page http://www.botepidemic.com/gladiator.

This program is in NO way supported by MrElusive.

This program may NOT be sold in ANY form whatsoever. If you have paid for this product, you should contact MrElusive immidiately via the Gladiator bot page or at MrElusive@botepidemic.com


Editing the bot characters

Pretty much every detail of the Gladiator bot characters can be edited. Read the following documents for information about editing the different parts that make up a bot character.

- characteristics
- inventory
- item and weapon fuzzy relations/weights
- chat system
- creating a new bot character


Editing the item specifications

The Gladiator Bot uses the item specifications to figure out what items are available to pick up. The item specifications are stored in a file items.c in the .pak file included with the Gladiator Bot. A more detailed description of the item specifications is available here.


Editing the sound specifications

The Gladiator Bot uses the sound specifications to figure out what sounds to listen for. The sound specifications are stored in a file sounds.c in the .pak file included with the Gladiator Bot. A more detailed description of the sound specifications is available here.


Editing the weapon specifications

The Gladiator Bot uses the weapon specifications to figure out how to use a weapon. The weapon specifications are stored in a file weapons.c in the .pak file included with the Gladiator Bot. A more detailed description of the weapon specifications is available here.


Adding the bot to your mod

First of all you will need the Gladiator Bot game source code (gladq2096gamesrc.zip). This source code contains the code to load and use the Gladiator Bot library. Click here for more information about the game source code.