Skip to content

Commit

Permalink
Changed version number to v4.9.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
LMH01 committed Feb 28, 2023
1 parent bc68404 commit ccc9b32
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Download latest release](https://img.shields.io/github/v/release/LMH01/MGT2_Mod_Tool)](https://github.com/LMH01/MGT2_Mod_Tool/releases/download/v4.9.0-beta2/MGT2_Mod_Tool_4.9.0-beta2.zip)
[![Download latest release](https://img.shields.io/github/v/release/LMH01/MGT2_Mod_Tool)](https://github.com/LMH01/MGT2_Mod_Tool/releases/download/v4.9.0-beta3/MGT2_Mod_Tool_4.9.0-beta3.zip)
![Total Downloads](https://img.shields.io/github/downloads/LMH01/MGT2_Mod_Tool/total)
[![License](https://img.shields.io/github/license/LMH01/MGT2_Mod_Tool)](LICENSE)
# Welcome to the Mad Games Tycoon 2 Mod Tool

This is a little program that can modify some files of Mad Games Tycoon 2.

Before downloading please read [this information](docs/important.md) carefully.
## Download: [v4.9.0-beta2](https://github.com/LMH01/MGT2_Mod_Tool/releases/download/v4.9.0-beta2/MGT2_Mod_Tool_4.9.0-beta2.zip)
## Download: [v4.9.0-beta2](https://github.com/LMH01/MGT2_Mod_Tool/releases/download/v4.9.0-beta3/MGT2_Mod_Tool_4.9.0-beta3.zip)
#### Getting started:
- Install Java 8 (if not already installed)
- Download and extract the `.zip` file
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {

sourceCompatibility = 1.8
targetCompatibility = 1.8
project.version = "4.9.0-beta2" //remember to change version in main class
project.version = "4.9.0-beta3" //remember to change version in main class
archivesBaseName = "MGT2_Mod_Tool"

group = "com.github.lmh01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class MadGamesTycoon2ModTool {
public static final OSType OS_TYPE;
private static final Logger LOGGER = LoggerFactory.getLogger(MadGamesTycoon2ModTool.class);
public static final String VERSION = "4.9.0-dev";//Version numbers that include "dev" are not checked for updates / tool will notify if update is available
public static final String VERSION = "4.9.0-beta3";//Version numbers that include "dev" are not checked for updates / tool will notify if update is available
public static final String CURRENT_RELEASE_VERSION = "4.8.0";//When this version number has been detected as the newest release version the update available message is held back

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class AntiCheatManager extends AbstractAdvancedContentManager {

public static final AntiCheatManager INSTANCE = new AntiCheatManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private AntiCheatManager() {
super("antiCheat", "anti_cheat", MGT2Paths.TEXT_DATA.getPath().resolve("AntiCheat.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class CopyProtectionManager extends AbstractAdvancedContentManager {

public static final CopyProtectionManager INSTANCE = new CopyProtectionManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private CopyProtectionManager() {
super("copyProtect", "copy_protect", MGT2Paths.TEXT_DATA.getPath().resolve("CopyProtect.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class DevLegendsManager extends AbstractSimpleContentManager {

public static final DevLegendsManager INSTANCE = new DevLegendsManager();

public static final String[] compatibleModToolVersions = new String[]{"4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private DevLegendsManager() {
super("devLegend", "dev_legend", MGT2Paths.TEXT_DATA.getPath().resolve("DevLegends.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class EngineFeatureManager extends AbstractAdvancedContentManager {

public static final EngineFeatureManager INSTANCE = new EngineFeatureManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private EngineFeatureManager() {
super("engineFeature", "engine_feature", MGT2Paths.TEXT_DATA.getPath().resolve("EngineFeatures.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class GameplayFeatureManager extends AbstractAdvancedContentManager imple

public static final GameplayFeatureManager INSTANCE = new GameplayFeatureManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private GameplayFeatureManager() {
super("gameplayFeature", "gameplay_feature", MGT2Paths.TEXT_DATA.getPath().resolve("GameplayFeatures.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class GenreManager extends AbstractAdvancedContentManager implements Depe

public static final GenreManager INSTANCE = new GenreManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

public static final Path defaultGenreIcon = MGT2Paths.GENRE_ICONS.getPath().resolve("iconSkill.png");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class HardwareFeatureManager extends AbstractAdvancedContentManager {

public static final HardwareFeatureManager INSTANCE = new HardwareFeatureManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private HardwareFeatureManager() {
super("hardwareFeature", "hardware_feature", MGT2Paths.TEXT_DATA.getPath().resolve("HardwareFeatures.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class HardwareManager extends AbstractAdvancedContentManager implements D

public static final HardwareManager INSTANCE = new HardwareManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private HardwareManager() {
super("hardware", "hardware", MGT2Paths.TEXT_DATA.getPath().resolve("Hardware.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class LicenceManager extends AbstractSimpleContentManager implements Depe

public static final LicenceManager INSTANCE = new LicenceManager();

public static final String[] compatibleModToolVersions = new String[]{"4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private LicenceManager() {
super("licence", "licence", MGT2Paths.TEXT_DATA.getPath().resolve("Licence.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class NpcEngineManager extends AbstractAdvancedContentManager implements

public static final NpcEngineManager INSTANCE = new NpcEngineManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private NpcEngineManager() {
super("npcEngine", "npc_engine", MGT2Paths.TEXT_DATA.getPath().resolve("NpcEngines.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class NpcGameManager extends AbstractSimpleContentManager implements Depe

public static final NpcGameManager INSTANCE = new NpcGameManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private NpcGameManager() {
super("npcGames", "npc_game", MGT2Paths.TEXT_DATA.getPath().resolve("NpcGames.txt").toFile(), StandardCharsets.UTF_16LE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class NpcIpManager extends AbstractSimpleContentManager implements Depend

public static final NpcIpManager INSTANCE = new NpcIpManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private NpcIpManager() {
super("npcIp", "npc_ip", MGT2Paths.TEXT_DATA.getPath().resolve("NpcIPs.txt").toFile(), StandardCharsets.UTF_16LE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class PlatformManager extends AbstractAdvancedContentManager implements D

public static final PlatformManager INSTANCE = new PlatformManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private PlatformManager() {
super("platform", "platform", MGT2Paths.TEXT_DATA.getPath().resolve("Platforms.txt").toFile(), StandardCharsets.UTF_8);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class PublisherManager extends AbstractAdvancedContentManager implements

public static final PublisherManager INSTANCE = new PublisherManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

public static final Path defaultPublisherIcon = MGT2Paths.COMPANY_ICONS.getPath().resolve("87.png");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ThemeManager extends AbstractSimpleContentManager implements Depend

public static final ThemeManager INSTANCE = new ThemeManager();

public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", MadGamesTycoon2ModTool.VERSION};
public static final String[] compatibleModToolVersions = new String[]{"4.0.0", "4.1.0", "4.2.0", "4.2.1", "4.2.2", "4.3.0", "4.3.1", "4.4.0", "4.5.0", "4.6.0", "4.7.0", "4.8.0", "4.9.0-alpha1", "4.9.0-beta1", "4.9.0-beta2", "4.9.0-beta3", MadGamesTycoon2ModTool.VERSION};

private ThemeManager() {
super("theme", "theme", ModManagerPaths.MAIN.getPath().resolve("themes_2.txt").toFile(), StandardCharsets.UTF_16LE);
Expand Down

0 comments on commit ccc9b32

Please sign in to comment.