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

Conversation

dgibbs64
Copy link
Contributor

This PR refactors Red Orchestra

  • Remove unused gamespy query
  • Merged redorchestra and ro4145
  • Corrected gameport
  • Set to Unreal2 protocol

Partly fixes #616

- Remove unused gamespy query
- Merged redorchestra and ro4145
- Corrected gameport
- Set to Unreal2 protocol
lib/games.js Outdated
protocol: 'unreal2'
}
},
roo4145: {
Copy link
Member

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
Comment on lines 2382 to 2383
extra: {
old_id: 'redorchestraost'
Copy link
Member

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
Comment on lines 2366 to 2373
name: 'Red Orchestra',
release_year: 2018,
options: {
port: 7758,
port_query_offset: 1,
protocol: 'unreal2'
}
},
Copy link
Member

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.

CHANGELOG.md Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Red Orchestra and Red Orchestra: Ostfront 41-45 should be the same game
2 participants