Browse Source
- Updated `ti/Engine.ini` to include additional content paths. - Refactored `ti/Game.ini` to modify server settings: - Increased maximum player count to 100. - Enabled human players. - Disabled server password requirement. - Set queue port to 9998. - Enabled RCON with password "ADMINPASSWORD" on port 9999. - Allowed replay recording.pull/137/head
2 changed files with 56 additions and 23 deletions
@ -0,0 +1,41 @@ |
|||||
|
[Core.System] |
||||
|
Paths=../../../Engine/Content |
||||
|
Paths=%GAMEDIR%Content |
||||
|
Paths=../../../Engine/Plugins/Runtime/SoundUtilities/Content |
||||
|
Paths=../../../Engine/Plugins/Runtime/Synthesis/Content |
||||
|
Paths=../../../Engine/Plugins/Runtime/AudioSynesthesia/Content |
||||
|
Paths=../../../Engine/Plugins/Runtime/WebBrowserWidget/Content |
||||
|
Paths=../../../Engine/Plugins/FX/Niagara/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content |
||||
|
Paths=../../../TheIsle/Plugins/RVTObjectLandscapeBlending/Content |
||||
|
Paths=../../../TheIsle/Plugins/DLSS/Content |
||||
|
Paths=../../../TheIsle/Plugins/UIPF/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/ControlRig/Content |
||||
|
Paths=../../../TheIsle/Plugins/SkinnedDecalComponent/Content |
||||
|
Paths=../../../TheIsle/Plugins/DLSSMoviePipelineSupport/Content |
||||
|
Paths=../../../Engine/Plugins/MovieScene/MovieRenderPipeline/Content |
||||
|
Paths=../../../Engine/Plugins/Compositing/OpenColorIO/Content |
||||
|
Paths=../../../Engine/Plugins/MovieScene/SequencerScripting/Content |
||||
|
Paths=../../../TheIsle/Plugins/EOSOnlineSubsystem/Content |
||||
|
Paths=../../../TheIsle/Plugins/ImpostorBaker/Content |
||||
|
Paths=../../../Engine/Plugins/2D/Paper2D/Content |
||||
|
Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content |
||||
|
Paths=../../../Engine/Plugins/Editor/GeometryMode/Content |
||||
|
Paths=../../../Engine/Plugins/Editor/SpeedTreeImporter/Content |
||||
|
Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/ChaosClothEditor/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/GeometryProcessing/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/ChaosNiagara/Content |
||||
|
Paths=../../../Engine/Plugins/Experimental/MotoSynth/Content |
||||
|
Paths=../../../Engine/Plugins/MagicLeap/MagicLeapPassableWorld/Content |
||||
|
Paths=../../../Engine/Plugins/Media/MediaCompositing/Content |
||||
|
Paths=../../../Engine/Plugins/Runtime/OpenXREyeTracker/Content |
||||
|
Paths=../../../Engine/Plugins/Runtime/OpenXR/Content |
||||
|
Paths=../../../Engine/Plugins/Runtime/OpenXRHandTracking/Content |
||||
|
Paths=../../../Engine/Plugins/VirtualProduction/Takes/Content |
||||
|
|
||||
|
[EpicOnlineServices] |
||||
|
DedicatedServerClientId=xyza7891gk5PRo3J7G9puCJGFJjmEguW |
||||
|
DedicatedServerClientSecret=pKWl6t5i9NJK8gTpVlAxzENZ65P8hYzodV8Dqe5Rlc8 |
@ -1,26 +1,18 @@ |
|||||
|
[/script/theisle.tigamestatebase] |
||||
|
AdminsSteamIDs=ADMINID |
||||
|
AdminsSteamIDs=ADMINID |
||||
|
AdminsSteamIDs=ADMINID |
||||
|
|
||||
[/Script/TheIsle.TIGameSession] |
[/Script/TheIsle.TIGameSession] |
||||
ServerName=SERVERNAME |
bAllowReplay=true |
||||
MaxPlayerCount=50 |
bEnableHumans=false |
||||
bServerGlobalChat=true |
bQueueEnabled=true |
||||
bServerNesting=false |
bRconEnabled=true |
||||
bServerFallDamage=true |
|
||||
bServerAllowReplayRecording=false |
|
||||
bServerDynamicTimeOfDay=true |
|
||||
ServerTimeOfDayInSeconds=21600 |
|
||||
ServerLengthOfDayInSeconds=3600 |
|
||||
bServerDynamicWeather=true |
bServerDynamicWeather=true |
||||
QueueEnabled=true |
bServerPassword=false |
||||
QueuePort=10000 |
MaxPlayerCount=100 |
||||
|
QueuePort=9998 |
||||
[/Script/Engine.GameSession] |
|
||||
MaxPlayers=50 |
|
||||
|
|
||||
[/Script/Engine.Game] |
|
||||
RconEnabled=true |
|
||||
RconPassword=ADMINPASSWORD |
RconPassword=ADMINPASSWORD |
||||
RconPort=8888 |
RconPort=9999 |
||||
|
ServerName=SERVERNAME |
||||
[/Script/TheIsle.TIGameStateBase] |
ServerPassword=MyPassword |
||||
;AdminsSteamIDs=77777777777777777 |
|
||||
;AdminsSteamIDs=77777777777777777 |
|
||||
|
|
Loading…
Reference in new issue