Merge branch 'master' into pr/17
38
.github/workflows/msbuild.yml
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
name: Build Server Managers
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- '.github/workflows/msbuild.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Path to the solution file relative to the root of the project.
|
||||
SOLUTION_FILE_PATH: ./src
|
||||
|
||||
# Configuration type to build.
|
||||
# You can convert this to a build matrix if you need coverage of multiple configuration types.
|
||||
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
||||
BUILD_CONFIGURATION: Release
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Add MSBuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Restore NuGet packages
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
59
.github/workflows/webapi.yml
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
|
||||
# More GitHub Actions for Azure: https://github.com/Azure/actions
|
||||
|
||||
name: Build and Deploy ASP.Net Core app to Azure Web app
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/ServerManager.WebApplication/**'
|
||||
- '.github/workflows/webapi.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '5.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: Build with dotnet
|
||||
run: dotnet build ./src/ServerManager.WebApplication/ServerManager.WebApplication.csproj --configuration Release
|
||||
|
||||
- name: dotnet publish
|
||||
run: dotnet publish ./src/ServerManager.WebApplication/ServerManager.WebApplication.csproj -c Release -o ${{env.DOTNET_ROOT}}/webapi
|
||||
|
||||
- name: Upload artifact for deployment job
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: .net-app
|
||||
path: ${{env.DOTNET_ROOT}}/webapi
|
||||
|
||||
deploy:
|
||||
if: contains(github.ref, 'master')
|
||||
runs-on: windows-latest
|
||||
needs: build
|
||||
environment:
|
||||
name: 'Production'
|
||||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
||||
|
||||
steps:
|
||||
- name: Download artifact from build job
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: .net-app
|
||||
|
||||
- name: Deploy to Azure Web App
|
||||
id: deploy-to-webapp
|
||||
uses: azure/webapps-deploy@v2
|
||||
with:
|
||||
app-name: 'servermanagers'
|
||||
slot-name: 'Production'
|
||||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_79D9F7C17C684A9F9789102CFD05755B }}
|
||||
package: .
|
||||
BIN
ASM/ArkServerManager_1.1.400.exe
Normal file
BIN
ASM/ArkServerManager_1.1.400.zip
Normal file
BIN
ASM/ArkServerManager_1.1.401.exe
Normal file
BIN
ASM/ArkServerManager_1.1.401.zip
Normal file
BIN
ASM/ArkServerManager_1.1.402.exe
Normal file
BIN
ASM/ArkServerManager_1.1.402.zip
Normal file
BIN
ASM/ArkServerManager_1.1.403.exe
Normal file
BIN
ASM/ArkServerManager_1.1.403.zip
Normal file
BIN
ASM/ArkServerManager_1.1.404.exe
Normal file
BIN
ASM/ArkServerManager_1.1.404.zip
Normal file
BIN
ASM/ArkServerManager_1.1.405.exe
Normal file
BIN
ASM/ArkServerManager_1.1.405.zip
Normal file
BIN
ASM/ArkServerManager_1.1.406.exe
Normal file
BIN
ASM/ArkServerManager_1.1.406.zip
Normal file
BIN
ASM/ArkServerManager_1.1.407.exe
Normal file
BIN
ASM/ArkServerManager_1.1.407.zip
Normal file
BIN
ASM/ArkServerManager_1.1.408.exe
Normal file
BIN
ASM/ArkServerManager_1.1.408.zip
Normal file
BIN
ASM/ArkServerManager_1.1.409.exe
Normal file
BIN
ASM/ArkServerManager_1.1.409.zip
Normal file
BIN
ASM/ArkServerManager_1.1.410.exe
Normal file
BIN
ASM/ArkServerManager_1.1.410.zip
Normal file
|
|
@ -5,7 +5,294 @@
|
|||
<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-06-19T03:00:00Z</updated>
|
||||
<updated>2021-12-05T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:BE37B3FD-B498-4B1C-9D4D-754EA0F4A357</id>
|
||||
<title>1.1.410 (1.1.410.2)</title>
|
||||
<summary>1.1.410.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-05T00: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>Changed some globalization key values (maps, branches, total conversions and events).</li>
|
||||
<li>Changed the primitive plus gamedata header from Mods to TotalConversions.</li>
|
||||
<li>Changed the way the data directory is selected and created on first startup of the server manager.</li>
|
||||
<li>de-DE Translation file updated.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
<li>ru-RU Translation file updated.</li>
|
||||
<li>zh-CN Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:0B63D89E-0C36-41DE-96E7-BFB140250C02</id>
|
||||
<title>1.1.409 (1.1.409.3)</title>
|
||||
<summary>1.1.409.3</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-01T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added the Profile ID to the top of the profile window.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added globalization to the Main Window Start Mode setting in the Global Settings.</li>
|
||||
<li>zh-CN Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:50F06456-861E-483C-82BB-6072A428C652</id>
|
||||
<title>1.1.408 (1.1.408.1)</title>
|
||||
<summary>1.1.408.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-24T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed a crashing bug when ASM closes and is unable to find the backup location to save the config settings.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Global Settings - added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
|
||||
<li>Main Window - now stores the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2FF0893A-1412-4062-BF87-058F14E787FC</id>
|
||||
<title>1.1.407 (1.1.407.2)</title>
|
||||
<summary>1.1.407.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-23T00: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>
|
||||
<li>zh-CN 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>
|
||||
<title>1.1.406 (1.1.406.1)</title>
|
||||
<summary>1.1.406.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-20T01: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Rules Section - added bShowCreativeMode setting.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:79020463-01A7-466D-9B4A-1B14941C9C32</id>
|
||||
<title>1.1.405 (1.1.405.1)</title>
|
||||
<summary>1.1.405.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-20T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Rules Section - added DestroyTamesOverLevelClamp setting.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:FE1BAB29-859F-4939-AC97-304772112929</id>
|
||||
<title>1.1.404 (1.1.404.1)</title>
|
||||
<summary>1.1.404.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-14T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>RCON Window - Fixed the tribe name missing from the player list.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:191D15BB-817E-407B-882A-7CF063DD79A0</id>
|
||||
<title>1.1.403 (1.1.403.1)</title>
|
||||
<summary>1.1.403.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-11T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - added resizing to all the grids, so the height can be increased/decreased. The height is also remembered, so when you reopen ASM, it will size the grid correctly.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGES</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Supply Crate Section - Added indicator icons to each grid row, for better troubleshooting of possible issues.</li>
|
||||
<li>ru-RU Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:49048180-FB6F-4D54-ACDF-6A79BF7354F8</id>
|
||||
<title>1.1.402 (1.1.402.1)</title>
|
||||
<summary>1.1.402.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-09-01T00: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>ru-RU Translation file updated.</li>
|
||||
<li>zh-CN Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:025F6C3D-F9D1-46A7-A0B5-680291F5B1D7</id>
|
||||
<title>1.1.401 (1.1.401.1)</title>
|
||||
<summary>1.1.401.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-08-22T00: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>Ragnarok and Valguero gamedata files updated.</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:58A33D1B-6937-4092-87BE-C5DC4E0EB829</id>
|
||||
<title>1.1.400 (1.1.400.1)</title>
|
||||
<summary>1.1.400.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-08-20T00: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>fr-FR Translation file updated.</li>
|
||||
<li>ru-RU Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:0A751BBA-54B5-40A6-AB09-C6B2539DAFE7</id>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,106 @@
|
|||
<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-06-19T03:00:00Z</updated>
|
||||
<updated>2021-12-12T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:C69AFC93-0532-4703-9917-0D4296CBD559</id>
|
||||
<title>1.1.399 (1.1.399.3)</title>
|
||||
<summary>1.1.399.3</summary>
|
||||
<id>urn:uuid:C02D44F9-E3AA-4CA0-BF2F-110F8C83CC21</id>
|
||||
<title>1.1.411 (1.1.411.7)</title>
|
||||
<summary>1.1.411.7</summary>
|
||||
<link href="" />
|
||||
<updated>2021-06-19T03:00:00Z</updated>
|
||||
<updated>2021-12-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;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added gamedata file for the Lost Island DLC - only contains the map name for the Map droplist - do not use until the DLC is officially released!</li>
|
||||
<li>Added Lost Island to the language files for translation.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:F75C6AFF-2A27-49BE-917A-7EAAACCCBF17</id>
|
||||
<title>1.1.411 (1.1.411.6)</title>
|
||||
<summary>1.1.411.6</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-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>fr-FR Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:0BCB8BBA-330F-4063-8B7E-5B144589999A</id>
|
||||
<title>1.1.411 (1.1.411.5)</title>
|
||||
<summary>1.1.411.5</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-10T00: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 Monitor window now stores it's location.</li>
|
||||
<li>Reference library updates.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
<li>ru-RU Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:7697EBD7-DEF6-422B-B9A6-D4B77F31D572</id>
|
||||
<title>1.1.411 (1.1.411.4)</title>
|
||||
<summary>1.1.411.4</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-09T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Prevent Transfer Section - Added valid check to prevent writing record if dino not selected.</li>
|
||||
<li>Fixed a minor issue when clicking the data directory reset button - fringe case that I found during testing.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Dino Section - Added MutagenLevelBoost and MutagenLevelBoostBred settings.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
<li>ru-RU Translation file updated.</li>
|
||||
<li>zh-CN Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -31,18 +116,18 @@
|
|||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:D9B9BAD5-5CAE-4A94-9229-516E8335ED34</id>
|
||||
<title>1.1.399 (1.1.399.2)</title>
|
||||
<summary>1.1.399.2</summary>
|
||||
<id>urn:uuid:8290F43D-98F4-4F4D-8DD8-0A3EF5A45656</id>
|
||||
<title>1.1.411 (1.1.411.3)</title>
|
||||
<summary>1.1.411.3</summary>
|
||||
<link href="" />
|
||||
<updated>2021-06-19T01:00:00Z</updated>
|
||||
<updated>2021-12-08T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Prevent Transfer Section - Added new section to handle the PreventTransferForClassNames settings. This section can be enabled/disables from the global settings, if you want to management these manually.</li>
|
||||
<li>Fixed language translation of Data Directory window.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -54,18 +139,50 @@
|
|||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:0A751BBA-54B5-40A6-AB09-C6B2539DAFE7</id>
|
||||
<title>1.1.399 (1.1.399.1)</title>
|
||||
<summary>1.1.399.1</summary>
|
||||
<id>urn:uuid:ADBF3FE0-017C-4E23-8FE8-EFE75E7C8BA1</id>
|
||||
<title>1.1.411 (1.1.411.2)</title>
|
||||
<summary>1.1.411.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-06-19T00:00:00Z</updated>
|
||||
<updated>2021-12-08T00: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>Global Settings - Added reset button to the Data Directory Location.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
<li>zh-CN Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:DBAFCE91-2235-4B6C-AE9B-5E4EF9FEC8F5</id>
|
||||
<title>1.1.411 (1.1.411.1)</title>
|
||||
<summary>1.1.411.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-06T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Rules Section - Added new Genesis: Part 2 settings, bDisableWorldBuffs, bEnableWorldBuffScaling and WorldBuffScalingEfficacy.</li>
|
||||
<li>
|
||||
A new Discord Bot has been added to the server manager.<br/>
|
||||
This new discord bot will allow you to send <font color="#0094FF">Start, Stop, Shutdown, Restart, Backup and Update</font> commands to the server manager from within your discord client.<br/>
|
||||
To setup the new discord bot, open the global settings and scroll down to the Discord section.<br/><br/>
|
||||
<font color="#e62919">
|
||||
NOTE: This is long process to get the discord bot working, and I have created a forum post with detailed instructions how to do it.
|
||||
</font>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,38 @@
|
|||
<sys:String x:Key="Generic_ErrorLabel">Error</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mods -->
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="Map_TheIsland">The Island</sys:String>
|
||||
<sys:String x:Key="Map_TheCenter">The Center</sys:String>
|
||||
<sys:String x:Key="Map_ScorchedEarth_P">Scorched Earth</sys:String>
|
||||
<sys:String x:Key="Map_Ragnarok">Ragnarok</sys:String>
|
||||
<sys:String x:Key="Map_Aberration_P">Aberration</sys:String>
|
||||
<sys:String x:Key="Map_Extinction">Extinction</sys:String>
|
||||
<sys:String x:Key="Map_Valguero_P">Valguero</sys:String>
|
||||
<sys:String x:Key="Map_Genesis">Genesis: Part 1</sys:String>
|
||||
<sys:String x:Key="Map_CrystalIsles">Crystal Isles</sys:String>
|
||||
<sys:String x:Key="Map_Gen2">Genesis: Part 2</sys:String>
|
||||
<sys:String x:Key="Map_LostIsland">Lost Island</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Total Conversion Names -->
|
||||
<sys:String x:Key="TotalConv_111111111">Primitive Plus</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="Branch_live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Event Names -->
|
||||
<sys:String x:Key="Event_none">None</sys:String>
|
||||
<sys:String x:Key="Event_vday">Valentines Day</sys:String>
|
||||
<sys:String x:Key="Event_Easter">Easter</sys:String>
|
||||
<sys:String x:Key="Event_FearEvolved">Fear Evolved (Halloween)</sys:String>
|
||||
<sys:String x:Key="Event_TurkeyTrial">Turkey Trial</sys:String>
|
||||
<sys:String x:Key="Event_WinterWonderland">Winter Wonderland</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Names -->
|
||||
<sys:String x:Key="Mod_All">All</sys:String>
|
||||
<sys:String x:Key="Mod_Unknown">Unknown</sys:String>
|
||||
<sys:String x:Key="Mod_ArkPrime">ARK Prime</sys:String>
|
||||
|
|
@ -26,6 +57,7 @@
|
|||
<sys:String x:Key="Mod_Genesis">Genesis: Part 1</sys:String>
|
||||
<sys:String x:Key="Mod_CrystalIsles">Crystal Isles</sys:String>
|
||||
<sys:String x:Key="Mod_Genesis2">Genesis: Part 2</sys:String>
|
||||
<sys:String x:Key="Mod_LostIsland">Lost Island</sys:String>
|
||||
<sys:String x:Key="Mod_PGM">PGM</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
|
|
@ -51,6 +83,12 @@
|
|||
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Processor Window States -->
|
||||
<sys:String x:Key="WindowState_Normal">Normal</sys:String>
|
||||
<sys:String x:Key="WindowState_Minimized">Minimized</sys:String>
|
||||
<sys:String x:Key="WindowState_Maximized">Maximized</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Application -->
|
||||
<sys:String x:Key="Application_RunAsAdministratorTitle">Run as Administrator</sys:String>
|
||||
<sys:String x:Key="Application_RunAsAdministratorLabel">This application requires administration priviledges to access ALL functionality. Would you like to Run as Administrator?</sys:String>
|
||||
|
|
@ -66,8 +104,9 @@
|
|||
<sys:String x:Key="Application_DataDirectory_DialogTitle">Select a Data Directory</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmTitle">Confirm location</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmLabel">The server manager will store profiles and SteamCMD in the following directories:\r\n\r\nProfiles: {0}\r\nSteamCMD: {1}\r\n\r\nIs this ok?</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinDesktopFolderErrorLabel">The directory you have chosen is on the desktop. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
|
||||
|
||||
|
|
@ -128,6 +167,25 @@
|
|||
<sys:String x:Key="ProcessorAffinity_DescriptionColumnLabel">Processor</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Data Directory Window -->
|
||||
<sys:String x:Key="DataDirectory_Title">Data Folder Selection</sys:String>
|
||||
<sys:String x:Key="DataDirectory_InformationLabel">It appears you do not have a data directory set. The data directory is where your profiles and SteamCMD will be stored. It is not the same as the server installation directory, which you can choose for each profile.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_SelectionLabel">Select the drive where the data folder should be located.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderLabel">Data Folder Name:</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderTooltip">The name of the server manager data folder.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_LocalDiskLabel">Local Disk</sys:String>
|
||||
<sys:String x:Key="DataDirectory_DriveLine2Label">{0} free of {1}</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_OkButtonLabel">Ok</sys:String>
|
||||
<sys:String x:Key="DataDirectory_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RefreshButtonLabel">Refresh</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_ErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderErrorLabel">The data folder name you have entered is not valid.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartTitle">Server Manager Restart Required</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartLabel">The data folder has been set, you must now restart the server manager to use the new settings.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region PlayerListWindow Window -->
|
||||
<sys:String x:Key="PlayerList_CloseButtonLabel">Close</sys:String>
|
||||
|
||||
|
|
@ -421,6 +479,7 @@
|
|||
<sys:String x:Key="GlobalSettings_ResetButtonLabel">Reset</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetButtonTooltip">This will reset ALL the user global settings for the server manager. The server manager will be closed if successful.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_StartModeLabel">Main Window Start Mode:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_MinimizeToTrayLabel">Minimize To Tray</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManagePublicIPLabel">Manage Public IP automatically</sys:String>
|
||||
|
|
@ -553,7 +612,24 @@
|
|||
<sys:String x:Key="GlobalSettings_ShutdownCancelTooltip">This message will be displayed when the server shutdown has been cancelled.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownAllMessagesShowReasonLabel">Show shutdown reason with ALL shutdown messages</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownAllMessagesShowReasonTooltip">If enabled, the shutdown reason will be shown with all shutdown message; otherwise it will only be shown at the start of the server shutdown.</sys:String>
|
||||
|
||||
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotLabel">Enable Discord Bot</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotInformationLabel">You will need to restart the server manager if you change any settings for the Discord Bot.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotTokenLabel">Token:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotTokenTooltip">The token associated with the discord bot.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotServerLabel">Server Id:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotServerTooltip">The id of the discord server the bot will listen to.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotPrefixLabel">Prefix:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotPrefixTooltip">The prefix that must be used when sending a command via discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotApplyButtonLabel">Get Token...</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotHelpButtonLabel">Help...</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowBackupTooltip">If enabled, the backup command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowRestartTooltip">If enabled, the restart command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowShutdownTooltip">If enabled, the shutdown command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowStartTooltip">If enabled, the start command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowStopTooltip">If enabled, the stop command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowUpdateTooltip">If enabled, the update command can be sent from discord.</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_EmailSettingsLabel">SMTP Email Settings</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_EmailHostLabel">Host:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_EmailHostTooltip">The name or IP address of the host used for SMTP transmissions.</sys:String>
|
||||
|
|
@ -605,6 +681,8 @@
|
|||
<sys:String x:Key="GlobalSettings_DataDirectoryChange_ConfirmLabel">Changing the data directory will move any existing profiles to the new location, but it will not move any server installations. Do you still want to change this directory?</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DataDirectoryChange_FailedTitle">Failed to change data directory</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DataDirectoryChange_FailedLabel">There was an error changing the data directory: {0}\r\nPlease correct the error and try again, or contact technical support for assistance.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetDataDirectory_ConfirmTitle">Confirm Data Directory Reset</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetDataDirectory_ConfirmLabel">Click 'Yes' to confirm you want to reset the location of the data directory. Once reset, the server manager will shutdown and you will need to restart.</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_DataDirectoryTitle">Select Backup Directory</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_CacheDirectoryTitle">Select Cache Directory</sys:String>
|
||||
|
|
@ -718,6 +796,9 @@
|
|||
<sys:String x:Key="MainWindow_SteamCmd_FailedTitle">Reinstall SteamCMD Error</sys:String>
|
||||
<sys:String x:Key="MainWindow_SteamCmd_FailedLabel">An error occured while trying to reinstall SteamCMD. This has left SteamCmd in an unstable state, try reinstalling again or please report this.\r\nException: {0}</sys:String>
|
||||
|
||||
<sys:String x:Key="MainWindow_DiscordBot_RunningCommandsTitle">Discord Bot Running Commands</sys:String>
|
||||
<sys:String x:Key="MainWindow_DiscordBot_RunningCommandsLabel">The discord bot has one or more running commands, do you want to continue shutting down the server manager?</sys:String>
|
||||
|
||||
<sys:String x:Key="MainWindow_ServerStatus_StartServerActionTitle">Start Server Confirmation</sys:String>
|
||||
<sys:String x:Key="MainWindow_ServerStatus_StartServerActionLabel">You are about to start the server, do you want to continue?</sys:String>
|
||||
<sys:String x:Key="MainWindow_ServerStatus_ShutdownServerActionTitle">Shutdown Server Confirmation</sys:String>
|
||||
|
|
@ -756,6 +837,8 @@
|
|||
<!--#region Server Settings -->
|
||||
|
||||
<!--#region Server Settings - General -->
|
||||
<sys:String x:Key="ServerSettings_ProfileIdLabel">Profile ID:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileIdTooltip">The unique ID assigned to the profile.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in Ark. For that, set the 'Server Name' field.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>
|
||||
|
|
@ -1120,12 +1203,32 @@
|
|||
<sys:String x:Key="ServerSettings_RestartIfShutdownTooltip">If enabled, the server will be restarted even if shutdown for Auto-Restarts and Auto-Updates.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - Discord Bot Details -->
|
||||
<sys:String x:Key="ServerSettings_DiscordBotLabel">Discord Bot Details</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DiscordBotChannelLabel">Channel Id:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DiscordBotChannelTooltip">The id of the discord server channel this profile will listen to.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordBackupLabel">Allow Backup</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordBackupTooltip">If enabled, the profile will listen for backup commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordRestartLabel">Allow Restart</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordRestartTooltip">If enabled, the profile will listen for restart commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordShutdownLabel">Allow Shutdown</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordShutdownTooltip">If enabled, the profile will listen for shutdown commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStartLabel">Allow Start</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStartTooltip">If enabled, the profile will listen for start commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStopLabel">Allow Stop</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStopTooltip">If enabled, the profile will listen for stop commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordUpdateLabel">Allow Update</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordUpdateTooltip">If enabled, the profile will listen for update commands from discord.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - Rules -->
|
||||
<sys:String x:Key="ServerSettings_RulesLabel">Rules</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableHardcoreLabel">Enable Hardcore Mode</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableHardcoreTooltip">Enables hardcore mode (players can not respawn, a new character must be created).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvPLabel">Enable PvP</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvPTooltip">Enables Player vs Player mode (players are able to deal damage to or kill each other. In PvP players can also damage or destroy another tribe's buildings or kill their dinos).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCreativeModeLabel">Enable Creative Mode</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCreativeModeTooltip">If enabled, allows creative mode.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvECaveBuildingLabel">Enable PvE Cave Building</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvECaveBuildingTooltip">If enabled, allows building in caves when PvE mode is enabled.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCryoSicknessPVELabel">Enable PvE Cryo Sickness</sys:String>
|
||||
|
|
@ -1161,7 +1264,9 @@
|
|||
<sys:String x:Key="ServerSettings_OverrideOfficialDifficultyTooltip">Determines the maximum levels of creatures in the world. The higher the value, the higher the Maximum Creature Level.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DifficultyOffsetLabel">Difficulty Offset:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DifficultyOffsetTooltip">Determines the maximum levels of creatures in the world. The higher the value, the higher the Maximum Creature Level.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_DestroyTamesOverLevelClampLabel">Destroy Tames Over Level:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DestroyTamesOverLevelClampTooltip">Tames that exceed this level will be deleted on server start. To disable deletion set to 0.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_EnableTributeLabel">Enable Tribute Downloads</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableTributeTooltip">If enabled, this will allow downloading external survivors/items/dinos into your server.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_NoSurvivorDownloadsLabel">No Survivor Downloads</sys:String>
|
||||
|
|
@ -1535,14 +1640,18 @@
|
|||
<sys:String x:Key="ServerSettings_TamedDinoPerLevelStatAddMultipliersLabel">Per-Level Stat Multipliers (Tamed) - Add</sys:String>
|
||||
<sys:String x:Key="ServerSettings_TamedDinoPerLevelStatAffinityMultipliersLabel">Per-Level Stat Multipliers (Tamed) - Affinity</sys:String>
|
||||
<sys:String x:Key="ServerSettings_WildDinoPerLevelStatMultipliersLabel">Per-Level Stat Multipliers (Wild)</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DinoWildMutagenLevelBoostLabel">Mutagen Level Boost (Wild)</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DinoBredMutagenLevelBoostLabel">Mutagen Level Boost (Bred)</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DinoBreedingMultipliersLabel">Dino Breeding Multipliers</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BaseStatMultipliersTooltip">If enabled, allows scale factors to be applied to each base stat.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerLevelStatMultipliersTooltip">If enabled, allows scale factors to be applied to each stat.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerLevelStatTamedAddMultipliersTooltip">If enabled, allows scale factors to be applied to the Taming Addition for each stat.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerLevelStatTamedAffinityMultipliersTooltip">If enabled, allows scale factors to be applied to the Taming Multiplier for each stat.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerLevelStatTamedMultipliersTooltip">If enabled, allows scale factors to be applied to the Tamed Stat Increase for each stat.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetPerLevelStatMultipliersTooltip">Reset all multipliers back to defaults.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetBaseStatMultipliersTooltip">Reset all multipliers back to defaults.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DinoWildMutagenLevelBoostTooltip">If enabled, allows scale factors to be applied to the Number of levels Mutagen adds to tames with wild ancestry.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DinoBredMutagenLevelBoostTooltip">If enabled, allows scale factors to be applied to the Number of levels Mutagen adds to tames with bred ancestry.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetPerLevelStatMultipliersTooltip">Reset all values back to defaults.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ResetBaseStatMultipliersTooltip">Reset all values back to defaults.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_MatingIntervalLabel">Mating Interval:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MatingIntervalTooltip">Specifies the multiplier for time between tamed dino mating. Lower values decrease the time between mating.</sys:String>
|
||||
|
|
@ -1663,8 +1772,8 @@
|
|||
<sys:String x:Key="ServerSettings_EnablePvPStructureDecayTooltip">If enabled, structures in PvP will automatically decay if left unused after a period of time.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PvPZoneStructureDamageLabel">PvP Zone Structure Damage:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PvPZoneStructureDamageTooltip">Specifies the scaling factor for the damage structures take within caves/cave entrances, in PvP.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleLabel">Max Structures Visible:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleTooltip">The maximum number of structures which will be visible to the player. Lower values may help with server speed.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleLabel">Max Structures in Range:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleTooltip">Specifies the maximum number of structures that can be constructed within a certain (currently hard-coded) range.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierLabel">Per-Platform Structures Multiplier:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierTooltip">Specifies the scaling factor for the maximum number of structures allowed on a single platform/saddle/raft.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxPlatformSaddleStructuresLabel">Max Platform Saddle Structures:</sys:String>
|
||||
|
|
@ -2462,36 +2571,6 @@
|
|||
<sys:String x:Key="Settings_Title">Settings</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="TheIsland">The Island</sys:String>
|
||||
<sys:String x:Key="TheCenter">The Center</sys:String>
|
||||
<sys:String x:Key="ScorchedEarth_P">Scorched Earth</sys:String>
|
||||
<sys:String x:Key="Ragnarok">Ragnarok</sys:String>
|
||||
<sys:String x:Key="Aberration_P">Aberration</sys:String>
|
||||
<sys:String x:Key="Extinction">Extinction</sys:String>
|
||||
<sys:String x:Key="Valguero_P">Valguero</sys:String>
|
||||
<sys:String x:Key="Genesis">Genesis: Part 1</sys:String>
|
||||
<sys:String x:Key="CrystalIsles">Crystal Isles</sys:String>
|
||||
<sys:String x:Key="Gen2">Genesis: Part 2</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Total Conversion Names -->
|
||||
<sys:String x:Key="111111111">Primitive Plus</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Event Names -->
|
||||
<sys:String x:Key="none">None</sys:String>
|
||||
<sys:String x:Key="vday">Valentines Day</sys:String>
|
||||
<sys:String x:Key="Easter">Easter</sys:String>
|
||||
<sys:String x:Key="FearEvolved">Fear Evolved (Halloween)</sys:String>
|
||||
<sys:String x:Key="TurkeyTrial">Turkey Trial</sys:String>
|
||||
<sys:String x:Key="WinterWonderland">Winter Wonderland</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Dino/Creature -->
|
||||
|
||||
<!--#region Dino/Creature Class Names -->
|
||||
|
|
@ -3641,7 +3720,7 @@
|
|||
|
||||
<!--#region Tekgram Class Names - Genesis -->
|
||||
<sys:String x:Key="EngramEntry_TekSpaceWhaleSaddle_C">Astrocetus Tek Saddle</sys:String>
|
||||
<sys:String x:Key="EngramEntry_TekClaws_C">Tek Shoulder Cannon</sys:String>
|
||||
<sys:String x:Key="EngramEntry_TekClaws_C">Tek Claws</sys:String>
|
||||
<sys:String x:Key="EngramEntry_CruiseMissile_C">Tek Cruise Missile</sys:String>
|
||||
<sys:String x:Key="EngramEntry_TekGrenadeLauncher_C">Tek Grenade Launcher</sys:String>
|
||||
<sys:String x:Key="EngramEntry_HoverSkiff_C">Tek Hover Skiff</sys:String>
|
||||
|
|
@ -5490,4 +5569,32 @@
|
|||
<sys:String x:Key="ServerUpdate_WarningLabel">There was a problem while performing the server update. This may leave your server in a incomplete state.\r\n\r\nDo you want to continue with the server start, this could cause problems?</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Discord Bot -->
|
||||
<sys:String x:Key="DiscordBot_ErrorTitle">Discord Bot Error</sys:String>
|
||||
<sys:String x:Key="DiscordBot_MissingTokenError">The discord bot requires a valid token so it can log into the discord server\r\nThis can be set in the global settings.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_InvalidPrefixError">The discord bot prefix contains invalid characters. Only letters and numbers are allowed.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_CommandNotEnabled">Command '{0}' has not been enabled.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandUnknown">Unknown command '{0}'.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandRunning">Another command is currently being processed.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandRunningProfile">Another command '{0}' is currently running against profile '{1}'.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandDisabledProfile">Command '{0}' has been disabled for profile '{1}'.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_ProfileMissing">The '{0}' command requires a profile id.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileNotFound">Profile '{0}' was not found or is not associated with the channel.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileBadStatus">Profile '{0}' is in a state '{1}' that cannot run this command.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileUpdating">Profile '{0}' is currently being updated.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_InfoFailed">Call to server '{0}' failed.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_BackupRequested">A backup request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_RestartRequested">A restart request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ShutdownRequested">A shutdown request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_StartRequested">A start request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_StopRequested">A stop request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_UpdateRequested">An update request for server '{0}' has been sent.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_CountLabel">Count:</sys:String>
|
||||
<sys:String x:Key="DiscordBot_MapLabel">Map:</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
</Globalization:GlobalizationResourceDictionary>
|
||||
|
|
@ -1 +1 @@
|
|||
1.1.399.3
|
||||
1.1.411.7
|
||||
|
|
|
|||
107
ASM/en-US.xaml
|
|
@ -13,7 +13,37 @@
|
|||
<sys:String x:Key="Generic_ErrorLabel">Error</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mods -->
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="Map_TheIsland">The Island</sys:String>
|
||||
<sys:String x:Key="Map_TheCenter">The Center</sys:String>
|
||||
<sys:String x:Key="Map_ScorchedEarth_P">Scorched Earth</sys:String>
|
||||
<sys:String x:Key="Map_Ragnarok">Ragnarok</sys:String>
|
||||
<sys:String x:Key="Map_Aberration_P">Aberration</sys:String>
|
||||
<sys:String x:Key="Map_Extinction">Extinction</sys:String>
|
||||
<sys:String x:Key="Map_Valguero_P">Valguero</sys:String>
|
||||
<sys:String x:Key="Map_Genesis">Genesis: Part 1</sys:String>
|
||||
<sys:String x:Key="Map_CrystalIsles">Crystal Isles</sys:String>
|
||||
<sys:String x:Key="Map_Gen2">Genesis: Part 2</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Total Conversion Names -->
|
||||
<sys:String x:Key="TotalConv_111111111">Primitive Plus</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="Branch_live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Event Names -->
|
||||
<sys:String x:Key="Event_none">None</sys:String>
|
||||
<sys:String x:Key="Event_vday">Valentines Day</sys:String>
|
||||
<sys:String x:Key="Event_Easter">Easter</sys:String>
|
||||
<sys:String x:Key="Event_FearEvolved">Fear Evolved (Halloween)</sys:String>
|
||||
<sys:String x:Key="Event_TurkeyTrial">Turkey Trial</sys:String>
|
||||
<sys:String x:Key="Event_WinterWonderland">Winter Wonderland</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Names -->
|
||||
<sys:String x:Key="Mod_All">All</sys:String>
|
||||
<sys:String x:Key="Mod_Unknown">Unknown</sys:String>
|
||||
<sys:String x:Key="Mod_ArkPrime">ARK Prime</sys:String>
|
||||
|
|
@ -51,6 +81,12 @@
|
|||
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Processor Window States -->
|
||||
<sys:String x:Key="WindowState_Normal">Normal</sys:String>
|
||||
<sys:String x:Key="WindowState_Minimized">Minimized</sys:String>
|
||||
<sys:String x:Key="WindowState_Maximized">Maximized</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Application -->
|
||||
<sys:String x:Key="Application_RunAsAdministratorTitle">Run as Administrator</sys:String>
|
||||
<sys:String x:Key="Application_RunAsAdministratorLabel">This application requires administration priviledges to access ALL functionality. Would you like to Run as Administrator?</sys:String>
|
||||
|
|
@ -66,8 +102,9 @@
|
|||
<sys:String x:Key="Application_DataDirectory_DialogTitle">Select a Data Directory</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmTitle">Confirm location</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmLabel">The server manager will store profiles and SteamCMD in the following directories:\r\n\r\nProfiles: {0}\r\nSteamCMD: {1}\r\n\r\nIs this ok?</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinDesktopFolderErrorLabel">The directory you have chosen is on the desktop. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
|
||||
|
||||
|
|
@ -128,6 +165,25 @@
|
|||
<sys:String x:Key="ProcessorAffinity_DescriptionColumnLabel">Processor</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Data Directory Window -->
|
||||
<sys:String x:Key="DataDirectory_Title">Data Folder Selection</sys:String>
|
||||
<sys:String x:Key="DataDirectory_InformationLabel">It appears you do not have a data directory set. The data directory is where your profiles and SteamCMD will be stored. It is not the same as the server installation directory, which you can choose for each profile.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_SelectionLabel">Select the drive where the data folder should be located.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderLabel">Data Folder Name:</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderTooltip">The name of the server manager data folder.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_LocalDiskLabel">Local Disk</sys:String>
|
||||
<sys:String x:Key="DataDirectory_DriveLine2Label">{0} free of {1}</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_OkButtonLabel">Ok</sys:String>
|
||||
<sys:String x:Key="DataDirectory_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RefreshButtonLabel">Refresh</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_ErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderErrorLabel">The data folder name you have entered is not valid.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartTitle">Server Manager Restart Required</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartLabel">The data folder has been set, you must now restart the server manager to use the new settings.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region PlayerListWindow Window -->
|
||||
<sys:String x:Key="PlayerList_CloseButtonLabel">Close</sys:String>
|
||||
|
||||
|
|
@ -421,6 +477,7 @@
|
|||
<sys:String x:Key="GlobalSettings_ResetButtonLabel">Reset</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetButtonTooltip">This will reset ALL the user global settings for the server manager. The server manager will be closed if successful.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_StartModeLabel">Main Window Start Mode:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_MinimizeToTrayLabel">Minimize To Tray</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManagePublicIPLabel">Manage Public IP automatically</sys:String>
|
||||
|
|
@ -756,6 +813,8 @@
|
|||
<!--#region Server Settings -->
|
||||
|
||||
<!--#region Server Settings - General -->
|
||||
<sys:String x:Key="ServerSettings_ProfileIdLabel">Profile ID:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileIdTooltip">The unique ID assigned to the profile.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in Ark. For that, set the 'Server Name' field.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>
|
||||
|
|
@ -1126,6 +1185,8 @@
|
|||
<sys:String x:Key="ServerSettings_EnableHardcoreTooltip">Enables hardcore mode (players can not respawn, a new character must be created).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvPLabel">Enable PvP</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvPTooltip">Enables Player vs Player mode (players are able to deal damage to or kill each other. In PvP players can also damage or destroy another tribe's buildings or kill their dinos).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCreativeModeLabel">Enable Creative Mode</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCreativeModeTooltip">If enabled, allows creative mode.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvECaveBuildingLabel">Enable PvE Cave Building</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnablePvECaveBuildingTooltip">If enabled, allows building in caves when PvE mode is enabled.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableCryoSicknessPVELabel">Enable PvE Cryo Sickness</sys:String>
|
||||
|
|
@ -1161,7 +1222,9 @@
|
|||
<sys:String x:Key="ServerSettings_OverrideOfficialDifficultyTooltip">Determines the maximum levels of creatures in the world. The higher the value, the higher the Maximum Creature Level.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DifficultyOffsetLabel">Difficulty Offset:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DifficultyOffsetTooltip">Determines the maximum levels of creatures in the world. The higher the value, the higher the Maximum Creature Level.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_DestroyTamesOverLevelClampLabel">Destroy Tames Over Level:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DestroyTamesOverLevelClampTooltip">Tames that exceed this level will be deleted on server start. To disable deletion set to 0.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_EnableTributeLabel">Enable Tribute Downloads</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableTributeTooltip">If enabled, this will allow downloading external survivors/items/dinos into your server.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_NoSurvivorDownloadsLabel">No Survivor Downloads</sys:String>
|
||||
|
|
@ -1663,8 +1726,8 @@
|
|||
<sys:String x:Key="ServerSettings_EnablePvPStructureDecayTooltip">If enabled, structures in PvP will automatically decay if left unused after a period of time.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PvPZoneStructureDamageLabel">PvP Zone Structure Damage:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PvPZoneStructureDamageTooltip">Specifies the scaling factor for the damage structures take within caves/cave entrances, in PvP.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleLabel">Max Structures Visible:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleTooltip">The maximum number of structures which will be visible to the player. Lower values may help with server speed.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleLabel">Max Structures in Range:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleTooltip">Specifies the maximum number of structures that can be constructed within a certain (currently hard-coded) range.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierLabel">Per-Platform Structures Multiplier:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierTooltip">Specifies the scaling factor for the maximum number of structures allowed on a single platform/saddle/raft.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxPlatformSaddleStructuresLabel">Max Platform Saddle Structures:</sys:String>
|
||||
|
|
@ -2462,36 +2525,6 @@
|
|||
<sys:String x:Key="Settings_Title">Settings</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="TheIsland">The Island</sys:String>
|
||||
<sys:String x:Key="TheCenter">The Center</sys:String>
|
||||
<sys:String x:Key="ScorchedEarth_P">Scorched Earth</sys:String>
|
||||
<sys:String x:Key="Ragnarok">Ragnarok</sys:String>
|
||||
<sys:String x:Key="Aberration_P">Aberration</sys:String>
|
||||
<sys:String x:Key="Extinction">Extinction</sys:String>
|
||||
<sys:String x:Key="Valguero_P">Valguero</sys:String>
|
||||
<sys:String x:Key="Genesis">Genesis: Part 1</sys:String>
|
||||
<sys:String x:Key="CrystalIsles">Crystal Isles</sys:String>
|
||||
<sys:String x:Key="Gen2">Genesis: Part 2</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Total Conversion Names -->
|
||||
<sys:String x:Key="111111111">Primitive Plus</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Event Names -->
|
||||
<sys:String x:Key="none">None</sys:String>
|
||||
<sys:String x:Key="vday">Valentines Day</sys:String>
|
||||
<sys:String x:Key="Easter">Easter</sys:String>
|
||||
<sys:String x:Key="FearEvolved">Fear Evolved (Halloween)</sys:String>
|
||||
<sys:String x:Key="TurkeyTrial">Turkey Trial</sys:String>
|
||||
<sys:String x:Key="WinterWonderland">Winter Wonderland</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Dino/Creature -->
|
||||
|
||||
<!--#region Dino/Creature Class Names -->
|
||||
|
|
@ -3641,7 +3674,7 @@
|
|||
|
||||
<!--#region Tekgram Class Names - Genesis -->
|
||||
<sys:String x:Key="EngramEntry_TekSpaceWhaleSaddle_C">Astrocetus Tek Saddle</sys:String>
|
||||
<sys:String x:Key="EngramEntry_TekClaws_C">Tek Shoulder Cannon</sys:String>
|
||||
<sys:String x:Key="EngramEntry_TekClaws_C">Tek Claws</sys:String>
|
||||
<sys:String x:Key="EngramEntry_CruiseMissile_C">Tek Cruise Missile</sys:String>
|
||||
<sys:String x:Key="EngramEntry_TekGrenadeLauncher_C">Tek Grenade Launcher</sys:String>
|
||||
<sys:String x:Key="EngramEntry_HoverSkiff_C">Tek Hover Skiff</sys:String>
|
||||
|
|
|
|||
BIN
ASM/images/ASM.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ASM/images/Bot01.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
ASM/images/Bot02.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
ASM/images/Bot03.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
ASM/images/Bot04.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
ASM/images/Bot05.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
ASM/images/Bot06.png
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
ASM/images/Bot07.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
ASM/images/Bot08.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
ASM/images/Bot09.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
ASM/images/Bot10.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
ASM/images/Bot11.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
ASM/images/Bot12.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
ASM/images/Bot13.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
ASM/images/Bot14.png
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
ASM/images/Bot15.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
ASM/images/Bot16.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
ASM/images/Bot17.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
ASM/images/WebApiKey.png
Normal file
|
After Width: | Height: | Size: 331 KiB |
BIN
ASM/latest.exe
|
|
@ -1 +1 @@
|
|||
1.1.399
|
||||
1.1.410
|
||||
|
|
|
|||
BIN
ASM/latest.zip
BIN
CSM/ConanServerManager_1.1.51.exe
Normal file
BIN
CSM/ConanServerManager_1.1.51.zip
Normal file
BIN
CSM/ConanServerManager_1.1.52.exe
Normal file
BIN
CSM/ConanServerManager_1.1.52.zip
Normal file
BIN
CSM/ConanServerManager_1.1.53.exe
Normal file
BIN
CSM/ConanServerManager_1.1.53.zip
Normal file
BIN
CSM/ConanServerManager_1.1.54.exe
Normal file
BIN
CSM/ConanServerManager_1.1.54.zip
Normal file
BIN
CSM/ConanServerManager_1.1.55.exe
Normal file
BIN
CSM/ConanServerManager_1.1.55.zip
Normal file
|
|
@ -5,7 +5,140 @@
|
|||
<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>2020-11-25T00:00:00Z</updated>
|
||||
<updated>2021-12-02T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:A3A790A9-D511-4CE8-AC15-A36B3DAB4385</id>
|
||||
<title>1.1.55 (1.1.55.2)</title>
|
||||
<summary>1.1.55.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-05T00: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>Changed some globalization key values (maps and branches).</li>
|
||||
<li>Changed the way the data directory is selected and created on first startup of the server manager.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:38961ED8-0964-4C1A-B09C-8AE2C5FCF76E</id>
|
||||
<title>1.1.54 (1.1.54.3)</title>
|
||||
<summary>1.1.54.3</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-01T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added the Profile ID to the top of the profile window.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Added globalization to the Main Window Start Mode setting in the Global Settings.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:80B2DFDC-E9BE-4B56-A1FE-DD57E64647D1</id>
|
||||
<title>1.1.53 (1.1.53.1)</title>
|
||||
<summary>1.1.53.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-11-24T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed a crashing bug when CSM closes and is unable to find the backup location to save the config settings.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Global Settings - added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
|
||||
<li>Main Window - now stores the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.</li>
|
||||
<li>Server Settings - added resizing to all the grids, so the height can be increased/decreased. The height is also remembered, so when you reopen, it will size the grid correctly.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<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>
|
||||
<title>1.1.51 (1.1.51.1)</title>
|
||||
<summary>1.1.51.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-08-22T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings - Added new server transfer options (server whitelist option in future version).</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:6914861A-2D4E-4F08-89A3-D3D7A77F74C1</id>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,144 @@
|
|||
<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>2020-11-25T00:00:00Z</updated>
|
||||
<updated>2021-12-12T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:6914861A-2D4E-4F08-89A3-D3D7A77F74C1</id>
|
||||
<title>1.1.50 (1.1.50.1)</title>
|
||||
<summary>1.1.50.1</summary>
|
||||
<id>urn:uuid:4C15C7A9-317C-4A9B-B426-6E885B918D3B</id>
|
||||
<title>1.1.56 (1.1.56.6)</title>
|
||||
<summary>1.1.56.6</summary>
|
||||
<link href="" />
|
||||
<updated>2020-11-25T00:00:00Z</updated>
|
||||
<updated>2021-12-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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Reference library updates.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:126E8E9F-7FF2-4239-88D6-5FFC89925463</id>
|
||||
<title>1.1.56 (1.1.56.5)</title>
|
||||
<summary>1.1.56.5</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-10T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Monitor window now stores it's location.</li>
|
||||
<li>Reference library updates.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:BECA74AB-1107-40B0-932A-A851E978EABF</id>
|
||||
<title>1.1.56 (1.1.56.4)</title>
|
||||
<summary>1.1.56.4</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-09T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed a minor issue when clicking the data directory reset button - fringe case that I found during testing.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:8C834060-F20F-4ACE-8F49-0B459531BA3C</id>
|
||||
<title>1.1.56 (1.1.56.3)</title>
|
||||
<summary>1.1.56.3</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-08T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed language translation of Data Directory window.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:339F72FC-920A-4425-AF86-AF9B34611A21</id>
|
||||
<title>1.1.56 (1.1.56.2)</title>
|
||||
<summary>1.1.56.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-08T00: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>Global Settings - Added reset button to the Data Directory Location.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:F8A08616-749B-48E7-87D5-D97E86AB3926</id>
|
||||
<title>1.1.56 (1.1.56.1)</title>
|
||||
<summary>1.1.56.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-06T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Global Settings - Added option to automatically manage the Public IP, default to True. If disabled, then the Public IP must be updated manually.</li>
|
||||
<li>
|
||||
A new Discord Bot has been added to the server manager.<br/>
|
||||
This new discord bot will allow you to send <font color="#0094FF">Start, Stop, Shutdown, Restart, Backup and Update</font> commands to the server manager from within your discord client.<br/>
|
||||
To setup the new discord bot, open the global settings and scroll down to the Discord section.<br/><br/>
|
||||
<font color="#e62919">
|
||||
NOTE: This is long process to get the discord bot working, and I have created a forum post with detailed instructions how to do it.
|
||||
</font>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,15 @@
|
|||
<sys:String x:Key="Generic_ErrorLabel">Error</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="Map_ConanSandbox">The Exiled Lands</sys:String>
|
||||
<sys:String x:Key="Map_/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah">Isle of Siptah</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="Branch_live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Types -->
|
||||
<sys:String x:Key="ModType_Unknown">Unknown</sys:String>
|
||||
<sys:String x:Key="ModType_NotDownloaded">Not Downloaded</sys:String>
|
||||
|
|
@ -26,10 +35,6 @@
|
|||
<sys:String x:Key="GameApplication_Unknown">Unknown</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Regions -->
|
||||
<sys:String x:Key="ServerRegion_0">Europe</sys:String>
|
||||
<sys:String x:Key="ServerRegion_1">North America</sys:String>
|
||||
|
|
@ -39,11 +44,6 @@
|
|||
<sys:String x:Key="ServerRegion_5">Japan</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
|
||||
<sys:String x:Key="/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah">Isle of Siptah</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Process Priority -->
|
||||
<sys:String x:Key="Priority_low">Low</sys:String>
|
||||
<sys:String x:Key="Priority_belownormal">Below Normal</sys:String>
|
||||
|
|
@ -57,6 +57,12 @@
|
|||
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Processor Window States -->
|
||||
<sys:String x:Key="WindowState_Normal">Normal</sys:String>
|
||||
<sys:String x:Key="WindowState_Minimized">Minimized</sys:String>
|
||||
<sys:String x:Key="WindowState_Maximized">Maximized</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Unit strings -->
|
||||
<sys:String x:Key="SliderUnits_Multiplier">x</sys:String>
|
||||
<sys:String x:Key="SliderUnits_Percentage">%</sys:String>
|
||||
|
|
@ -91,8 +97,9 @@
|
|||
<sys:String x:Key="Application_DataDirectory_DialogTitle">Select a Data Directory</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmTitle">Confirm location</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmLabel">The server manager will store profiles and SteamCMD in the following directories:\r\n\r\nProfiles: {0}\r\nSteamCMD: {1}\r\n\r\nIs this ok?</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinDesktopFolderErrorLabel">The directory you have chosen is on the desktop. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
|
||||
|
||||
|
|
@ -161,6 +168,25 @@
|
|||
<sys:String x:Key="ProcessorAffinity_DescriptionColumnLabel">Processor</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Data Directory Window -->
|
||||
<sys:String x:Key="DataDirectory_Title">Data Folder Selection</sys:String>
|
||||
<sys:String x:Key="DataDirectory_InformationLabel">It appears you do not have a data directory set. The data directory is where your profiles and SteamCMD will be stored. It is not the same as the server installation directory, which you can choose for each profile.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_SelectionLabel">Select the drive where the data folder should be located.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderLabel">Data Folder Name:</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderTooltip">The name of the server manager data folder.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_LocalDiskLabel">Local Disk</sys:String>
|
||||
<sys:String x:Key="DataDirectory_DriveLine2Label">{0} free of {1}</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_OkButtonLabel">Ok</sys:String>
|
||||
<sys:String x:Key="DataDirectory_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RefreshButtonLabel">Refresh</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_ErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderErrorLabel">The data folder name you have entered is not valid.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartTitle">Server Manager Restart Required</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartLabel">The data folder has been set, you must now restart the server manager to use the new settings.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Details Window -->
|
||||
<sys:String x:Key="ModDetails_Title">Mod Details</sys:String>
|
||||
<sys:String x:Key="ModDetails_ProfileTitle">Mod Details - {0}</sys:String>
|
||||
|
|
@ -602,6 +628,9 @@
|
|||
<sys:String x:Key="MainWindow_SteamCmd_FailedTitle">Reinstall SteamCMD Error</sys:String>
|
||||
<sys:String x:Key="MainWindow_SteamCmd_FailedLabel">An error occured while trying to reinstall SteamCMD. This has left SteamCmd in an unstable state, try reinstalling again or please report this.\r\nException: {0}</sys:String>
|
||||
|
||||
<sys:String x:Key="MainWindow_DiscordBot_RunningCommandsTitle">Discord Bot Running Commands</sys:String>
|
||||
<sys:String x:Key="MainWindow_DiscordBot_RunningCommandsLabel">The discord bot has one or more running commands, do you want to continue shutting down the server manager?</sys:String>
|
||||
|
||||
<sys:String x:Key="MainWindow_ServerStatus_StartServerActionTitle">Start Server Confirmation</sys:String>
|
||||
<sys:String x:Key="MainWindow_ServerStatus_StartServerActionLabel">You are about to start the server, do you want to continue?</sys:String>
|
||||
<sys:String x:Key="MainWindow_ServerStatus_ShutdownServerActionTitle">Shutdown Server Confirmation</sys:String>
|
||||
|
|
@ -623,6 +652,7 @@
|
|||
<sys:String x:Key="GlobalSettings_ResetButtonLabel">Reset</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetButtonTooltip">This will reset ALL the user global settings for the server manager. The server manager will be closed if successful.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_StartModeLabel">Main Window Start Mode:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_MinimizeToTrayLabel">Minimize To Tray</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManagePublicIPLabel">Manage Public IP automatically</sys:String>
|
||||
|
|
@ -741,6 +771,23 @@
|
|||
<sys:String x:Key="GlobalSettings_ShutdownAllMessagesShowReasonLabel">Show shutdown reason with ALL shutdown messages</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownAllMessagesShowReasonTooltip">If enabled, the shutdown reason will be shown with all shutdown message; otherwise it will only be shown at the start of the server shutdown.</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotLabel">Enable Discord Bot</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotInformationLabel">You will need to restart the server manager if you change any settings for the Discord Bot.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotTokenLabel">Token:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotTokenTooltip">The token associated with the discord bot.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotServerLabel">Server Id:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotServerTooltip">The id of the discord server the bot will listen to.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotPrefixLabel">Prefix:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotPrefixTooltip">The prefix that must be used when sending a command via discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotApplyButtonLabel">Get Token...</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotHelpButtonLabel">Help...</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowBackupTooltip">If enabled, the backup command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowRestartTooltip">If enabled, the restart command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowShutdownTooltip">If enabled, the shutdown command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowStartTooltip">If enabled, the start command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowStopTooltip">If enabled, the stop command can be sent from discord.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DiscordBotAllowUpdateTooltip">If enabled, the update command can be sent from discord.</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_EmailSettingsLabel">SMTP Email Settings</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_EmailHostLabel">Host:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_EmailHostTooltip">The name or IP address of the host used for SMTP transmissions.</sys:String>
|
||||
|
|
@ -788,6 +835,8 @@
|
|||
<sys:String x:Key="GlobalSettings_DataDirectoryChange_ConfirmLabel">Changing the data directory will move any existing profiles to the new location, but it will not move any server installations. Do you still want to change this directory?</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DataDirectoryChange_FailedTitle">Failed to change data directory</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_DataDirectoryChange_FailedLabel">There was an error changing the data directory: {0}\r\nPlease correct the error and try again, or contact technical support for assistance.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetDataDirectory_ConfirmTitle">Confirm Data Directory Reset</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetDataDirectory_ConfirmLabel">Click 'Yes' to confirm you want to reset the location of the data directory. Once reset, the server manager will shutdown and you will need to restart.</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_DataDirectoryTitle">Select Backup Directory</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_CacheDirectoryTitle">Select Cache Directory</sys:String>
|
||||
|
|
@ -840,6 +889,8 @@
|
|||
|
||||
<!--#region Server Settings Control-->
|
||||
<!--#region Server Settings - General -->
|
||||
<sys:String x:Key="ServerSettings_ProfileIdLabel">Profile ID:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileIdTooltip">The unique ID assigned to the profile.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in the game. For that, set the 'Server Name' field.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>
|
||||
|
|
@ -1043,6 +1094,10 @@
|
|||
<sys:String x:Key="ServerSettings_KickIdlePlayersPeriodTooltip">Set the amount of AFK time before a character is kicked.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerRegionLabel">Server Region:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerRegionTooltip">Selecting a server region will affect how your server is filtered in the list. Select your region to help players find a server that is close to them.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerTransferEnabledLabel">Enable Server Transfers</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerTransferEnabledTooltip">If enabled, will enable character server transfers.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerLabel">Can Import Directly from Same Server</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerTooltip">If enabled, will allow players to directly import characters that were exported from exactly the same server.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_BranchLabel">Branch Details</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BranchNameLabel">Branch Name:</sys:String>
|
||||
|
|
@ -1088,6 +1143,24 @@
|
|||
<sys:String x:Key="ServerSettings_RestartIfShutdownTooltip">If enabled, the server will be restarted even if shutdown for Auto-Restarts and Auto-Updates.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - Discord Bot Details -->
|
||||
<sys:String x:Key="ServerSettings_DiscordBotLabel">Discord Bot Details</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DiscordBotChannelLabel">Channel Id:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_DiscordBotChannelTooltip">The id of the discord server channel this profile will listen to.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordBackupLabel">Allow Backup</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordBackupTooltip">If enabled, the profile will listen for backup commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordRestartLabel">Allow Restart</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordRestartTooltip">If enabled, the profile will listen for restart commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordShutdownLabel">Allow Shutdown</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordShutdownTooltip">If enabled, the profile will listen for shutdown commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStartLabel">Allow Start</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStartTooltip">If enabled, the profile will listen for start commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStopLabel">Allow Stop</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordStopTooltip">If enabled, the profile will listen for stop commands from discord.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordUpdateLabel">Allow Update</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AllowDiscordUpdateTooltip">If enabled, the profile will listen for update commands from discord.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - Server File Details -->
|
||||
<sys:String x:Key="ServerSettings_ServerFilesLabel">Server File Details</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerFilesWarningLabel">NOTE: Any changes will require a server restart to take effect.</sys:String>
|
||||
|
|
@ -1160,4 +1233,32 @@
|
|||
<sys:String x:Key="ServerUpdate_WarningLabel">There was a problem while performing the server update. This may leave your server in a incomplete state.\r\n\r\nDo you want to continue with the server start, this could cause problems?</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Discord Bot -->
|
||||
<sys:String x:Key="DiscordBot_ErrorTitle">Discord Bot Error</sys:String>
|
||||
<sys:String x:Key="DiscordBot_MissingTokenError">The discord bot requires a valid token so it can log into the discord server\r\nThis can be set in the global settings.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_InvalidPrefixError">The discord bot prefix contains invalid characters. Only letters and numbers are allowed.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_CommandNotEnabled">Command '{0}' has not been enabled.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandUnknown">Unknown command '{0}'.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandRunning">Another command is currently being processed.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandRunningProfile">Another command '{0}' is currently running against profile '{1}'.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_CommandDisabledProfile">Command '{0}' has been disabled for profile '{1}'.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_ProfileMissing">The '{0}' command requires a profile id.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileNotFound">Profile '{0}' was not found or is not associated with the channel.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileBadStatus">Profile '{0}' is in a state '{1}' that cannot run this command.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ProfileUpdating">Profile '{0}' is currently being updated.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_InfoFailed">Call to server '{0}' failed.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_BackupRequested">A backup request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_RestartRequested">A restart request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_ShutdownRequested">A shutdown request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_StartRequested">A start request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_StopRequested">A stop request for server '{0}' has been sent.</sys:String>
|
||||
<sys:String x:Key="DiscordBot_UpdateRequested">An update request for server '{0}' has been sent.</sys:String>
|
||||
|
||||
<sys:String x:Key="DiscordBot_CountLabel">Count:</sys:String>
|
||||
<sys:String x:Key="DiscordBot_MapLabel">Map:</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
</Globalization:GlobalizationResourceDictionary>
|
||||
|
|
@ -1 +1 @@
|
|||
1.1.50.1
|
||||
1.1.56.6
|
||||
|
|
|
|||
|
|
@ -13,6 +13,15 @@
|
|||
<sys:String x:Key="Generic_ErrorLabel">Error</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="Map_ConanSandbox">The Exiled Lands</sys:String>
|
||||
<sys:String x:Key="Map_/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah">Isle of Siptah</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="Branch_live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Types -->
|
||||
<sys:String x:Key="ModType_Unknown">Unknown</sys:String>
|
||||
<sys:String x:Key="ModType_NotDownloaded">Not Downloaded</sys:String>
|
||||
|
|
@ -26,10 +35,6 @@
|
|||
<sys:String x:Key="GameApplication_Unknown">Unknown</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Regions -->
|
||||
<sys:String x:Key="ServerRegion_0">Europe</sys:String>
|
||||
<sys:String x:Key="ServerRegion_1">North America</sys:String>
|
||||
|
|
@ -39,11 +44,6 @@
|
|||
<sys:String x:Key="ServerRegion_5">Japan</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
|
||||
<sys:String x:Key="/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah">Isle of Siptah</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Process Priority -->
|
||||
<sys:String x:Key="Priority_low">Low</sys:String>
|
||||
<sys:String x:Key="Priority_belownormal">Below Normal</sys:String>
|
||||
|
|
@ -57,6 +57,12 @@
|
|||
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Processor Window States -->
|
||||
<sys:String x:Key="WindowState_Normal">Normal</sys:String>
|
||||
<sys:String x:Key="WindowState_Minimized">Minimized</sys:String>
|
||||
<sys:String x:Key="WindowState_Maximized">Maximized</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Unit strings -->
|
||||
<sys:String x:Key="SliderUnits_Multiplier">x</sys:String>
|
||||
<sys:String x:Key="SliderUnits_Percentage">%</sys:String>
|
||||
|
|
@ -91,8 +97,9 @@
|
|||
<sys:String x:Key="Application_DataDirectory_DialogTitle">Select a Data Directory</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmTitle">Confirm location</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmLabel">The server manager will store profiles and SteamCMD in the following directories:\r\n\r\nProfiles: {0}\r\nSteamCMD: {1}\r\n\r\nIs this ok?</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinDesktopFolderErrorLabel">The directory you have chosen is on the desktop. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
|
||||
|
||||
|
|
@ -161,6 +168,25 @@
|
|||
<sys:String x:Key="ProcessorAffinity_DescriptionColumnLabel">Processor</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Data Directory Window -->
|
||||
<sys:String x:Key="DataDirectory_Title">Data Folder Selection</sys:String>
|
||||
<sys:String x:Key="DataDirectory_InformationLabel">It appears you do not have a data directory set. The data directory is where your profiles and SteamCMD will be stored. It is not the same as the server installation directory, which you can choose for each profile.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_SelectionLabel">Select the drive where the data folder should be located.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderLabel">Data Folder Name:</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderTooltip">The name of the server manager data folder.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_LocalDiskLabel">Local Disk</sys:String>
|
||||
<sys:String x:Key="DataDirectory_DriveLine2Label">{0} free of {1}</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_OkButtonLabel">Ok</sys:String>
|
||||
<sys:String x:Key="DataDirectory_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RefreshButtonLabel">Refresh</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_ErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderErrorLabel">The data folder name you have entered is not valid.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartTitle">Server Manager Restart Required</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartLabel">The data folder has been set, you must now restart the server manager to use the new settings.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Details Window -->
|
||||
<sys:String x:Key="ModDetails_Title">Mod Details</sys:String>
|
||||
<sys:String x:Key="ModDetails_ProfileTitle">Mod Details - {0}</sys:String>
|
||||
|
|
@ -623,6 +649,7 @@
|
|||
<sys:String x:Key="GlobalSettings_ResetButtonLabel">Reset</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetButtonTooltip">This will reset ALL the user global settings for the server manager. The server manager will be closed if successful.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_StartModeLabel">Main Window Start Mode:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_MinimizeToTrayLabel">Minimize To Tray</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ManagePublicIPLabel">Manage Public IP automatically</sys:String>
|
||||
|
|
@ -840,6 +867,8 @@
|
|||
|
||||
<!--#region Server Settings Control-->
|
||||
<!--#region Server Settings - General -->
|
||||
<sys:String x:Key="ServerSettings_ProfileIdLabel">Profile ID:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileIdTooltip">The unique ID assigned to the profile.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in the game. For that, set the 'Server Name' field.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>
|
||||
|
|
@ -1043,6 +1072,10 @@
|
|||
<sys:String x:Key="ServerSettings_KickIdlePlayersPeriodTooltip">Set the amount of AFK time before a character is kicked.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerRegionLabel">Server Region:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerRegionTooltip">Selecting a server region will affect how your server is filtered in the list. Select your region to help players find a server that is close to them.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerTransferEnabledLabel">Enable Server Transfers</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerTransferEnabledTooltip">If enabled, will enable character server transfers.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerLabel">Can Import Directly from Same Server</sys:String>
|
||||
<sys:String x:Key="ServerSettings_CanImportDirectlyFromSameServerTooltip">If enabled, will allow players to directly import characters that were exported from exactly the same server.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_BranchLabel">Branch Details</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BranchNameLabel">Branch Name:</sys:String>
|
||||
|
|
|
|||
BIN
CSM/images/Bot01.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
CSM/images/Bot02.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
CSM/images/Bot03.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
CSM/images/Bot04.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
CSM/images/Bot05.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
CSM/images/Bot06.png
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
CSM/images/Bot07.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
CSM/images/Bot08.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
CSM/images/Bot09.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
CSM/images/Bot10.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
CSM/images/Bot11.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
CSM/images/Bot12.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
CSM/images/Bot13.png
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
CSM/images/Bot14.png
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
CSM/images/Bot15.png
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
CSM/images/Bot16.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
CSM/images/Bot17.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
CSM/images/CSM.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
CSM/images/WebApiKey.png
Normal file
|
After Width: | Height: | Size: 322 KiB |
BIN
CSM/latest.exe
|
|
@ -1 +1 @@
|
|||
1.1.50
|
||||
1.1.55
|
||||
|
|
|
|||
BIN
CSM/latest.zip
|
|
@ -2,6 +2,7 @@
|
|||
"Application": "ark",
|
||||
"Version": "1.0.0",
|
||||
"Created": "2020-03-04T00:00:00.0000000Z",
|
||||
"Mod": "[ArkPrime|TheCenter|PrimitivePlus|ScorchedEarth|Ragnarok|Aberration|Extinction|Genesis|CrystalIsles|Genesis2|LostIsland|<modid>]"
|
||||
"Creatures": [
|
||||
{
|
||||
"NameTag": "Achatina",
|
||||
|
|
|
|||
BIN
Plugins/Discord/ServerManager.Plugin.Discord_1.0.18.zip
Normal file
|
|
@ -5,7 +5,37 @@
|
|||
<title>Discord Plugin Version Feed</title>
|
||||
<subtitle>This is the Discord Plugin release version feed.</subtitle>
|
||||
<link href="" />
|
||||
<updated>2020-07-13T00:00:00Z</updated>
|
||||
<updated>2021-12-03T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:C01A4AA0-D839-4732-9814-301DAC6EB094</id>
|
||||
<title>1.0.18 (1.0.18.1)</title>
|
||||
<summary>1.0.18.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-03T00: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>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>de-DE Translation file added.</li>
|
||||
<li>pt-BR Translation file added.</li>
|
||||
<li>zh-CN Translation file added.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Have enabled globalization support for the plugin.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:D8974ABF-8444-4D40-A594-D4443921B3B8</id>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,22 @@
|
|||
<title>Discord Plugin Version Feed</title>
|
||||
<subtitle>This is the Discord Plugin beta version feed.</subtitle>
|
||||
<link href="" />
|
||||
<updated>2020-07-12T02:00:00Z</updated>
|
||||
<updated>2021-12-12T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:4750D17C-2C8F-4D8C-AA17-B3512F002170</id>
|
||||
<title>1.0.17 (1.0.17.2)</title>
|
||||
<summary>1.0.17.2</summary>
|
||||
<id>urn:uuid:DDB25735-1D20-4580-B5FE-1AD4BD107376</id>
|
||||
<title>1.0.19 (1.0.19.3)</title>
|
||||
<summary>1.0.19.3</summary>
|
||||
<link href="" />
|
||||
<updated>2020-07-12T02:00:00Z</updated>
|
||||
<updated>2021-12-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>Added drag/drop feature to the config window.</li>
|
||||
<li>fr-FR Translation file added.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -31,18 +32,47 @@
|
|||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:D8974ABF-8444-4D40-A594-D4443921B3B8</id>
|
||||
<title>1.0.17 (1.0.17.1)</title>
|
||||
<summary>1.0.17.1</summary>
|
||||
<id>urn:uuid:FD4F56C3-9E44-4422-A761-87E7F957454F</id>
|
||||
<title>1.0.19 (1.0.19.2)</title>
|
||||
<summary>1.0.19.2</summary>
|
||||
<link href="" />
|
||||
<updated>2020-07-12T00:00:00Z</updated>
|
||||
<updated>2021-12-09T00: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>Profile name has been converted to a droplist and is now populated with the Server Manager Profile Names for selection.</li>
|
||||
<li>Changed the plugin initialization so it throws an exception if unable to load config file, rather than creating a new config file.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:A9EC2F32-E026-485F-BD7B-C657DBA95B54</id>
|
||||
<title>1.0.19 (1.0.19.1)</title>
|
||||
<summary>1.0.19.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-09T00: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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed alert test message to support globalization.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>de-DE Translation file updated.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,18 @@
|
|||
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
||||
>
|
||||
|
||||
<!--#region Alert Types -->
|
||||
<sys:String x:Key="AlertType_Backup">Backup</sys:String>
|
||||
<sys:String x:Key="AlertType_Error">Error</sys:String>
|
||||
<sys:String x:Key="AlertType_ModUpdateDetected">Mod Update Detected</sys:String>
|
||||
<sys:String x:Key="AlertType_Shutdown">Shutdown</sys:String>
|
||||
<sys:String x:Key="AlertType_ShutdownMessage">Shutdown Message</sys:String>
|
||||
<sys:String x:Key="AlertType_ShutdownReason">Shutdown Reason</sys:String>
|
||||
<sys:String x:Key="AlertType_ServerStatusChange">Server Status Change</sys:String>
|
||||
<sys:String x:Key="AlertType_Startup">Startup</sys:String>
|
||||
<sys:String x:Key="AlertType_UpdateResults">Update Results</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Global -->
|
||||
<sys:String x:Key="Global_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="Global_CloseButtonLabel">Close</sys:String>
|
||||
|
|
@ -106,6 +118,8 @@
|
|||
<sys:String x:Key="ConfigProfileWindow_TestErrorTitle">Test Action Error</sys:String>
|
||||
<sys:String x:Key="ConfigProfileWindow_TestErrorLabel">An error occurred while trying to test the config profile.</sys:String>
|
||||
<sys:String x:Key="ConfigProfileWindow_TestEnabledErrorLabel">The profile is not enabled and cannot be tested.</sys:String>
|
||||
|
||||
<sys:String x:Key="ConfigProfileWindow_TestAlertMessage">Test '{0}' alert type message for profile name '{1}'</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Version Feed Window -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.17.2
|
||||
1.0.19.3
|
||||
|
|
|
|||
|
|
@ -4,6 +4,18 @@
|
|||
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
||||
>
|
||||
|
||||
<!--#region Alert Types -->
|
||||
<sys:String x:Key="AlertType_Backup">Backup</sys:String>
|
||||
<sys:String x:Key="AlertType_Error">Error</sys:String>
|
||||
<sys:String x:Key="AlertType_ModUpdateDetected">Mod Update Detected</sys:String>
|
||||
<sys:String x:Key="AlertType_Shutdown">Shutdown</sys:String>
|
||||
<sys:String x:Key="AlertType_ShutdownMessage">Shutdown Message</sys:String>
|
||||
<sys:String x:Key="AlertType_ShutdownReason">Shutdown Reason</sys:String>
|
||||
<sys:String x:Key="AlertType_ServerStatusChange">Server Status Change</sys:String>
|
||||
<sys:String x:Key="AlertType_Startup">Startup</sys:String>
|
||||
<sys:String x:Key="AlertType_UpdateResults">Update Results</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Global -->
|
||||
<sys:String x:Key="Global_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="Global_CloseButtonLabel">Close</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.17
|
||||
1.0.18
|
||||
|
|
|
|||