mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
407 (#9)
* Update pt-BR.xaml * Removed URL - not going to bother * ServerManagerCode updates * version feed updates
This commit is contained in:
parent
b7f3a9573a
commit
86ce3170d5
12 changed files with 87 additions and 27 deletions
|
|
@ -264,7 +264,7 @@
|
|||
<value>.png</value>
|
||||
</setting>
|
||||
<setting name="ServerManagerCode" serializeAs="String">
|
||||
<value>ED89B8FA-0E0B-46CC-A90B-595E69AE9A7E</value>
|
||||
<value>6DCE02B1-8F41-4AF8-A6EA-E2E026CAB023</value>
|
||||
</setting>
|
||||
<setting name="GameDataDir" serializeAs="String">
|
||||
<value>GameData</value>
|
||||
|
|
|
|||
4
src/ARKServerManager/Config.Designer.cs
generated
4
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -12,7 +12,7 @@ namespace ServerManagerTool {
|
|||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")]
|
||||
public sealed partial class Config : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Config defaultInstance = ((Config)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Config())));
|
||||
|
|
@ -1947,7 +1947,7 @@ namespace ServerManagerTool {
|
|||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("ED89B8FA-0E0B-46CC-A90B-595E69AE9A7E")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("6DCE02B1-8F41-4AF8-A6EA-E2E026CAB023")]
|
||||
public string ServerManagerCode {
|
||||
get {
|
||||
return ((string)(this["ServerManagerCode"]));
|
||||
|
|
|
|||
|
|
@ -543,7 +543,7 @@
|
|||
<Value Profile="(Default)">A wild dino wipe is scheduled after the server starts and may delay login until it is complete. Please be patient.</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerManagerCode" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">ED89B8FA-0E0B-46CC-A90B-595E69AE9A7E</Value>
|
||||
<Value Profile="(Default)">6DCE02B1-8F41-4AF8-A6EA-E2E026CAB023</Value>
|
||||
</Setting>
|
||||
<Setting Name="BackupPath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
|
|
|
|||
|
|
@ -1126,7 +1126,9 @@
|
|||
<sys:String x:Key="ServerSettings_EnableHardcoreTooltip">Ativa o modo hardcore (os jogadores não podem renascer, um novo personagem deve ser criado).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvPLabel">Ativar PvP</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvPTooltip">Ativa o modo Jogador contra Jogador (jogadores são capazes de causar dano ou matar uns aos outros. Em jogadores PvP também podem danificar ou destruir os edifícios de outra tribo ou matar seus dinossauros).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvECaveBuildingLabel">Ativar construçoes em Caverna PvE</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCreativeModeLabel">Ativar o modo criativo</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCreativeModeTooltip">Se ativado, permite o modo criativo.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvECaveBuildingLabel">Ativar construçoes em Caverna PvE</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvECaveBuildingTooltip">Se habilitado, permite a construção em cavernas quando o modo PVE estiver habilitado.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCryoSicknessPVELabel">Ativar doença criogênica do PvE</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCryoSicknessPVETooltip">Se ativado, se você liberar uma criatura domesticada de um criodo, você terá um cronômetro de doença crio quando o modo PvE estiver ativado.</sys:String>
|
||||
|
|
@ -1161,6 +1163,8 @@
|
|||
<sys:String x:Key="ServerSettings_OverrideOfficialDifficultyTooltip">Determina os níveis máximos de criaturas do mundo. Quanto maior o valor, maior o Nível Máximo de Criatura.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DifficultyOffsetLabel">Dificuldade Offset:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DifficultyOffsetTooltip">Determina os níveis máximos de criaturas do mundo. Quanto maior o valor, maior o Nível Máximo de Criatura.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DestroyTamesOverLevelClampLabel">Destruir domados acima do nível:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DestroyTamesOverLevelClampTooltip">Dinos que excedem esse nível serão excluídos ao iniciar o servidor. Para desativar a exclusão definida para 0.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_EnableTributeLabel">Ativar downloads de tributo</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableTributeTooltip">Se habilitado, isso permitirá o download de sobreviventes / itens / dinossauros externos em seu servidor.</sys:String>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,31 @@
|
|||
<title>Ark Server Manager Version Feed</title>
|
||||
<subtitle>This is the Ark Server Manager release version feed.</subtitle>
|
||||
<link href="http://arkservermanager.freeforums.net/" />
|
||||
<updated>2021-11-20T01:00:00Z</updated>
|
||||
<updated>2021-11-21T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2FF0893A-1412-4062-BF87-058F14E787FC</id>
|
||||
<title>1.1.407 (1.1.407.1)</title>
|
||||
<summary>1.1.407.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-21T00: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;">CHANGES</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Status checks - a few code tweaks to the server status checks.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:CAE2A89D-B098-483C-B4D4-CFFE257C066C</id>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,22 @@
|
|||
<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>2021-11-20T01:00:00Z</updated>
|
||||
<updated>2021-11-21T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:CAE2A89D-B098-483C-B4D4-CFFE257C066C</id>
|
||||
<title>1.1.406 (1.1.406.1)</title>
|
||||
<summary>1.1.406.1</summary>
|
||||
<id>urn:uuid:2FF0893A-1412-4062-BF87-058F14E787FC</id>
|
||||
<title>1.1.407 (1.1.407.1)</title>
|
||||
<summary>1.1.407.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-20T01:00:00Z</updated>
|
||||
<updated>2021-11-21T00: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;">NEW</u>
|
||||
<u style="font-size: .9em;">CHANGES</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Rules Section - added bShowCreativeMode setting.</li>
|
||||
<li>Server Status checks - a few code tweaks to the server status checks.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@
|
|||
<value>https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=bletch1971%40hotmail%2ecom&lc=US&item_name=Server%20Manager&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted</value>
|
||||
</setting>
|
||||
<setting name="ServerManagerCode" serializeAs="String">
|
||||
<value>F2653C3D-BC83-440A-AD99-FD9D9466DE04</value>
|
||||
<value>03F9106D-2B7B-411A-B533-FB641C44218D</value>
|
||||
</setting>
|
||||
<setting name="BackupExtension" serializeAs="String">
|
||||
<value>.zip</value>
|
||||
|
|
|
|||
4
src/ConanServerManager/Config.Designer.cs
generated
4
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -12,7 +12,7 @@ namespace ServerManagerTool {
|
|||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")]
|
||||
public sealed partial class Config : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Config defaultInstance = ((Config)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Config())));
|
||||
|
|
@ -1264,7 +1264,7 @@ namespace ServerManagerTool {
|
|||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("F2653C3D-BC83-440A-AD99-FD9D9466DE04")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("03F9106D-2B7B-411A-B533-FB641C44218D")]
|
||||
public string ServerManagerCode {
|
||||
get {
|
||||
return ((string)(this["ServerManagerCode"]));
|
||||
|
|
|
|||
|
|
@ -348,7 +348,7 @@
|
|||
<Value Profile="(Default)">https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=bletch1971%40hotmail%2ecom&lc=US&item_name=Server%20Manager&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerManagerCode" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">F2653C3D-BC83-440A-AD99-FD9D9466DE04</Value>
|
||||
<Value Profile="(Default)">03F9106D-2B7B-411A-B533-FB641C44218D</Value>
|
||||
</Setting>
|
||||
<Setting Name="BackupExtension" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">.zip</Value>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,30 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan Server Manager release version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2021-08-22T00:00:00Z</updated>
|
||||
<updated>2021-11-21T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:285E9972-4FC6-49EA-8FAD-1086F7FC5354</id>
|
||||
<title>1.1.52 (1.1.52.1)</title>
|
||||
<summary>1.1.52.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-21T00: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>Server Status checks - a few code tweaks to the server status checks.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2B49A030-A742-476B-B811-6F0D7780B117</id>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,21 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2021-08-22T00:00:00Z</updated>
|
||||
<updated>2021-11-21T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2B49A030-A742-476B-B811-6F0D7780B117</id>
|
||||
<title>1.1.51 (1.1.51.1)</title>
|
||||
<summary>1.1.51.1</summary>
|
||||
<id>urn:uuid:285E9972-4FC6-49EA-8FAD-1086F7FC5354</id>
|
||||
<title>1.1.52 (1.1.52.1)</title>
|
||||
<summary>1.1.52.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-08-22T00:00:00Z</updated>
|
||||
<updated>2021-11-21T00: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;">NEW</u>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Added new server transfer options (server whitelist option in future version).</li>
|
||||
<li>Server Status checks - a few code tweaks to the server status checks.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,13 +8,21 @@
|
|||
"Code": "00000000-0000-0000-0000-000000000000"
|
||||
},
|
||||
{
|
||||
"Name": "Ark",
|
||||
"Name": "Ark-Old",
|
||||
"Code": "ED89B8FA-0E0B-46CC-A90B-595E69AE9A7E"
|
||||
},
|
||||
{
|
||||
"Name": "Conan",
|
||||
"Name": "Ark-New",
|
||||
"Code": "6DCE02B1-8F41-4AF8-A6EA-E2E026CAB023"
|
||||
},
|
||||
{
|
||||
"Name": "Conan-Old",
|
||||
"Code": "F2653C3D-BC83-440A-AD99-FD9D9466DE04"
|
||||
},
|
||||
{
|
||||
"Name": "Conan-New",
|
||||
"Code": "03F9106D-2B7B-411A-B533-FB641C44218D"
|
||||
},
|
||||
{
|
||||
"Name": "Dark and Light",
|
||||
"Code": "D80E19F9-33D2-4466-9177-A11506998E48"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue