Skip to content

Revert "fix: set ExeRunDir to game root in ColdClientLoader.ini"#1008

Merged
utkarshdalal merged 1 commit intomasterfrom
revert-775-new-star-gp
Mar 24, 2026
Merged

Revert "fix: set ExeRunDir to game root in ColdClientLoader.ini"#1008
utkarshdalal merged 1 commit intomasterfrom
revert-775-new-star-gp

Conversation

@utkarshdalal
Copy link
Copy Markdown
Owner

@utkarshdalal utkarshdalal commented Mar 24, 2026

Reverts #775


Summary by cubic

Reverts the change that set ExeRunDir to the game root in ColdClientLoader.ini. ExeRunDir is now left empty to restore default behavior and prevent launch issues with some games.

Written for commit bb6de14. Summary will update on new commits.

Summary by CodeRabbit

  • Bug Fixes
    • Adjusted how the game execution directory is initialized, now using system defaults instead of custom path configuration.

@utkarshdalal utkarshdalal merged commit 7eed0a0 into master Mar 24, 2026
2 of 3 checks passed
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 24, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 81e0d2a5-1cba-4fab-b02b-a15dea69d96f

📥 Commits

Reviewing files that changed from the base of the PR and between fe1ed04 and bb6de14.

📒 Files selected for processing (1)
  • app/src/main/java/app/gamenative/utils/SteamUtils.kt

📝 Walkthrough

Walkthrough

The PR modifies SteamUtils.writeColdClientIni to remove the computed exeRunDir variable and change the ExeRunDir field in the ColdClientLoader.ini file from a game-specific path to an empty value.

Changes

Cohort / File(s) Summary
INI Configuration Logic
app/src/main/java/app/gamenative/utils/SteamUtils.kt
Removed local exeRunDir variable; changed ExeRunDir field in ColdClientLoader.ini template from computed path (steamapps\\common\\$gameName) to empty value (ExeRunDir=).

Possibly related PRs

Poem

🐰 A path once worn, now cleared away,
ExeRunDir bids the code "good day!"
Empty fields and simpler writes,
INI files shine with cleaner heights! ✨


🎯 2 (Simple) | ⏱️ ~8 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch revert-775-new-star-gp

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant