-
Notifications
You must be signed in to change notification settings - Fork 146
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
base: master
Are you sure you want to change the base?
Conversation
- Remove unused gamespy query - Merged redorchestra and ro4145 - Corrected gameport - Set to Unreal2 protocol
lib/games.js
Outdated
protocol: 'unreal2' | ||
} | ||
}, | ||
roo4145: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GID for the game name should be roo4145
, not redorchestra
.
lib/games.js
Outdated
extra: { | ||
old_id: 'redorchestraost' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't remove the old id as it breaks backwards compatibility.
lib/games.js
Outdated
name: 'Red Orchestra', | ||
release_year: 2018, | ||
options: { | ||
port: 7758, | ||
port_query_offset: 1, | ||
protocol: 'unreal2' | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't remove this entry, even if it is completely wrong and if it is, we should remove it in a major version.
This PR refactors Red Orchestra
Partly fixes #616