Compare commits

..

26 Commits

Author SHA1 Message Date
0b5c47d8c7 Some changes to make login.init more consistent. 2026-06-09 17:36:58 -04:00
7d6898edb3 This file is not supposed to be here 2026-06-09 16:58:53 -04:00
da858f4a99 Remove some files 2026-06-09 16:58:14 -04:00
514fca47bc checking misc crap 2026-06-09 16:56:00 -04:00
393be51c76 Changes to login.lua to switch characters at a pylon. 2026-06-09 16:56:00 -04:00
29726631dd Auto-reconnect is now deliberately slowed down 2026-06-09 15:06:40 -04:00
7d6b1f207f Move 'break to debugger' into editor preferences 2026-06-09 14:32:02 -04:00
6a230e3ab2 First attempt at error-resistant /cpl directive 2026-06-08 17:47:10 -04:00
53a06281fd replace abandon_server with disconnect_and_reconnect 2026-06-08 15:54:20 -04:00
fa7dcdcb0d Increase view radius, remove radius parameter from get_tangibles_near 2026-06-08 14:58:44 -04:00
536abb2231 Better login handling 2026-06-08 14:23:55 -04:00
8d88c88fa0 Working on redirect/connect/etc 2026-06-05 17:52:46 -04:00
8a46788512 Disable world partition 2026-06-05 16:54:32 -04:00
f7a2d83f6e Disable world partition 2026-06-05 15:24:37 -04:00
e9c562eee5 Invoke can now only invoke method in class 'invoke', likewise for 'probe' 2026-06-03 17:03:07 -04:00
6658fb7940 Add Editor Preference to control server selection 2026-06-03 15:52:20 -04:00
d951d2ab61 More work on redirect 2026-06-02 18:34:03 -04:00
6c9f75bfac Remove error checking from redirect 2026-06-02 02:52:42 -04:00
f0460cdc71 redirect code in place 2026-06-02 02:42:28 -04:00
bfaf161d30 Cleaning up lpxclient and lpxserver in preparation for redirect implementation 2026-06-01 22:49:25 -04:00
1b0d96934f Readme updates 2026-06-01 20:53:02 -04:00
cc34e36cd2 A small refactor in UEWingman, for readability 2026-06-01 20:53:02 -04:00
e1f3c81cbd Progress toward implementing redirect 2026-05-27 17:13:32 -04:00
779c9f5c2e Better code reload 2026-05-27 14:50:34 -04:00
d737879ed6 More slash command stuff 2026-05-26 18:42:48 -04:00
46051526e6 New slash command parser 2026-05-26 18:20:35 -04:00
240 changed files with 1949 additions and 1454 deletions

View File

@@ -1,13 +0,0 @@
[/Script/UnrealEd.EditorStyleSettings]
AssetEditorOpenLocation=MainWindow
[/Script/BlueprintGraph.BlueprintEditorSettings]
SaveOnCompile=SoC_SuccessOnly
[/Script/UnrealEd.EditorLoadingSavingSettings]
RestoreOpenAssetTabsOnRestart=AlwaysRestore
AutoSaveWarningInSeconds=0

View File

@@ -7,11 +7,11 @@
GameViewportClientClassName=/Script/Integration.lxViewportClient
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/LpxLevel.LpxLevel
GameDefaultMap=/Game/LpxBasicLevel.LpxBasicLevel
GlobalDefaultGameMode=/Game/Luprex/lxGameMode.lxGameMode_C
GameInstanceClass=/Script/IntegrationV7.GameInstanceV7
GlobalDefaultServerGameMode=/Game/IntegrationGameModeBaseBP.IntegrationGameModeBaseBP_C
EditorStartupMap=/Game/LpxLevel.LpxLevel
EditorStartupMap=/Game/LpxBasicLevel.LpxBasicLevel
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True

BIN
Content/LandscapeLevel.umap LFS Normal file

Binary file not shown.

BIN
Content/LpxBasicLevel.umap LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More