diff --git a/GameData/LunaticAeronautics/RoverAntiGravitySystem/1.4.0.0.htm b/GameData/LunaticAeronautics/RoverAntiGravitySystem/1.4.0.0.htm deleted file mode 100644 index 05ad343..0000000 --- a/GameData/LunaticAeronautics/RoverAntiGravitySystem/1.4.0.0.htm +++ /dev/null @@ -1,132 +0,0 @@ - - -


-KSP version License
-AVC .version files Pages

-

Version -1.4.0.0-release - <To Hover or not To Hover> -edition

- -

-DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

- -

Summary

- -

Status 1.4.0.0

- -
-

See More

- -

Localization

-
- -

HELP WANTED - See the README in the Localization folder or the -Quickstart Guide for instructions for adding or -improving translations. GitHub push is the best way to contribute. -Additions and corrections welcome!

-
-
-

red box below is a link to forum post on how to get support

- -

How to get support

-

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

-
- -

How to -support this and other great mods by zer0Kerbal

-

Support Patreon Github Sponsor Buy zer0Kerbal a snack

-
compiled with: KSP 1.6.1 — Unity 2019.2.2f1 — .net 3.5 — C# 3.0
- -

Release Schedule

-
    -
  1. GitHub, reaching first manual installers and users of KSP-AVC. Right -now.
  2. -
  3. CurseForge. Right now.
  4. -
  5. SpaceDock (and CKAN users). Soon™
  6. -
