Skip to content

Commit

Permalink
Add creation kit to default executables
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Jun 12, 2024
1 parent 8ca6b82 commit e4aa73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gamestarfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ QList<ExecutableInfo> GameStarfield::executables() const
->gameFeature<MOBase::ScriptExtender>()
->loaderName()))
<< ExecutableInfo("Starfield", findInGameFolder(binaryName()))
<< ExecutableInfo("Creation Kit", findInGameFolder("CreationKit.exe"))
.withSteamAppId("2722710")
<< ExecutableInfo("LOOT", QFileInfo(getLootPath()))
.withArgument("--game=\"Starfield\"");
}
Expand Down

0 comments on commit e4aa73f

Please sign in to comment.