Skip to content

Commit 6dff4f9

Browse files
committed
Remove those in separate PR
1 parent 3508e75 commit 6dff4f9

8 files changed

+4
-104
lines changed

frozen-flame.kvp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ App.ExecutableLinux=1348640/FrozenFlame/Binaries/Linux/FrozenFlameServer-Linux-S
2323
App.WorkingDir=1348640
2424
App.LinuxCommandLineArgs=FrozenFlame -stdout
2525
App.WindowsCommandLineArgs=FrozenFlame -stdout -FullStdOutLogOutput
26-
App.CommandLineArgs={{$PlatformArgs}} -Port={{$GamePort}} -QueryPort={{$QueryPort}} -RconPort={{$RCONPort}} -RconPassword={{$RemoteAdminPassword}} -ip={{PublicIP}} {{noeac}}{{PublicServer}}{{$FormattedArgs}} -LOCALLOGTIMES
26+
App.CommandLineArgs={{$PlatformArgs}} -Port={{$GamePort}} -QueryPort={{$QueryPort}} -RconPort={{$RCONPort}} -RconPassword={{$RemoteAdminPassword}} -ip={{$ExternalIP}} {{noeac}}{{PublicServer}}{{$FormattedArgs}} -LOCALLOGTIMES
2727
App.AppSettings={}
2828
App.EnvironmentVariables={}
2929
App.CommandLineParameterFormat=-{0}="{1}"

frozen-flameconfig.json

-25
Original file line numberDiff line numberDiff line change
@@ -57,31 +57,6 @@
5757
"True":"-ini:Engine:[URL]:MetaServerUrl=meta.frozen-flame.xyz -ini:Engine:[URL]:MetaServerSecret=TEuj7URa2horRuENjjpm3d1rqBPtHOz4 "
5858
}
5959
},
60-
{
61-
"DisplayName":"Public IP Selection Mode",
62-
"Category":"Frozen Flame Server Settings",
63-
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
64-
"Keywords":"public,ip,publicip",
65-
"FieldName":"PublicIP",
66-
"InputType":"enum",
67-
"ParamFieldName":"PublicIP",
68-
"DefaultValue":"{{$ExternalIP}}",
69-
"EnumValues":{
70-
"{{$ExternalIP}}":"Automatic (default)",
71-
"{{ManualPublicIP}}":"Manual"
72-
}
73-
},
74-
{
75-
"DisplayName":"Server Public IP",
76-
"Category":"Frozen Flame Server Settings",
77-
"Description":"Sets the public IP advertised for the server, if \"Manual\" is selected as the Public IP Selection Mode. Useful if the host network has multiple public IPs, or the server is behind a public proxy",
78-
"Keywords":"manual,public,ip,publicip",
79-
"FieldName":"ManualPublicIP",
80-
"InputType":"text",
81-
"ParamFieldName":"ManualPublicIP",
82-
"DefaultValue":"",
83-
"EnumValues":{}
84-
},
8560
{
8661
"DisplayName":"Player Limit",
8762
"Category":"Frozen Flame Server Settings",

palworld-modded.kvp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ App.ExecutableLinux=/usr/bin/wine
3535
App.WorkingDir=2394010
3636
App.LinuxCommandLineArgs="./Pal/Binaries/Win64/PalServer-Win64-Shipping-Cmd.exe"
3737
App.WindowsCommandLineArgs=
38-
App.CommandLineArgs={{$PlatformArgs}} Pal {{CommunityServer}}-Port={{$GamePort}} -QueryPort={{$QueryPort}} -RCONPort={{$RCONPort}} -MultiHome={{$ApplicationIPBinding}} -publicport={{$GamePort}} -publicip={{PublicIP}} -players={{$MaxUsers}} {{MultiThread}}{{$FormattedArgs}} {{CustomArgs}} -stdout -FullStdOutLogOutput
38+
App.CommandLineArgs={{$PlatformArgs}} Pal {{CommunityServer}}-Port={{$GamePort}} -QueryPort={{$QueryPort}} -RCONPort={{$RCONPort}} -MultiHome={{$ApplicationIPBinding}} -publicport={{$GamePort}} -publicip={{$ExternalIP}} -players={{$MaxUsers}} {{MultiThread}}{{$FormattedArgs}} {{CustomArgs}} -stdout -FullStdOutLogOutput
3939
App.UseLinuxIOREDIR=False
4040
App.AppSettings={}
4141
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1623730","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"dwmapi.dll=n,b"}

palworld-moddedconfig.json

-25
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,6 @@
8888
"True":"-publiclobby "
8989
}
9090
},
91-
{
92-
"DisplayName":"Public IP Selection Mode",
93-
"Category":"Palworld Server Settings",
94-
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
95-
"Keywords":"public,ip,publicip",
96-
"FieldName":"PublicIP",
97-
"InputType":"enum",
98-
"ParamFieldName":"PublicIP",
99-
"DefaultValue":"{{$ExternalIP}}",
100-
"EnumValues":{
101-
"{{$ExternalIP}}":"Automatic (default)",
102-
"{{ManualPublicIP}}":"Manual"
103-
}
104-
},
105-
{
106-
"DisplayName":"Server Public IP",
107-
"Category":"Palworld Server Settings",
108-
"Description":"Sets the public IP advertised for the server, if \"Manual\" is selected as the Public IP Selection Mode. Useful if the host network has multiple public IPs, or the server is behind a public proxy",
109-
"Keywords":"manual,public,ip,publicip",
110-
"FieldName":"ManualPublicIP",
111-
"InputType":"text",
112-
"ParamFieldName":"ManualPublicIP",
113-
"DefaultValue":"",
114-
"EnumValues":{}
115-
},
11691
{
11792
"DisplayName":"Server Password",
11893
"Category":"Palworld Server Settings",

palworld.kvp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ App.ExecutableLinux=2394010/Pal/Binaries/Linux/PalServer-Linux-Shipping
3535
App.WorkingDir=2394010
3636
App.LinuxCommandLineArgs=
3737
App.WindowsCommandLineArgs=
38-
App.CommandLineArgs={{$PlatformArgs}} Pal {{CommunityServer}}-Port={{$GamePort}} -QueryPort={{$QueryPort}} -RCONPort={{$RCONPort}} -MultiHome={{$ApplicationIPBinding}} -publicport={{$GamePort}} -publicip={{PublicIP}} -players={{$MaxUsers}} {{MultiThread}}{{$FormattedArgs}} {{CustomArgs}} -stdout -FullStdOutLogOutput
38+
App.CommandLineArgs={{$PlatformArgs}} Pal {{CommunityServer}}-Port={{$GamePort}} -QueryPort={{$QueryPort}} -RCONPort={{$RCONPort}} -MultiHome={{$ApplicationIPBinding}} -publicport={{$GamePort}} -publicip={{$ExternalIP}} -players={{$MaxUsers}} {{MultiThread}}{{$FormattedArgs}} {{CustomArgs}} -stdout -FullStdOutLogOutput
3939
App.UseLinuxIOREDIR=False
4040
App.AppSettings={}
4141
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1623730"}

palworldconfig.json

-25
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,6 @@
8888
"True":"-publiclobby "
8989
}
9090
},
91-
{
92-
"DisplayName":"Public IP Selection Mode",
93-
"Category":"Palworld Server Settings",
94-
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
95-
"Keywords":"public,ip,publicip",
96-
"FieldName":"PublicIP",
97-
"InputType":"enum",
98-
"ParamFieldName":"PublicIP",
99-
"DefaultValue":"{{$ExternalIP}}",
100-
"EnumValues":{
101-
"{{$ExternalIP}}":"Automatic (default)",
102-
"{{ManualPublicIP}}":"Manual"
103-
}
104-
},
105-
{
106-
"DisplayName":"Server Public IP",
107-
"Category":"Palworld Server Settings",
108-
"Description":"Sets the public IP advertised for the server, if \"Manual\" is selected as the Public IP Selection Mode. Useful if the host network has multiple public IPs, or the server is behind a public proxy",
109-
"Keywords":"manual,public,ip,publicip",
110-
"FieldName":"ManualPublicIP",
111-
"InputType":"text",
112-
"ParamFieldName":"ManualPublicIP",
113-
"DefaultValue":"",
114-
"EnumValues":{}
115-
},
11691
{
11792
"DisplayName":"Server Password",
11893
"Category":"Palworld Server Settings",

the-front.kvp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ App.ExecutableLinux=server/ProjectWar/Binaries/Linux/TheFrontServer
3434
App.WorkingDir=server
3535
App.LinuxCommandLineArgs=-stdout
3636
App.WindowsCommandLineArgs=-stdout -FullStdOutLogOutput
37-
App.CommandLineArgs=ProjectWar ProjectWar_Start?DedicatedServer?MaxPlayers={{$MaxUsers}}{{UseSteamSocket}} -server -game -ConfigServerName="AMP" -Port={{$GamePort}} -QueryPort={{$SteamQueryPort}} -BeaconPort={{$BeaconPort}} -ShutDownServicePort={{$ShutDownServicePort}} -OutIPAddress={{PublicIP}} -QueueThreshold={{$MaxUsers}} -ServerAdminAccounts={{ServerAdminAccounts}} -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -fullcrashdumpalways -Game.PhysicsVehicle={{GamePhysicsVehicle}} -ansimalloc -Game.MaxFrameRate={{GameMaxFrameRate}} -MaxQueueSize=50 -QueueValidTime=120 -UseEAC={{UseEAC}} {{$FormattedArgs}} {{CustomServerArgs}} {{$PlatformArgs}}
37+
App.CommandLineArgs=ProjectWar ProjectWar_Start?DedicatedServer?MaxPlayers={{$MaxUsers}}{{UseSteamSocket}} -server -game -ConfigServerName="AMP" -Port={{$GamePort}} -QueryPort={{$SteamQueryPort}} -BeaconPort={{$BeaconPort}} -ShutDownServicePort={{$ShutDownServicePort}} -OutIPAddress={{$ExternalIP}} -QueueThreshold={{$MaxUsers}} -ServerAdminAccounts={{ServerAdminAccounts}} -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -fullcrashdumpalways -Game.PhysicsVehicle={{GamePhysicsVehicle}} -ansimalloc -Game.MaxFrameRate={{GameMaxFrameRate}} -MaxQueueSize=50 -QueueValidTime=120 -UseEAC={{UseEAC}} {{$FormattedArgs}} {{CustomServerArgs}} {{$PlatformArgs}}
3838
App.UseLinuxIOREDIR=False
3939
App.AppSettings={}
4040
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"2285150"}

the-frontconfig.json

-25
Original file line numberDiff line numberDiff line change
@@ -241,31 +241,6 @@
241241
"True":"?udrs=steam"
242242
}
243243
},
244-
{
245-
"DisplayName":"Out IP Address Selection Mode",
246-
"Category":"The Front Server Settings",
247-
"Description":"Sets whether AMP should automatically select the public IP advertised as the OutIPAddress for the server, or whether it should use the IP set under Server Public IP",
248-
"Keywords":"public,ip,publicip",
249-
"FieldName":"PublicIP",
250-
"InputType":"enum",
251-
"ParamFieldName":"PublicIP",
252-
"DefaultValue":"{{$ExternalIP}}",
253-
"EnumValues":{
254-
"{{$ExternalIP}}":"Automatic (default)",
255-
"{{ManualPublicIP}}":"Manual"
256-
}
257-
},
258-
{
259-
"DisplayName":"Server Public IP",
260-
"Category":"The Front Server Settings",
261-
"Description":"Sets the public IP advertised for the server, if \"Manual\" is selected as the Out IP Address Selection Mode. Useful if the host network has multiple public IPs, or the server is behind a public proxy",
262-
"Keywords":"manual,public,ip,publicip",
263-
"FieldName":"ManualPublicIP",
264-
"InputType":"text",
265-
"ParamFieldName":"ManualPublicIP",
266-
"DefaultValue":"",
267-
"EnumValues":{}
268-
},
269244
{
270245
"DisplayName":"Additional Command Line Parameters",
271246
"Category":"The Front Server Settings",

0 commit comments

Comments
 (0)