mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Matchmaker & some improvements.
**Changes** - Added the websocket for matchmaker into the server so you can use the matchmaker again. (more infos in the ReadMe file) - Added some fixes into the cloudstorage to fix long waiting on nintendo switch & mobile when checking server connection. - Added support for the F8 key to bring up the console. - Removed a console.log in functions to clean up the log (no longer showing the season in log for no reason)
This commit is contained in:
@@ -8,4 +8,21 @@ ServerPort=80
|
||||
[OnlineSubsystemMcp.Xmpp Prod]
|
||||
bUseSSL=false
|
||||
ServerAddr="ws://127.0.0.1"
|
||||
ServerPort=80
|
||||
ServerPort=80
|
||||
|
||||
# Forces fortnite to use the v1 party system to support lawinserver xmpp
|
||||
[OnlineSubsystemMcp]
|
||||
bUsePartySystemV2=false
|
||||
|
||||
# Forces fortnite to use the v1 party system to support lawinserver xmpp
|
||||
[OnlineSubsystemMcp.OnlinePartySystemMcpAdapter]
|
||||
bUsePartySystemV2=false
|
||||
|
||||
# Fix for XMPP not working on some versions
|
||||
[XMPP]
|
||||
bEnableWebsockets=true
|
||||
|
||||
# Fix for long waiting at checking connections to datacenters on Switch & Mobile
|
||||
[/Script/Qos.QosRegionManager]
|
||||
NumTestsPerRegion=1
|
||||
PingTimeout=0.1
|
||||
3
CloudStorage/DefaultInput.ini
Normal file
3
CloudStorage/DefaultInput.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[/Script/Engine.InputSettings]
|
||||
+ConsoleKeys=Tilde # Enables console using the tilde key
|
||||
+ConsoleKeys=F8 # Enables console using the F8 key
|
||||
Reference in New Issue
Block a user