diff options
Diffstat (limited to 'libs/game_bethesda')
| -rw-r--r-- | libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp | 5 | ||||
| -rw-r--r-- | libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp b/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp index effc806..7a147e5 100644 --- a/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp +++ b/libs/game_bethesda/src/games/falloutnv/gamefalloutnv.cpp @@ -200,9 +200,8 @@ QList<PluginSetting> GameFalloutNV::settings() const { return QList<PluginSetting>() << PluginSetting("enable_loot_sorting", - tr("While not recommended by the FNV modding community, " - "enables LOOT sorting"), - false); + tr("Enables LOOT sorting for Fallout New Vegas"), + true); } void GameFalloutNV::initializeProfile(const QDir& path, ProfileSettings settings) const diff --git a/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp b/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp index af1ea31..3ffa5a1 100644 --- a/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp +++ b/libs/game_bethesda/src/games/ttw/gamefalloutttw.cpp @@ -209,9 +209,8 @@ QList<PluginSetting> GameFalloutTTW::settings() const { return QList<PluginSetting>() << PluginSetting("enable_loot_sorting", - tr("While not recommended by the TTW modding community, " - "enables LOOT sorting"), - false); + tr("Enables LOOT sorting for Tale of Two Wastelands"), + true); } void GameFalloutTTW::initializeProfile(const QDir& path, ProfileSettings settings) const |
