mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: Add Satisfactory support (#645)
* feat: Added Satisfactory Protocol and Support * fix: Reordering Alphabetically * Further Updates based on Feedback * Removed Duplicate Code * Adding rejectUnauthorized option for Satisfactory * Move rejectUnauthorized back to Protocol * Adding Doc Notes for Satisfactory * Made Docs Clearer
This commit is contained in:
parent
02ee0c262b
commit
b3947164d3
5 changed files with 103 additions and 4 deletions
11
lib/games.js
11
lib/games.js
|
|
@ -2546,6 +2546,17 @@ export const games = {
|
|||
old_id: '7d2d'
|
||||
}
|
||||
},
|
||||
satisfactory: {
|
||||
name: 'Satisfactory',
|
||||
release_year: 2019,
|
||||
options: {
|
||||
port: 7777,
|
||||
protocol: 'satisfactory'
|
||||
},
|
||||
extra: {
|
||||
doc_notes: 'satisfactory'
|
||||
}
|
||||
},
|
||||
spaceengineers: {
|
||||
name: 'Space Engineers',
|
||||
release_year: 2019,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue