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:
Smidy 2024-10-01 20:23:07 +13:00 committed by GitHub
parent 02ee0c262b
commit b3947164d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 103 additions and 4 deletions

View file

@ -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,