Add tons and tons of games and protocols

This commit is contained in:
Michael Morrison 2014-02-01 09:48:01 -06:00
parent add06a7d8f
commit b51877ef5c
4 changed files with 61 additions and 2 deletions

8
games/bf2.js Normal file
View file

@ -0,0 +1,8 @@
module.exports = require('./protocols/gamespy3').extend({
init: function() {
this._super();
this.noChallenge = true;
this.pretty = 'Battlefield 2';
this.options.port = 29900;
}
});