gamefix: More fallout game fixes#1134
gamefix: More fallout game fixes#1134unbelievableflavour wants to merge 1 commit intoutkarshdalal:masterfrom
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughAdded two new Steam registry-based game fixes (gameId 22370 and 22490) and updated the Steam fixes ordering in GameFixesRegistry, inserting Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@app/src/main/java/app/gamenative/gamefixes/STEAM_22370.kt`:
- Around line 8-15: The new KeyedGameFix instances STEAM_Fix_22370 and
STEAM_Fix_22490 are defined but not added to the registry; open
GameFixesRegistry (the fixes list) and add STEAM_Fix_22370 and STEAM_Fix_22490
to the fixes collection so they will be applied at runtime (ensure the names
match the declarations in STEAM_22370.kt and STEAM_22490.kt and maintain the
list's ordering/formatting conventions).
In `@app/src/main/java/app/gamenative/gamefixes/STEAM_22490.kt`:
- Around line 8-15: Add the newly defined fix symbol STEAM_Fix_22490 to the
central registry so it will be applied at runtime: open GameFixesRegistry (the
collection where fixes are listed) and append STEAM_Fix_22490 to the fixes
list/array that currently contains other Steam fixes (the block around lines
19-39), ensuring the entry matches the existing list formatting and is
exported/visible from GameFixesRegistry so the registry includes this
KeyedGameFix.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 2f0a66eb-fdd5-453c-b93e-d19344dfa8a7
📒 Files selected for processing (2)
app/src/main/java/app/gamenative/gamefixes/STEAM_22370.ktapp/src/main/java/app/gamenative/gamefixes/STEAM_22490.kt
cdbfb99 to
3cb7ae5
Compare
036bd52 to
cd39c06
Compare
cd39c06 to
6c723f6
Compare
Description
More fallout versions, more registry fixes
Recording
https://discord.com/channels/1378308569287622737/1491156246940618835
Checklist
#code-changes, I have discussed this change there and it has been green-lighted. If I do not have access, I have still provided clear context in this PR. If I skip both, I accept that this change may face delays in review, may not be reviewed at all, or may be closed.CONTRIBUTING.md.Summary by cubic
Add Steam registry fixes for Fallout 3 GOTY (22370) and Fallout: New Vegas (22490). Reordered Steam fixes (including
STEAM_Fix_400,STEAM_Fix_752580,STEAM_Fix_3373660) to improve detection.Written for commit 6c723f6. Summary will update on new commits.
Summary by CodeRabbit