FAQ

01. Maybe im too stupid for this, but i cant install the mod.


02. How can I add an entry to 'banlist.cfg' ?


03. What is the purpose of the blocked IP list ? / How can I add an entry to the blocked list ?


04. What is the purpose of the 'who.dat' ? / How can I add an entry to 'who.dat' ?


05. Im too lazy to write all IPs and names into the who.dat. Can i download a updated who.dat anywhere ?


06. How can I bind grappling offhandhook and the remote button for the clustergrenade to a key of my choice ?


07. I cant connect to a BMA mod server. I got the Errorcode "Server uses protocol x...".


08. I changed the motd.txt, but it dont work on the server.


09. I changed a server setting in the server config, but nothing happens on the server.


10. When i connect to a BMA Mod server, all my settings are reseted and i have standart Quake 3 Arena settings.


11. How can i use different settings for each map ?


12. I want to host a home-server, but my IP changes everytime i reconnect my Internet.


13. Can i combine server mods like noghost, nemesis, beryllium or other server mods with the BMA Mod ?


14. I want to change the bot names. Can i change them somehow ?


15. The default weapon models and sounds suck ! I want new ones, where can get them and how do i use them ?


16. My eyes are very weak and i need glasses to see the enemy player. Can you buy glasses for me ?


17. Im skeptical when downloading Zip or Exe files. Are these files virus free ?


18. I want my server address at the mod website and the readme server list, can you add it please ?


19. I use Internet Explorer for this website and i got some problems with the layout and the contact form captchas.


20. This mod and the mod name sucks in my opinion. What is the mod team thinking about this ?


21. I cant wait for a new mod release. Why dont you update the mod every month like other software developers do ?


22. I wanna do some advertising for the mod on my own website. Do you have a banner or something else ?


23. Whats the purpose of the MD5 Checksum at the download page ?


24. For what is the RSS Feed at the news site ?

 

 

 

01. Maybe im too stupid for this, but i cant install the mod.


Please read the installation page first. If you still dont know how to install the mod, take a look at the video tutorials.

 

02. How can I add an entry to 'banlist.cfg' ?


On the server you can add a IP with the command '/rcon banlist_addip <ip> [comment]'.

 

Example:

You want to ban player 'Hans' with the IP '123.123.123.123' --> /rcon banlist_addip 123.123.123.123 Hans

You want to ban '123.123.0.0' --> /rcon banlist_addip 123.123.

You need not write 123.123.0.0 ,the mod will know the '.0.0'.

You want to add a IP manually in the 'banlist.cfg'. Open your 'banlist.cfg' with notepad.

If there is no 'banlist.cfg' in your 'bma' folder, then create a new 'banlist.cfg' by yourself.

 

Example:

You want to ban player 'Hans' with the IP '123.123.123.123' , then write in your 'banlist.cfg' --> 123.123.123.123=Hans

You want to ban '123.123.0.0' , then write in your 'banlist.cfg' --> 123.123.=

You need not write 123.123.0.0 ,the mod will know the '.0.0'.

Never forget to write '=' after the IP, when you add a IP manually.

If you dont do this the IP will not be added properly to your 'banlist.cfg'.

 

03. What is the purpose of the blocked IP list ? / How can I add an entry to the blocked list ?


The Blocked IP list is mostly the same as the banlist.cfg. In this list you can add special players you never want to see again on your server. They will see the snoop_blocked_message and not the banned message.

First you need to enable this feature with snoop_blockip "1".

You can add IPs only manually in your default.cfg or other server config.

Add the IP in your config as shown in this example: set blocked_ips "123.123." .

If you have more then one IP to block, add them in this way:
set blocked_ips "123.123. 65.65. 23.123.34.123 111.111.111.111" .

 

04. What is the purpose of the 'who.dat' ? / How can I add an entry to 'who.dat' ?


With the 'who.dat' you can identify players/playernames with their IPs. This information is shown under 'WHO:', when the player connects to the server (PLAYER INFO) (g_showPlayerinfoWho must be 1) or the player types /id or /players into the console.

Open 'who.dat' with notepad. Now you can add a IP as shownthe following examples.

 

Example:

You want to add player 'Hans' with the IP '123.123.123.123', then write in your 'who.dat' --> 123.123.123.123=Hans

You want to add players 'Hans, Franz, Egon' and their IPs all begin with '123.123.', then write

in your 'who.dat' --> 123.123.=Hans, Franz, Egon (You dont need to write 123.123.0.0 ,the mod will add the '.0.0' automaticly)

Never forget to write '=' after the IP. If you skip it, the IP will not be added properly to your 'who.dat'.

 

05. Im too lazy to write all IPs and names into the who.dat. Can i download a updated who.dat anywhere ?


Yes, you can download a updated who.dat HERE. Most entries in this list are names and Ips from hook players.

So dont be surprised if you dont know any of this names. Currently there are more than 220 names in the list.

Please take a look in the readme of the zip, it contains installation instructions for the who.dat.

 

06. How can I bind grappling offhandhook and the remote button for the clustergrenade to a key of my choice ?


For Hook open your console (the console button is under the 'esc' button) and type "/bind mouse2 +button5" to bind the hook on the right mouse button, but you can choose any other key "/bind {key} +button5".
If you still dont know how to install the offhand hook, you can find more detailed information on the Offhand Hook Tutorial Website: www.q3hook.6x.to.
Its translated into 16 languages at the moment.


To bind your remote button for the clustergrenade open your console (the console button is under the 'esc' button)

and type "/bind x +bang" to bind the remote button on button 'x', but you can choose any other key "/bind {key} +bang".

Just make sure, that the key you choose isnīt already in use.

 

07. I cant connect to a BMA mod server. I got the Errorcode "Server uses protocol x..."


You need to downgrade your Quake 3 Version. This mod is only coded for Protocol 43 (Point release version 1.11-1.16n).
Downgrade your Quake 3 Version using this Tool: OFx Q3 Version Switch (Tutorial).

 

08. I changed the motd.txt, but it doesnt work on the server.

 

You need to enable g_useMotd in the default.cfg. Or maybe the file size is too big. Max size is 900 bytes. Please check your motd.txt file size.

 

09. I changed a server setting in the server config, but nothing happens on the server.

 

Try first to exec your config on the server. For example: /rcon exec default.cfg.
If this doesnt work, delete the q3config.cfg in your server folder (../bma/q3config.cfg).

 

10. When i connect to a BMA Mod server, all my settings are reseted and i have standart Quake 3 Arena settings.

 

Solution: Copy your q3config.cfg from "BASEQ3" folder to "bma" folder or copy your q3config.cfg to the "BASEQ3" folder and rename it to "autoexec.cfg". It should work fine now.

 

11. How can i use different settings for each map ?

 

You need to write the different settings into your maprotation.cfg.
For example you want at map q3dm1 rocketammo 50, but at map q3dm2 you want rocketammo 100:

set m1 "map q3dm1 ; snoop_rocket_ammo 50; set nextmap vstr m2"
set m2 "map q3dm2 ; snoop_rocket_ammo 100; set nextmap vstr m3"


You want at map q3dm1 railgunammo 66 and selfdamage enabled, but at map q3dm2 you want railgunammo 30 and no selfdamage:


set m1 "map q3dm1 ; snoop_railgun_ammo 66; g_selfDamage 1; set nextmap vstr m2"
set m2 "map q3dm2 ; snoop_railgun_ammo 30; g_selfDamage 0; set nextmap vstr m3"


12. I want to host a home-server, but my IP changes everytime i reconnect my Internet.

 

To solve this issue, you need to use DynDNS. With DynDNS you can have a static address like myserver.servegame.org. Just create HERE an DynDNS account. After you create an account, login to DynDNS and click on 'My Services', and then click on
'Add New Hostname'. There you choose a hostname. Your IP will be automatically detected. To update your IP automatically at DynDNS, you can use the DynDNS Updater. You can download it HERE and a tutorial for the updater you can find HERE.

 

13. Can i combine server mods like noghost, nemesis, beryllium or other server mods with the BMA Mod ?

 

No you cant combine any other mod with BMA Mod. You can use this mod only alone.

 

