mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 379 Beta 4
This commit is contained in:
parent
81118c8807
commit
f8fea76f01
4 changed files with 32 additions and 9 deletions
|
|
@ -5,7 +5,31 @@
|
|||
<title>Ark Server Manager Version Feed</title>
|
||||
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
||||
<link href="http://arkservermanager.freeforums.net/" />
|
||||
<updated>2020-06-11T17:00:00Z</updated>
|
||||
<updated>2020-06-12T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2812382C-8C2B-4554-88A9-F060E9B98C87</id>
|
||||
<title>1.1.379 (1.1.379.4)</title>
|
||||
<summary>1.1.379.4</summary>
|
||||
<link href="" />
|
||||
<updated>2020-06-12T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Raw Sockets settings have been removed - will need to manually start/save/stop your servers for the effects to take. Will remove the extra port from your firewall rules.</li>
|
||||
<li>Added new server setting - UseVivox, Crossplay and EpicOnly.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2812382C-8C2B-4554-88A9-F060E9B98C87</id>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.379.3
|
||||
1.1.379.4
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue