From 514fca47bce443f1139b3f82c123de92d6cba6df Mon Sep 17 00:00:00 2001 From: Teppy Date: Tue, 9 Jun 2026 16:55:53 -0400 Subject: [PATCH] checking misc crap --- Config/DefaultEditorPerProjectUserSettings.ini | 2 +- Source/Integration/lpx-paths.hpp | 2 ++ TeppyNotes.txt | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Source/Integration/lpx-paths.hpp create mode 100644 TeppyNotes.txt 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 +