- - - - - - diff --git a/GameData/LunaticAeronautics/RoverAntiGravitySystem/Parts/rags-agmodule.cfg b/GameData/LunaticAeronautics/RoverAntiGravitySystem/Parts/rags-agmodule.cfg index 111fd7f..bae106b 100644 --- a/GameData/LunaticAeronautics/RoverAntiGravitySystem/Parts/rags-agmodule.cfg +++ b/GameData/LunaticAeronautics/RoverAntiGravitySystem/Parts/rags-agmodule.cfg @@ -1,7 +1,7 @@ -// rags-agmodule.cfg v1.2.0.0 +// rags-agmodule.cfg v1.2.1.0 // Rover Anti Gravity System (RAGS) // created: 03 Jan 2015 -// updated: 15 Dec 2022 +// updated: 18 Dec 2022 // this file: GPL-2.0 by zer0Kerbal @@ -65,17 +65,17 @@ PART GeePol = 0.36 GeeEeloo = 1.66 - Consumption = 0.5 + Consumption = 0.05 } - // // Dimensions: x: 0.33, y: 0.47, z: 0.42 - // // Bounding Box Size: 63.84309 liters - // MODULE - // { - // name = ModuleCargoPart - // packedVolume = 71 - // stackableQuantity = 12 - // } + // Dimensions: x: 0.33, y: 0.47, z: 0.42 + // Bounding Box Size: 63.84309 liters + MODULE + { + name = ModuleCargoPart + packedVolume = 71 + stackableQuantity = 12 + } DRAG_CUBE { diff --git a/GameData/LunaticAeronautics/RoverAntiGravitySystem/RoverAntiGravitySystem.version b/GameData/LunaticAeronautics/RoverAntiGravitySystem/RoverAntiGravitySystem.version index a73ea5f..7d5b89e 100644 --- a/GameData/LunaticAeronautics/RoverAntiGravitySystem/RoverAntiGravitySystem.version +++ b/GameData/LunaticAeronautics/RoverAntiGravitySystem/RoverAntiGravitySystem.version @@ -12,15 +12,15 @@ "VERSION" : { "MAJOR" : 1, - "MINOR" : 4, + "MINOR" : 5, "PATCH" : 0, "BUILD" : 0 }, "KSP_VERSION" : { "MAJOR" : 1, - "MINOR" : 6, - "PATCH" : 1 + "MINOR" : 7, + "PATCH" : 3 }, "KSP_VERSION_MIN" : { diff --git a/GameData/LunaticAeronautics/RoverAntiGravitySystem/changelog.md b/GameData/LunaticAeronautics/RoverAntiGravitySystem/changelog.md index 5b22eac..c1041ef 100644 --- a/GameData/LunaticAeronautics/RoverAntiGravitySystem/changelog.md +++ b/GameData/LunaticAeronautics/RoverAntiGravitySystem/changelog.md @@ -10,6 +10,36 @@ | spacedock | (https://spacedock.info/mod/3166) | | ckan | RoverAntiGravitySystem | +## Version 1.5.0.0-release `` + +* 7 Jun, 2022 +* Released for Kerbal Space Program 1.7.3 +* by zer0Kerbal + +* Recompile for 1.7.3 +* v1.4.0.106 --> v1.5.0.107 +* v1.2.1.0 + * add ModuleCargoPart (early) + * reduced resource consumption from 0.5 to 0.05 + * future will make it scale based upon vessel gross mass + +### Code 1.5.0.0 + +* .OnActive + * allow for [ModuleEnginesFX] + * if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX")) +* closes #88 - [BUG] .OnActive () throwing err + +### Status 1.5.0.0 + +* Issues + * updates #38 - Recompile for major KSP version + * closes #45 - KSP 1.7.x + * updates #85 - [Request]: resource consumption + * closes #87 - Add ModuleCargoPart + +--- + ## Version 1.4.0.0-release `` * 16 Dec 2022 diff --git a/RoverAntiGravitySystem.version b/RoverAntiGravitySystem.version index a73ea5f..7d5b89e 100644 --- a/RoverAntiGravitySystem.version +++ b/RoverAntiGravitySystem.version @@ -12,15 +12,15 @@ "VERSION" : { "MAJOR" : 1, - "MINOR" : 4, + "MINOR" : 5, "PATCH" : 0, "BUILD" : 0 }, "KSP_VERSION" : { "MAJOR" : 1, - "MINOR" : 6, - "PATCH" : 1 + "MINOR" : 7, + "PATCH" : 3 }, "KSP_VERSION_MIN" : { diff --git a/changelog.md b/changelog.md index 5b22eac..c1041ef 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,36 @@ | spacedock | (https://spacedock.info/mod/3166) | | ckan | RoverAntiGravitySystem | +## Version 1.5.0.0-release `` + +* 7 Jun, 2022 +* Released for Kerbal Space Program 1.7.3 +* by zer0Kerbal + +* Recompile for 1.7.3 +* v1.4.0.106 --> v1.5.0.107 +* v1.2.1.0 + * add ModuleCargoPart (early) + * reduced resource consumption from 0.5 to 0.05 + * future will make it scale based upon vessel gross mass + +### Code 1.5.0.0 + +* .OnActive + * allow for [ModuleEnginesFX] + * if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX")) +* closes #88 - [BUG] .OnActive () throwing err + +### Status 1.5.0.0 + +* Issues + * updates #38 - Recompile for major KSP version + * closes #45 - KSP 1.7.x + * updates #85 - [Request]: resource consumption + * closes #87 - Add ModuleCargoPart + +--- + ## Version 1.4.0.0-release `` * 16 Dec 2022 diff --git a/docs/ReleaseNotes/1.5.0.0.md b/docs/ReleaseNotes/1.5.0.0.md new file mode 100644 index 0000000..51f8d99 --- /dev/null +++ b/docs/ReleaseNotes/1.5.0.0.md @@ -0,0 +1 @@ +** 1.5.0.0.md -- diff --git a/docs/changelog.md b/docs/changelog.md index cbdfe41..bc45093 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -22,6 +22,36 @@ CC BY-ND 4.0 by zer0Kerbal | spacedock | (https://spacedock.info/mod/3166) | | ckan | RoverAntiGravitySystem | +## Version 1.5.0.0-release `` + +* 7 Jun, 2022 +* Released for Kerbal Space Program 1.7.3 +* by zer0Kerbal + +* Recompile for 1.7.3 +* v1.4.0.106 --> v1.5.0.107 +* v1.2.1.0 + * add ModuleCargoPart (early) + * reduced resource consumption from 0.5 to 0.05 + * future will make it scale based upon vessel gross mass + +### Code 1.5.0.0 + +* .OnActive + * allow for [ModuleEnginesFX] + * if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX")) +* closes #88 - [BUG] .OnActive () throwing err + +### Status 1.5.0.0 + +* Issues + * updates #38 - Recompile for major KSP version + * closes #45 - KSP 1.7.x + * updates #85 - [Request]: resource consumption + * closes #87 - Add ModuleCargoPart + +--- + ## Version 1.4.0.0-release `` * 16 Dec 2022 diff --git a/json/ksp.json b/json/ksp.json index fb66ebc..ea01b03 100644 --- a/json/ksp.json +++ b/json/ksp.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "KSP", "labelColor": "black", - "message": "1.6.1", + "message": "1.7.3", "color": "66ccff", "style": "plastic" } diff --git a/json/mod.json b/json/mod.json index 702a4bf..60cbf63 100644 --- a/json/mod.json +++ b/json/mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "Rover Anti Gravity System", "labelColor": "BADA55", - "message": "1.4.0.0", + "message": "1.5.0.0", "color": "darkgreen", "style": "plastic" } diff --git a/source/Properties/version.cs b/source/Properties/version.cs index 75091ff..1e50dad 100644 --- a/source/Properties/version.cs +++ b/source/Properties/version.cs @@ -1,4 +1,4 @@ -//106 +//107 // // This code was generated by a tool. Any changes made manually will be lost // the next time this code is regenerated. @@ -24,20 +24,20 @@ */ using System.Reflection; -[assembly: AssemblyFileVersion("1.4.0.106")] -[assembly: AssemblyVersion("1.4.0.0")] -[assembly: AssemblyInformationalVersion("1.4.0")] -[assembly: KSPAssembly("RoverAntiGravitySystem", 1,4,0)] +[assembly: AssemblyFileVersion("1.5.0.107")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyInformationalVersion("1.5.0")] +[assembly: KSPAssembly("RoverAntiGravitySystem", 1,5,0)] namespace RoverAntiGravitySystem { public static class Version { public const int major = 1; - public const int minor = 4; + public const int minor = 5; public const int patch = 0; public const int build = 0; - public const string Number = "1.4.0.0"; + public const string Number = "1.5.0.0"; #if DEBUG public const string Text = Number + "-zed'K BETA DEBUG"; public const string SText = Number + "-zed'K BETA DEBUG"; diff --git a/source/RoverAntiGravitySystem.csproj b/source/RoverAntiGravitySystem.csproj index 581a055..a2bd1db 100644 --- a/source/RoverAntiGravitySystem.csproj +++ b/source/RoverAntiGravitySystem.csproj @@ -42,13 +42,13 @@ ..\docs\Code\Code.xml - + False - + False - + False diff --git a/source/RoverAntiGravitySystemModule.cs b/source/RoverAntiGravitySystemModule.cs index 54314af..156ed2a 100644 --- a/source/RoverAntiGravitySystemModule.cs +++ b/source/RoverAntiGravitySystemModule.cs @@ -181,7 +181,7 @@ public override void OnActive() { foreach (PartModule pm in p.Modules) { - if (pm.moduleName.Contains("ModuleEngines")) + if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX")) thereIsAnEngine = true; } }