Git Product home page Git Product logo

multiprotocol-slackers's Introduction

multiprotocol-slackers-qvm
==========================

This file is packaged with source, binaries, and/or assets for the
multiprotocol Slacker's QVM.  See the accompanying COPYING file for details.

This modification uses Slacker's QVM game module and Lakitu7's r181 cgame and
ui modules.  Modifications are primarily for compatibility with the unreleased
multiprotocol Tremulous server.

Questions, comments, and/or source code requests can be made on the GrangerHub
forum:
    
    http://discourse.grangerhub.com/

Or if you choose, you may e-mail the maintainer, Jeff Kent, directly:

    [email protected]


notes
=====

When running multiprotocol tremded, you'll need to copy both the vms-1.1.0 and
vms-gpp1 paks your `basepath/gamename`.

Add the following command line switch to serve both correctly

`+set fs_pk3PrefixPairs "&vms-1.1.0|vms-gpp1&"` 

multiprotocol-slackers's People

Contributors

dgr8lookinsparky avatar jkent avatar wtfbbqhax avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

wtfbbqhax

multiprotocol-slackers's Issues

Build versioned pk3's

Problem

Apparently, some clients won't download updated pk3's if the file name is unchanged.

Fix

Steal the versioned packaging magic from grangerhub/tremulous

Donate bug

Donate bug

Reported by enneract on GrangerHub forums

image

Notice that the donated amount is a negative number.

The following patch was not generated against the GrangerHub code but provided by enneract against some other repo.

--- g_cmds.c    2016-02-13 21:16:09.000000000 +0100
+++ g_cmds.c.new        2016-11-07 22:48:10.201411292 +0100
@@ -4959,7 +4959,8 @@
        if( level.clients[ i ].pers.connected == CON_CONNECTED &&
             ent->client != level.clients + i &&
             level.clients[ i ].pers.teamSelection ==
-            ent->client->pers.teamSelection ) {
+            ent->client->pers.teamSelection &&
+            level.clients[ i ].pers.credit < max ) {
          new_credits = level.clients[ i ].pers.credit + portion;
          amounts[ i ] = portion;
          totals[ i ] += portion;

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.