Skip to content

Commit

Permalink
7DIC24
Browse files Browse the repository at this point in the history
  • Loading branch information
vixark committed Dec 7, 2024
1 parent 6cd7fea commit 0d94cc1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions RTS Helper/Build Orders/Age of Mythology/Tutorial.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions RTS Helper/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0d94cc1

Please sign in to comment.