mirror of
https://github.com/ModOrganizer2/modorganizer-game_starfield.git
synced 2026-07-27 14:08:51 -07:00
Map Starfield.ccc to 'My Games' alongside game folder. (#28)
This commit is contained in:
@@ -188,8 +188,12 @@ MappingType GameStarfield::mappings() const
|
||||
}
|
||||
}
|
||||
if (m_Organizer->pluginSetting(name(), "enable_loadorder_fix").toBool()) {
|
||||
// map the Starfield.ccc from the profile to both the game folder and the My Games
|
||||
// folder (used by LOOT for instance)
|
||||
result.push_back({m_Organizer->profilePath() + "/" + "Starfield.ccc",
|
||||
gameDirectory().absolutePath() + "/" + "Starfield.ccc", false});
|
||||
result.push_back({m_Organizer->profilePath() + "/" + "Starfield.ccc",
|
||||
myGamesPath() + "/" + "Starfield.ccc", false});
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user