Giter Site home page Giter Site logo

uselessrampage's Introduction

Useless Rampage

This plugin will give some use to the Useless flag where it will award as many points as your current killing spree. In other words, when you have 3 consecutive kills, you will receive 3 points for that kill; the maximum number of points per kill you can earn is 20.

Authors

  • Vladimir "allejo" Jimenez

Compiling

Requirements

  • BZFlag 2.4.0

How to Compile

  1. Check out the BZFlag source code.

    git clone -b 2.4 https://github.com/BZFlag-Dev/bzflag.git

  2. Go into the newly checked out source code and then the plugins directory.

    cd bzflag/plugins

  3. Create a plugin using the newplug.sh script.

    sh newplug.sh uselessRampage

  4. Delete the newly create uselessRampage directory.

    rm -rf uselessRampage

  5. Run a git clone of this repository from within the plugins directory. This should have created a new uselessRampage directory within the plugins directory.

    git clone https://github.com/allejo/uselessRampage.git

  6. Instruct the build system to generate a Makefile and then compile and install the plugin.

    cd ..; ./autogen.sh; ./configure; make; make install;

Updating the Plugin

  1. Go into the uselessRampage folder located in your plugins folder.

  2. Pull the changes from Git.

    git pull origin master

  3. (Optional) If you have made local changes to any of the files from this project, you may receive conflict errors where you may resolve the conflicts yourself or you may simply overwrite your changes with whatever is in the repository, which is recommended. If you have a conflict every time you update because of your local change, submit a pull request and it will be accepted, provided it's a reasonable change.

    git reset --hard origin/master; git pull

  4. Compile the changes.

    make; make install;

Server Details

How to Use

To use this plugin after it has been compiled, simply load the plugin via the configuration file.

-loadplugin /path/to/uselessRampage.so

License

GNU General Public License Version 3.0

uselessrampage's People

Contributors

allejo avatar

Watchers

 avatar  avatar  avatar

uselessrampage's Issues

Penalize TKs

Penalize players who TK to get the extra points

Self-kills award players extra points

I'm not sure if this is a bug or feature, but if a self-kill is done, they are awarded points from the self kill.

Like if their next kill was going to award them 5 points, a self-kill will award them 5 points minus the self-kill.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.