aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/fallout4london/fo4londonscriptextender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_bethesda/src/games/fallout4london/fo4londonscriptextender.cpp')
-rw-r--r--libs/game_bethesda/src/games/fallout4london/fo4londonscriptextender.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/game_bethesda/src/games/fallout4london/fo4londonscriptextender.cpp b/libs/game_bethesda/src/games/fallout4london/fo4londonscriptextender.cpp
new file mode 100644
index 0000000..109ca51
--- /dev/null
+++ b/libs/game_bethesda/src/games/fallout4london/fo4londonscriptextender.cpp
@@ -0,0 +1,18 @@
+#include "fo4londonscriptextender.h"
+
+#include <QString>
+#include <QStringList>
+
+Fallout4LondonScriptExtender::Fallout4LondonScriptExtender(GameGamebryo const* game)
+ : GamebryoScriptExtender(game)
+{}
+
+QString Fallout4LondonScriptExtender::BinaryName() const
+{
+ return "f4se_loader.exe";
+}
+
+QString Fallout4LondonScriptExtender::PluginPath() const
+{
+ return "f4se/plugins";
+}