Giter Site home page Giter Site logo

teamphoenix's Introduction

Team Phoenix

Based on Phoenix plugin, this plugin will reset the positions for all teams not just one team.

Authors

Vladimir "allejo" Jimenez

Compiling

Requirements

  • BZFlag 2.4.0

How to Compile

  1. Check out the BZFlag source code.

    git clone -b v2_4_x https://github.com/BZFlag-Dev/bzflag-import-3.git bzflag

  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 TeamPhoenix

  4. Delete the newly create TeamPhoenix directory.

    rm -rf TeamPhoenix

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

    git clone https://github.com/allejo/TeamPhoenix.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 TeamPhoenix 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/TeamPhoenix.so

License

GNU General Public License Version 3.0

teamphoenix's People

Contributors

allejo avatar

Watchers

 avatar  avatar

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.