mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
ASM 379 Beta 4
This commit is contained in:
parent
81118c8807
commit
f8fea76f01
4 changed files with 32 additions and 9 deletions
|
|
@ -891,13 +891,6 @@
|
|||
<sys:String x:Key="ServerSettings_LocalIPGameChooseLabel">Let the server choose</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LocalIPRecommendedLabel">(Recommended)</sys:String>
|
||||
<sys:String x:Key="ServerSettings_RefreshLocalIPTooltip">Refresh the available local IPs.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_UseRawSocketsLabel">Use Raw Sockets</sys:String>
|
||||
<sys:String x:Key="ServerSettings_UseRawSocketsTooltip">Allow direct P2P connections instead of through steam. Open up both the Server Port and Server Port + 1 are open in the firewall and port forwarding.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_NoNetThreadingLabel">No Net Threading</sys:String>
|
||||
<sys:String x:Key="ServerSettings_NoNetThreadingTooltip">If enabled, servers will only utilize a single thread for networking (useful to improve performance for machines with more servers than cpu cores).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ForceNetThreadingLabel">Force Net Threading</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ForceNetThreadingTooltip">If enabled, servers will utilize multiple threads for networking.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_UseRawSocketsWarningLabel">NOTE: Enable the Raw Sockets option with caution. Using Raw Sockets could cause login issues and may not work on ALL maps.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_LocalIP_ErrorTitle">Local IP invalid</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LocalIP_ErrorLabel">Your Local IP address {0} is no longer available. Please review the available IP addresses and select a valid one. If you have a server running on the original IP, you will need to stop it first.</sys:String>
|
||||
|
|
@ -1006,6 +999,12 @@
|
|||
<sys:String x:Key="ServerSettings_NoUnderMeshCheckingTooltip">If enabled, will turn it off the anti meshing system entirely.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_NoUnderMeshKillingLabel">No Under Mesh Killing</sys:String>
|
||||
<sys:String x:Key="ServerSettings_NoUnderMeshKillingTooltip">If enabled, will turn off the anti meshing player kills (but still allow teleporting).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_UseVivoxLabel">Enable Vivox</sys:String>
|
||||
<sys:String x:Key="ServerSettings_UseVivoxTooltip">If enabled, will turn on Vivox. NOTE: Steam Servers only.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CrossplayLabel">Enable Crossplay</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CrossplayTooltip">If enabled, will turn on crossplay, so players using clients from different stores can connect to the dedicated server.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EpicOnlyLabel">Epic Store Players Only</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EpicOnlyTooltip">If enabled, will only allow players using the Epic store client to connect.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ForceRespawnDinosLabel">Force Respawn Dinos on Startup (Causes lag after 'Ready' while repopulating)</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ForceRespawnDinosTooltip">If enabled, when the server is started ALL wild creatures will be wiped and respawned (this will only destroy wild creatures that are NOT currently being tamed).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableServerAutoForceRespawnWildDinosIntervalLabel">Enable Auto Force Respawn Dinos</sys:String>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue