mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Add tons and tons of games and protocols
This commit is contained in:
parent
add06a7d8f
commit
b51877ef5c
4 changed files with 61 additions and 2 deletions
8
games/bf2.js
Normal file
8
games/bf2.js
Normal 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;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue