Skip to content

Commit

Permalink
fix bad VotV entry in game list, remove shimloader vanilla arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangreen-dev committed Feb 9, 2024
1 parent c7cc615 commit 0bdd2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/model/game/GameManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export default class GameManager {
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.BEPINEX, []),
new Game(
"Voices of the Void", "VotV", "VotV",
"", ["VotV-Win64-Shipping.exe"], "",
"", ["VotV-Win64-Shipping.exe"], "VotV",
"https://thunderstore.io/c/voices-of-the-void/api/v1/package/", "https://raw.githubusercontent.com/ebkr/r2modmanPlus/master/modExclusions.md",
[new StorePlatformMetadata(StorePlatform.OTHER)], "VotV.png",
GameSelectionDisplayMode.VISIBLE, GameInstanceType.GAME, PackageLoader.SHIMLOADER, ["votv"]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class ShimloaderGameInstructions extends GameInstructionGenerator

return {
moddedParameters: `--mod-dir "${luaDir}" --pak-dir "${pakDir}" --cfg-dir "${cfgDir}"`,
vanillaParameters: `--disable-mods`
vanillaParameters: ""
}
}
}

0 comments on commit 0bdd2c2

Please sign in to comment.