14. I want to change the bot names. Can i change them somehow ?

 

Its easy to change the bot names. Download HERE the Zip file and take a look at the readme file how to change the botnames.

 

15. The default weapon models and sounds suck ! I want new ones, where can get them and how do i use them ?

 

We collected over 20 Client Paks. You can download them HERE. Extract the zip file somewhere on your harddrive.
Put one of the PK3 file into your ../quake3/BASEQ3 folder. Have fun!

 

16. My eyes are very weak and i need glasses to see the enemy player. Can you buy glasses for me ?

 

Nope we cant, but you can download brightskin models HERE. Brightskin models change your model to a special colour. For example all players are in green or yellow. Extract the zip file somewhere on your harddrive.
Put one of the PK3 file into your ../quake3/BASEQ3 folder. Have fun, but dont forget to contact a doctor soon for curing your eyes!

 

17. Im skeptical when downloading Zip or Exe files. Are these files virus free ?

 

Yes these files are virus free. We dont publish files with viruses.

 

18. I want my server address at the mod website and the readme server list, can you add it please ?

 

No problem, if your server is online on a regular basis. Just contact us HERE and tell us your server ip or register at the forum and write there your server ip down.

 

19. I use Internet Explorer for this documentation and i got some problems with the layout and the contact form captchas.

 

This could happen, because Internet Explorer sucks. This website is optimized for Mozilla Firefox and Opera.
You can download Mozilla Firefox HERE or download Opera HERE. Give it a try.

 

20. This mod and the mod name sucks in my opinion. What is the mod team thinking about this ?

 

Nice for you. We dont care about what you or other people thinking about our mod and the mod name.
So please, do us a favour and fuck off. Dont play this mod and leave this site right now.

 

21. I cant wait for a new mod release. Why dont you update the mod every month like other software developers do ?

 

Because we develop, test and publish this mod in our free time. We get no money to do this.
If you donate some money HERE, maybe we will work faster.

 

22. I wanna do some advertising for the mod on my own website. Do you have a banner or something else ?

 

You can download a banner HERE. Thanks for supporting us.

 

23. Whats the purpose of the MD5 Checksum at the download page ?

 

What is MD5 SUM ?


The MD5 Message Digest Algorithm takes a file and produces a string of 32 hexadecimal values. This output is a fingerprint or message digest for the file. By comparing the supplied MD5 value to the actual value computed by a MD5sums utility, you can make sure that the file is not corrupt or incomplete. And you can also make sure that the file is the orginal file and has not been modified by someone other.

 

How you verify MD5 checksums under Windows :


Download md5win32.zip and extract it. Click on md5win32.msi and install the program. Now rightclick on the downloaded 'BMA_Mod_2.4.exe' or 'bma24.zip', search for 'Hash File' and press it. The md5win32 program will calculate the checksum of the archive file, and it will show this on a new window. Compare the MD5 checksum with the relevant one that is indicated on the top of this page. Now, there are two possibilities:


Both checksums are the same.
This means you have downloaded the BMA modfile 'BMA_Mod_2.4.exe' or 'bma24.zip'.

The checksums do not match. This means an error occurred during download, or the file on the server is not the same as the original. If you are sure that the download proceeded without problems, please inform us.

 

How you verify MD5 checksums under Linux :


In the shell of your preference, type the command 'md5sum /path/BMA_Mod_2.4.exe' or ''md5sum /path/bma24.zip'. Compare the calculated checksum with the one listed on this website. If the checksums do not match, and you are sure it isn't caused by an error during downloading, please inform us.

 

24. For what is the RSS Feed at the news site ?


RSS is a family of Web feed formats used to publish frequently updated content such as blog entries, news headlines, and podcasts in a standardized format. An RSS document (which is called a "feed", "web feed", or "channel") contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with web sites in an automated manner that can be piped into special programs or filtered displays.
The user subscribes to a feed by entering the feed's link into the reader or by clicking an RSS icon in a browser that initiates the subscription process. The RSS reader checks the user's subscribed feeds regularly for new content, downloads any updates that it finds, and provides a user interface to monitor and read the feeds.