diff --git a/Config/DefaultEditorPerProjectUserSettings.ini b/Config/DefaultEditorPerProjectUserSettings.ini index 17a22783..ca1bb78f 100644 --- a/Config/DefaultEditorPerProjectUserSettings.ini +++ b/Config/DefaultEditorPerProjectUserSettings.ini @@ -13,7 +13,7 @@ RestoreOpenAssetTabsOnRestart=AlwaysRestore AutoSaveWarningInSeconds=0 [/Script/Integration.lxProjectSettings] -ActiveServer=/Game/Luprex/KnownServers/SS_Standalone.SS_Standalone +ActiveServer=/Game/Luprex/KnownServers/SS_Localhost.SS_Localhost [/Script/Integration.lxEditorSettings] ActiveServer=/Game/Luprex/KnownServers/SS_Localhost.SS_Localhost diff --git a/Source/Integration/lpx-paths.hpp b/Source/Integration/lpx-paths.hpp new file mode 100644 index 00000000..d2a5a821 --- /dev/null +++ b/Source/Integration/lpx-paths.hpp @@ -0,0 +1,2 @@ +#define LUPREX_DLL_PATH "/home/teppy/integration/luprex/build/Linux/luprexlib.so" +#define LUPREX_ROOT_PATH "/home/teppy/integration/luprex" diff --git a/TeppyNotes.txt b/TeppyNotes.txt new file mode 100644 index 00000000..aa176911 --- /dev/null +++ b/TeppyNotes.txt @@ -0,0 +1,4 @@ +- To run a server: + - cd luprex + - ./build/Linux/luprexstatic lpxserver +