From 0d94cc154cb62c182346015d4dda3ff09f559733 Mon Sep 17 00:00:00 2001 From: vixark Date: Sat, 7 Dec 2024 02:01:40 -0500 Subject: [PATCH] 7DIC24 --- .../Hades Minotaurs and Toxotes By Vixark.txt | 1 + RTS Helper/Build Orders/Age of Mythology/Tutorial.txt | 1 + .../Zeus Minotaurs and Toxotes By Vixark.txt | 1 + RTS Helper/Settings.cs | 6 +++--- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RTS Helper/Build Orders/Age of Mythology/Hades Minotaurs and Toxotes By Vixark.txt b/RTS Helper/Build Orders/Age of Mythology/Hades Minotaurs and Toxotes By Vixark.txt index 585e384..6cb8e1d 100644 --- a/RTS Helper/Build Orders/Age of Mythology/Hades Minotaurs and Toxotes By Vixark.txt +++ b/RTS Helper/Build Orders/Age of Mythology/Hades Minotaurs and Toxotes By Vixark.txt @@ -1,5 +1,6 @@ || Read the documentation if you want to create your own build orders: http://vixark.com/rts-helper/documentation. || The sections {{ }} << >> and [[ ]] usually don't need to be modified. If you need to update them, also update them in New.txt file with the app closed so the changes made also apply to future build orders. +|| See changes and earlier versions in https://github.com/vixark/RTS-Helper/blob/master/RTS%20Helper/Build%20Orders/Age%20of%20Mythology/Hades%20Minotaurs%20and%20Toxotes%20By%20Vixark.txt || Global Format and Format Classes: http://vixark.com/rts-helper/documentation#globalformat and http://vixark.com/rts-helper/documentation#formatclasses. diff --git a/RTS Helper/Build Orders/Age of Mythology/Tutorial.txt b/RTS Helper/Build Orders/Age of Mythology/Tutorial.txt index e06cef2..d39c528 100644 --- a/RTS Helper/Build Orders/Age of Mythology/Tutorial.txt +++ b/RTS Helper/Build Orders/Age of Mythology/Tutorial.txt @@ -1,5 +1,6 @@ || Read the documentation if you want to create your own build orders: http://vixark.com/rts-helper/documentation. || The sections {{ }} << >> and [[ ]] usually don't need to be modified. If you need to update them, also update them in New.txt file with the app closed so the changes made also apply to future build orders. +|| See changes and earlier versions in https://github.com/vixark/RTS-Helper/blob/master/RTS%20Helper/Build%20Orders/Age%20of%20Mythology/Tutorial.txt || Global Format and Format Classes: http://vixark.com/rts-helper/documentation#globalformat and http://vixark.com/rts-helper/documentation#formatclasses. diff --git a/RTS Helper/Build Orders/Age of Mythology/Zeus Minotaurs and Toxotes By Vixark.txt b/RTS Helper/Build Orders/Age of Mythology/Zeus Minotaurs and Toxotes By Vixark.txt index 778e125..4102caf 100644 --- a/RTS Helper/Build Orders/Age of Mythology/Zeus Minotaurs and Toxotes By Vixark.txt +++ b/RTS Helper/Build Orders/Age of Mythology/Zeus Minotaurs and Toxotes By Vixark.txt @@ -1,5 +1,6 @@ || Read the documentation if you want to create your own build orders: http://vixark.com/rts-helper/documentation. || The sections {{ }} << >> and [[ ]] usually don't need to be modified. If you need to update them, also update them in New.txt file with the app closed so the changes made also apply to future build orders. +|| See changes and earlier versions in https://github.com/vixark/RTS-Helper/blob/master/RTS%20Helper/Build%20Orders/Age%20of%20Mythology/Zeus%20Minotaurs%20and%20Toxotes%20By%20Vixark.txt || Global Format and Format Classes: http://vixark.com/rts-helper/documentation#globalformat and http://vixark.com/rts-helper/documentation#formatclasses. diff --git a/RTS Helper/Settings.cs b/RTS Helper/Settings.cs index 8c3816a..da50fb8 100644 --- a/RTS Helper/Settings.cs +++ b/RTS Helper/Settings.cs @@ -298,11 +298,11 @@ public class Settings { #region Actualizaciones - public int ImagesVersion { get; set; } = 2; + public int ImagesVersion { get; set; } = 3; // 3. Primeras imágenes de Age of Mythology. - public int SoundsVersion { get; set; } = 1; + public int SoundsVersion { get; set; } = 1; // 1. Primeros sonidos. - public int BuildOrdersVersion { get; set; } = 3; + public int BuildOrdersVersion { get; set; } = 4; // 4. Primeras estrategias de Age of Mythology. public string UpdatesBaseUrl = "https://vixark.b-cdn.net/rts-helper"; // Es cambiada cuando se lee desde el Json. Este valor solo sirve para la ejecución inicial. Debería ser cambiado cuando se cambie la ruta del CDN para que los usuarios que lo instalen por primera vez puedan acceder a las actualizaciones automáticas.