akester / gungame

SourceMod GunGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SourceMod: GunGame for CS:S

1. Introduction
    GunGame is a modification to Counter-Strike Source Servers that challenges
    users to level up their weapons in order to win the round.  Written in
    SourceMod.
    
2. Authors
    (This list is interpreted from various documentation)
    The original idea for GunGame is by cagemonkey.
    teame06 wrote the original GunGame mod, with the following acknowledgements:
    
        Especially would like to thank BAILOPAN for everything.
        Also faluco for listening to my yapping.
        Custom Multiple Kills Per Level setting was an idea from 
            XxAvalanchexX GunGame 1.6.
        To the SourceMod Dev Team for making a nicely design system for this 
            plug-in to be recreated it.
        FlyingMongoose for slapping my ideas away and now we have now 
            left ... Geez.
        I would also like to thank sawce with ^^.
        Another person who I would like to thank is OneEyed.
        
    This version is maintained by Andrew Kester.
    
3. License
    The original source code id Copyright (C) 2007 teame06 and released under
        the GNU General Public License version 2.
    Any current changes to the program (will be marked) are Copyright (C) 2013
        Andrew Kester and released under the GNU General Public License 
        version 3.
        
        
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
4. Installation
    To install:
        1. Install Metamod:Source and SourceMod onto your server.
        2. Upload the contents of this program into the server, matching
            directories to their counterparts on the server.
        3. Configure the mod using cfg/gungame/gungame.config.txt and
            cfg/gungame/gungame.equip.txt
        4. Restart your Server
5. Support
    Support for this project is provided through GitHub, please ensure you have
    read all relevant documentation before asking for assistance or opening an
    issue.  The devs thank you in advance.
    

About

SourceMod GunGame

License:GNU General Public License v3.0


Languages

Language:Objective-C 64.2%Language:C++ 19.6%Language:C 16.2%