From c125d271a8cce0f17ea45bd1713f67bf9f7af237 Mon Sep 17 00:00:00 2001 From: igorseabra4 Date: Tue, 14 Mar 2023 21:26:09 -0300 Subject: [PATCH] v0.1.7.8 --- IndustrialPark/Other/IPversion.cs | 2 +- IndustrialPark/Properties/AssemblyInfo.cs | 2 +- IndustrialPark/Resources/ip_version.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IndustrialPark/Other/IPversion.cs b/IndustrialPark/Other/IPversion.cs index a70a3051..3bcbbc07 100644 --- a/IndustrialPark/Other/IPversion.cs +++ b/IndustrialPark/Other/IPversion.cs @@ -2,7 +2,7 @@ { public class IPversion { - public string version = "v0.1.7.7"; + public string version = "v0.1.7.8"; public string versionName; } } diff --git a/IndustrialPark/Properties/AssemblyInfo.cs b/IndustrialPark/Properties/AssemblyInfo.cs index 4337e073..822d457c 100644 --- a/IndustrialPark/Properties/AssemblyInfo.cs +++ b/IndustrialPark/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão // utilizando o "*" como mostrado abaixo: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.7.7")] +[assembly: AssemblyVersion("0.1.7.8")] diff --git a/IndustrialPark/Resources/ip_version.json b/IndustrialPark/Resources/ip_version.json index 1f2536d4..3407da3c 100644 --- a/IndustrialPark/Resources/ip_version.json +++ b/IndustrialPark/Resources/ip_version.json @@ -1,4 +1,4 @@ { - "version": "v0.1.7.7", - "versionName": "NOTE: many of the new or updated features on this release are currently experimental. No Layers has not been tested thoroughly (specially on custom level files) and Apply Scale and Bake Scale are not guaranteed to work properly on every game, platform, level or asset (I unfortunately do not have time to test all possible use cases of the features myself). Make sure you backup your files often, and if you encounter a problem, please report it in the #tool-discussion channel of the Heavy Iron Modding Discord server and I'll look into it as soon as possible. Helpful feeback is always helpful. ~igorseabra4\n\nFor the full changelog, please check the release on GitHub (it doesn't fit here :x)\n\n* No Layers: Toggle from Archive Editor -> Edit -> Layers -> No Layers. This will convert the HIP/HOP archive into a format in which layers are virtually gone.\n* Organize Layers: from Archive Editor -> Edit -> Layers -> Organize, only if 'No Layers' is off. This function will erase your current layer setup and build a new one.\n* Bake Scale: this is available from the Asset Data Editors for entity assets. Click on the 'Click here' button below the scale values to bake the scaling of the asset if it's not (1, 1, 1). This creates a copy of the Model or Model Info with the scale applied.\n* Apply Scale: from Archive Editor -> Edit -> Apply Scale. This function applies a scale to the entire level and was updated to allow scaling of every asset type. You can also use Apply Scale on a single Model asset from its Asset Data Editor.\n* Apply Vertex Colors: from the Asset Data Editor for Model, you can choose a color and an operation to apply to the model's vertex colors.\n* 'VIL' assets (used only in BFBB and Incredibles) are now named 'NPC'; 'NPC' assets (used only in Scooby) are now named 'Villain'.\n* Drop assets: press H on the main view window to drop the selected assets. They will fall and land on whatever's below them.\n* Material Effects Editor: now allows selecting and editing properties (mesh color and texture name) for multiple materials at the same time.\n* Replace References on Copy/Paste: this function (toggle from Options) was extended to Replace References on Rename/Copy/Paste." + "version": "v0.1.7.8", + "versionName": "" }