Forum
 
Go Back   D3scene > Hot Games > Counter Strike forum > CS Mods

GunGame AMXX 2.10

This is a discussion on GunGame AMXX 2.10 within the CS Mods forum part of the Counter Strike forum category; First you'll need AMX mod X on your server look here: http://www.d3scene.com/forum/cs-guid...amx-mod-x.html Download link: ZIP Version (.zip, 768.7 KB, 394 ...

Welcome on D3scene.com! Make sure to register - it's free and very quick! You have to register before you can post and participate in our discussions with 35000 other registered members. Downloads, user profiles and some forums can only be seen by registered members. After you create your free account you will be able to customize many options, you will have the full access to new hacks, latest cheats and last but not least will see no advertisements at all. We would love to see you around in our community!
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 04-26-2008, 03:52 PM
DoGgY's Avatar
Techno addict
 
Join Date: Jun 2007
Location: Canada, Québec
Posts: 1,513
Blog Entries: 2
Reputation: 839
Rep Power: 6
DoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to behold
GunGame AMXX 2.10

First you'll need AMX mod X on your server look here: Installing Metamod + AMX mod X

Download link:

ZIP Version (.zip, 768.7 KB, 394 downloads)

Germain mirror by Xtreams w/CSDM spawnpoints

Rar Version (.rar, 685.6 KB, 136 downloads)

---------------------------------------

1. Step 1: Installing Modules
2. Step 2: Installing GunGame
3. Step 3: Configuring GunGame
3.1 Step 3a: Configuration File
3.2 Step 3b: GunGame Map Cycle
3.3 Step 3c: Random Spawn Points
4. Step 4: Read up!

----------------------------------------


Step 1: Installing Modules:

Firstly, verify that you are using AMXX 2.10. You can do this by typing "amxx version" into your server console and observing the output. If you are not, you can download the latest version here

Next, you must enable the Fakemeta, Cstrike, and Ham Sandwich modules. You can do this by opening up your addons/amxmodx/configs/modules.ini file, and then removing the ; characters before the lines that read fakemeta and cstrike, and adding a new line that reads hamsandwich. The modules.ini file can be opened with any regular text editor (Notepad, for example).

For example, your modules.ini file might look something like this (only bigger):

modules.ini
Code:
fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
As you can see, the fakemeta line still has a ; character, whereas the cstrike line does not. Also, we don't even have the hamsandwich module listed. This means that we need to change the fakemeta line and add a new one for Ham Sandwich. So it becomes:

modules.ini
Code:
fun
;engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
hamsandwich
If your modules.ini file does not already have a cstrike line, you may have not yet downloaded the Counter-Strike Addon for AMXX. You can do so here (see Counter-Strike Addon on the right).


Step 2: Installing GunGame
- Step 2a: Full Package

The easiest way to install GunGame is to simply unzip the full package (gg_210_full.zip) into your server's mod directory (cstrike/ or czero/). Actually, this is the only way to install GunGame. You will still have to add a line to your addons/amxmodx/configs/plugins.ini file that reads gungame.amxx (make sure that it is on a line by itself). The plugins.ini file can be opened with any regular text editor, the same as modules.ini.

For example, your plugins.ini file might look something like this (only, of course, bigger):

plugins.ini
Code:
; Custom - Add 3rd party plugins here
plugin1.amxx
plugin2.amxx
plugin3.amxx
plugin4.amxx
Just add gungame.amxx anywhere on the list:

plugins.ini
Code:
; Custom - Add 3rd party plugins here
plugin1.amxx
plugin2.amxx
plugin3.amxx
plugin4.amxx
gungame.amxx
Step 3: Configuring GunGame

After you get all of the files in place, you will surely want to do a little bit of further configuration. The details below explain how.

Step 3a: Configuration File

Once your gungame.cfg file is in place (either in the mod directory or in AMXX's configs/ directory), you can open it up with any text editor (Notepad, Wordpad, etcetera) and configure GunGame to you or your players' liking (but let's face it, you're the ony paying for the server). In order to understand what each cvar does, you should read ridiculously large cvar list. The groups on that page correspond to the groups in the gungame.cfg file. It's strongly recommended that you read the cvar list and configure your gungame.cfg!

Step 3b: GunGame Map Cycle

If you wish to have a custom map cycle that is used only while GunGame is running, create a new file named gungame_mapcycle.txt in either the mod directory (cstrike/ or czero/) or in the addons/amxmodx/configs/ directory. There should be one map name per line, just like AMXX's maps.ini or the default mapcycle.txt file. The GunGame map cycle goes down the list until it reaches the end, and then starts back at the top. If you use the GunGame map cycle, GunGame will not attempt to start any map votes.

Here is an example of a (small) gungame_mapcycle.txt file:
gungame_mapcycle.txt:
Code:
fy_iceworld2k
fy_grid2_cz
fy_iceworld_cz
fy_pool_day
Step 3c: Random Spawn Points

As of 1.10, you can install CSDM (Counter-Strike Deathmatch by BAILOPAN) spawn config files to be used by gg_dm_spawn_random. To get them, download CSDM from this page, and place all of the *.spawns.cfg files into the addons/amxmodx/configs/csdm/ folder. Once installed, if you have gg_dm set to 1 and gg_dm_spawn_random set to either 1 or 2, then players will be respawned at these random spawn locations instead of at their bases. See the cvar list for more information about Deathmatch Mode.
You only need to download the *.spawns.cfg files from CSDM in order to have random spawn locations, you do not need to install the entire CSDM. However, you still can if you wish to, just remember to disable the weapon menu.

In addition, ToT | V!PER has compiled a great spawn config file package designed for CSDM and GunGame that you can download here.

Step 4: Read up!

Now that you've got everything in place, it's time to figure out how to use it! It's recommended that you read the the cvar list

Informations taked off: GunGame AMXX All credits goes to them. Lots of people are seeking for how to instal Gun game mod on their server and doesn't know where the find it. Here is the complet guide on how to instal it. Hope you'll like it.

Original gun game site: GunGame AMXX

Last edited by DoGgY; 06-23-2008 at 01:17 AM.
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
  #2  
Old 06-28-2008, 04:55 PM
Stroh's Avatar
<|]:( )
 
Join Date: Feb 2007
Location: Germany(Stuttgart)
Posts: 1,158
Reputation: 663
Rep Power: 5
Stroh is a splendid one to beholdStroh is a splendid one to beholdStroh is a splendid one to beholdStroh is a splendid one to beholdStroh is a splendid one to beholdStroh is a splendid one to behold
Send a message via ICQ to Stroh Send a message via MSN to Stroh Send a message via Skype™ to Stroh
Nice ty for posting. mby we are going to start our own server?
Reply With Quote
  #3  
Old 06-28-2008, 05:01 PM
DoGgY's Avatar
Techno addict
 
Join Date: Jun 2007
Location: Canada, Québec
Posts: 1,513
Blog Entries: 2
Reputation: 839
Rep Power: 6
DoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to beholdDoGgY is a splendid one to behold
Quote:
Originally Posted by Stroh View Post
Nice ty for posting. mby we are going to start our own server?
yes but the only problem is that your far from me and im far from you .. so we can't get a good stable connection for each other :S .

I forgot to say but that Gun Game have deathmatch in it
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 07:09 AM.


vBulletin style developed by Transverse Styles
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

»About D3scene »Navigation