mirror of
https://github.com/ModOrganizer2/modorganizer-game_fallout4vr.git
synced 2026-07-27 13:58:47 -07:00
Remove ambiguity of which My Games folder to use
This commit is contained in:
@@ -53,6 +53,12 @@ QString GameFallout4VR::gameName() const
|
||||
return "Fallout 4 VR";
|
||||
}
|
||||
|
||||
void GameFallout4VR::detectGame()
|
||||
{
|
||||
m_GamePath = identifyGamePath();
|
||||
m_MyGamesPath = determineMyGamesPath("Fallout4VR");
|
||||
}
|
||||
|
||||
QList<ExecutableInfo> GameFallout4VR::executables() const
|
||||
{
|
||||
return QList<ExecutableInfo>()
|
||||
@@ -91,7 +97,7 @@ QString GameFallout4VR::description() const
|
||||
|
||||
MOBase::VersionInfo GameFallout4VR::version() const
|
||||
{
|
||||
return VersionInfo(1, 4, 1, VersionInfo::RELEASE_FINAL);
|
||||
return VersionInfo(1, 5, 0, VersionInfo::RELEASE_FINAL);
|
||||
}
|
||||
|
||||
QList<PluginSetting> GameFallout4VR::settings() const
|
||||
|
||||
@@ -22,6 +22,7 @@ public:
|
||||
public: // IPluginGame interface
|
||||
|
||||
virtual QString gameName() const override;
|
||||
virtual void detectGame() override;
|
||||
virtual QList<MOBase::ExecutableInfo> executables() const override;
|
||||
virtual QList<MOBase::ExecutableForcedLoadSetting> executableForcedLoads() const override;
|
||||
virtual void initializeProfile(const QDir &path, ProfileSettings settings) const override;
|
||||
|
||||
Reference in New Issue
Block a user