Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update redorchestra to use correct query port and type #639

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resolve review
dgibbs64 committed Sep 28, 2024
commit 21a679f026e6a4520300e30296cf7cc600ec4207
12 changes: 12 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
@@ -2363,12 +2363,24 @@ export const games = {
}
},
redorchestra: {
name: 'Red Orchestra',
release_year: 2018,
options: {
port: 7758,
port_query_offset: 1,
protocol: 'unreal2'
}
},
roo4145: {
name: 'Red Orchestra: Ostfront 41-45',
release_year: 2006,
options: {
port: 7757,
port_query_offset: 1,
protocol: 'unreal2'
},
extra: {
old_id: 'redorchestraost'
}
},
redorchestra2: {