Jump to content

Dioso

Members
  • Posts

    49
  • Joined

  • Last visited

Posts posted by Dioso

  1. On 1/11/2023 at 8:11 PM, Wolfosito said:

    Hey, I was playing around in blender and modelled a MiG-23 Cockpit using the Size 1 Mk3 shape you use in your mod
    Though you might be interested in taking a look at it
    mig.png
    Left to do is texturing and the actual getting it into the game which is all beyond my knowledge, so here it is if you want it
    Would love helping with the mod

    wow thats actually amazing, would love to see it finished.

  2. On 11/1/2022 at 8:25 PM, Intercept Games said:

    Patch notes Graphic.png

    Hello Kerbonauts!
    We here at mission control are happy to launch patch 1.12.4 on Wednesday November 2nd, 2022 which addresses the long awaited tutorial bug fixes!
    We have also squashed an Alarm Clock bug that ignored custom day/year lengths.
    As we are dedicating our time and effort to launching KSP2, future patches for KSP will be less prioritized but please continue to let us know about any bugs you encounter. Happy launching and remember your parachutes!


    Patch Notes Change Log:
    =================================== v1.12.4 ============================================================
    +++ Bugfixes
    * Fix Alarm Clock input fields ignoring configured custom day/year lengths.
    * Fix Basic Flight tutorial.
    * Fix Go For Orbit tutorial.
    * Fix Intermediate Construction tutorial.
    * Fix Advanced Construction tutorial.
    * Fix Sub Orbital tutorial.
    * Fix Craft Browser not showing the Hopper in Intermediate Construction tutorial.

    New Launcher for KSP on Steam.
    Will serve as a resource for news and updates about KSP & KSP 2 Early Access.
    In addition, you will be able to give feedback through the launcher once KSP 2 has been released into Early Access. 

    WHY ADD THE LAUNCHER MAN, THIS IS SO RIGGED KSP DOESNT NEED A LAUNCHER WHEN STEAM IS THE LAUNCHER ALREADY, THIS NEW UPDATE BROKE MY GAME WHY JUST WHY

     

  3. 10 hours ago, Lisias said:

    It's not a file, it's an Assembly. If you really want to delete the thing, you need to find the DLL file where this Assembly is. Since I don't know BDArmory, I can't further help.

    You really need to talk to the guys that compiled the BDArmory you are using and show them that LOG snipped I gave to you above.

    I got it fixed

    thank you 

     

     

  4. 42 minutes ago, Lisias said:

    Well, it will solve the problem for TS but you will loose the feature - probably the hability to launch rockets.

    It's best to reach the BDA guys and ask for help on the ATW thingy. It should be simple, they will probably tell you a link for downloading whatever has this Assembly with the right version.

    where can i find the BDArmory.Modules.RocketLauncher i dont see it also idm im more on warbirds

     

  5. 2 hours ago, Lisias said:

    Hi again!! :D 

    It's BDArmory this time:

    [ERR 13:20:15.517] AssemblyLoader: Exception loading 'ATW': System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
      at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
      at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
      at AssemblyLoader.LoadAssemblies () [0x000e6] in <39c0323fb6b449a4aaf3465c00ed3c8d>:0
    
    Additional information about this exception:
    
     System.TypeLoadException: Could not resolve type with token 01000010 (from typeref, class/assembly BDArmory.Modules.RocketLauncher, BDArmory, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null)
    

    The ATW thingy is there, but it's an older (or newer) version than the BDArmory.Modules.RocketLauncher is expecting. That "token 01000010" thingy happens when the code tries to link to an unnamed symbol (something private or not exported that was there when the code was compiled, but now it's not).

    You will need to reach the BDArmory guys to see how to fix it. It's probably something silly (something someone forgot to update - are you using CKAN?).

    Cheers!

    Iam using ckan

     

    2 hours ago, Lisias said:

    Hi again!! :D 

    It's BDArmory this time:

    [ERR 13:20:15.517] AssemblyLoader: Exception loading 'ATW': System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
      at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
      at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
      at AssemblyLoader.LoadAssemblies () [0x000e6] in <39c0323fb6b449a4aaf3465c00ed3c8d>:0
    
    Additional information about this exception:
    
     System.TypeLoadException: Could not resolve type with token 01000010 (from typeref, class/assembly BDArmory.Modules.RocketLauncher, BDArmory, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null)
    

    The ATW thingy is there, but it's an older (or newer) version than the BDArmory.Modules.RocketLauncher is expecting. That "token 01000010" thingy happens when the code tries to link to an unnamed symbol (something private or not exported that was there when the code was compiled, but now it's not).

    You will need to reach the BDArmory guys to see how to fix it. It's probably something silly (something someone forgot to update - are you using CKAN?).

    Cheers!

    do i have to delete BDArmory.Modules.RocketLauncher

  6. 5 hours ago, Lisias said:

    ANNOUNCE

    Release 2.4.6.5 is available for downloading, with the following changes:

    • Closes Issues:
      • #219 Apparently, OnCopy parts is misbehaving on Parts with Variants
      • #86 When a root part is scaled, a part attached to it is displaced on the Y axis!

    See OP for the links.

    Notes

    This release finally fixes a long standing bug that ended up being surprisingly (and mysteriously… :blush:) simple to fix. Never before a single line of code fixed so many problems by being deleted:confused:

    The problem described on the latest METAR is no more.

    However… Since I failed to manage to understand why that simple line of code was playing havoc, I choose to distribute this release slowly and carefully. I spent the last 2 days fooling around with TweakScale looking for trouble, but since my playing style let pass trough a long standing bug into mainstream, the true is that these 2 days doesn't means too much… :P 

    In a way or another, one of the reasons this bug leaked into mainstream is because I'm not playing TS 2.5 BETA so much as I used to do  - some of the crafts I made using TS 2.4.5.x would trigger this bug for sure, and so I would had tackled it down before merging the code-tree into what is now TS 2.4.6.x . I will try my best to avoid such mistake again.

    — — — — —

    This Release will be published using the following Schedule:

    • GitHub, reaching first manual installers and users of KSP-AVC. Right now.
    • CurseForge. Soon ™
    • SpaceDock (and CKAN users). Soon™

    The reasoning is to gradually distribute a potentially Support Fest release in a way that would me allow to provide proper support if anything else goes wrong.

     

     

    7 hours ago, Lisias said:

    Found the problem:

    [LOG 02:33:13.815] Applying update LShipParts/LShipPartsRequired/LBP_tweakableComplete/@PART[small*]:NEEDS[TweakScale] to AirplanePlus/Parts/Aero/smallwings/halfwing.cfg/PART[smallwingConnector1]

    This misbehaving patch is patching everything starting with "small", what is way beyound what the author intended:

    [LOG 03:10:04.742] [TweakScale] ERROR: **FATAL** Part smallwingConnector1 (Wing Connector Type F) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.743] [TweakScale] ERROR: **FATAL** Part smallwingConnector2 (Wing Connector Type G) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.743] [TweakScale] ERROR: **FATAL** Part smallwingConnector3 (Wing Connector Type H) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.743] [TweakScale] ERROR: **FATAL** Part smallwingConnector4 (Wing Connector Type I) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.743] [TweakScale] ERROR: **FATAL** Part smallwingConnector6 (Wing Connector Type K) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.743] [TweakScale] ERROR: **FATAL** Part smallwingConnector5 (Wing Connector Type J) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.744] [TweakScale] ERROR: **FATAL** Part smallwingConnectortip (Wing Connector Tip) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.921] [TweakScale] ERROR: **FATAL** Part LSSCmdunit (Large Ship Superstructure Cmdunit (LSS1K)) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.932] [TweakScale] ERROR: **FATAL** Part APC30Cg2A42 (APC 2A42 turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.940] [TweakScale] ERROR: **FATAL** Part HRV1 (HRV1 Armored recovery vehicle) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.940] [TweakScale] ERROR: **FATAL** Part SlatArmor1x1 (SlatArmor1x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.941] [TweakScale] ERROR: **FATAL** Part SlatArmor2x1 (SlatArmor2x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.941] [TweakScale] ERROR: **FATAL** Part SlatArmor3x1 (SlatArmor3x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.941] [TweakScale] ERROR: **FATAL** Part SlatArmor4x1 (SlatArmor4x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.943] [TweakScale] ERROR: **FATAL** Part SlatArmorCorner (SlatArmorCorner) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.943] [TweakScale] ERROR: **FATAL** Part SlatArmorSprocketArmorGreb (Sprocket Armor Greb) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.943] [TweakScale] ERROR: **FATAL** Part SlatArmorRoadwheelGrebArmor (Road wheel Greb Armor) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.944] [TweakScale] ERROR: **FATAL** Part Humvee (Humvee) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.944] [TweakScale] ERROR: **FATAL** Part HVUA30CG (HumVee UA30RC) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.945] [TweakScale] ERROR: **FATAL** Part mk19Turret (MK19 40mm Grenade Launcher) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.945] [TweakScale] ERROR: **FATAL** Part KUB2K12 (KUB2K12) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.946] [TweakScale] ERROR: **FATAL** Part KUB2K12launcher (KUB2K12 2P25 TEL (Launcher Turret)) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.946] [TweakScale] ERROR: **FATAL** Part Missile3M9 (3M9 Intercept Missile) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.947] [TweakScale] ERROR: **FATAL** Part Leopard2A6 (Leopard2 A6 Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.947] [TweakScale] ERROR: **FATAL** Part Leopard2Hull (Leopard 2 Hull) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.949] [TweakScale] ERROR: **FATAL** Part M113Hull (M113 IFV) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.951] [TweakScale] ERROR: **FATAL** Part MilWheel1 (Military style Wheel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.953] [TweakScale] ERROR: **FATAL** Part OShkoshCab (OShkosh Cab) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.953] [TweakScale] ERROR: **FATAL** Part TruckGrebA (Truck GrebA) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.954] [TweakScale] ERROR: **FATAL** Part TruckGrebB (Truck Greb B) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.954] [TweakScale] ERROR: **FATAL** Part BumperGreb (Truck Bumper Greb) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.954] [TweakScale] ERROR: **FATAL** Part TruckIntake (Truck AirIntake) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.955] [TweakScale] ERROR: **FATAL** Part TruckGrebC (Truck FuelTank Greb C) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.955] [TweakScale] ERROR: **FATAL** Part TruckGrebD (Truck FuelTank Greb D) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.955] [TweakScale] ERROR: **FATAL** Part TruckGrebE (Truck Greb E) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.956] [TweakScale] ERROR: **FATAL** Part SMTunguskaAAMT (2K22 Tunguska AAMT Turret CIWS) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.958] [TweakScale] ERROR: **FATAL** Part APC30Cg2A42 (APC 2A42 turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.964] [TweakScale] ERROR: **FATAL** Part HRV1 (HRV1 Armored recovery vehicle) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.964] [TweakScale] ERROR: **FATAL** Part SlatArmor1x1 (SlatArmor1x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.965] [TweakScale] ERROR: **FATAL** Part SlatArmor2x1 (SlatArmor2x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.965] [TweakScale] ERROR: **FATAL** Part SlatArmor3x1 (SlatArmor3x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.965] [TweakScale] ERROR: **FATAL** Part SlatArmor4x1 (SlatArmor4x1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.966] [TweakScale] ERROR: **FATAL** Part SlatArmorCorner (SlatArmorCorner) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.966] [TweakScale] ERROR: **FATAL** Part SlatArmorSprocketArmorGreb (Sprocket Armor Greb) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.966] [TweakScale] ERROR: **FATAL** Part SlatArmorRoadwheelGrebArmor (Road wheel Greb Armor) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.966] [TweakScale] ERROR: **FATAL** Part MilWheel1 (Military style Wheel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.968] [TweakScale] ERROR: **FATAL** Part OShkoshCab (OShkosh Cab) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.968] [TweakScale] ERROR: **FATAL** Part TruckGrebA (Truck GrebA) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.968] [TweakScale] ERROR: **FATAL** Part TruckGrebB (Truck Greb B) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.968] [TweakScale] ERROR: **FATAL** Part BumperGreb (Truck Bumper Greb) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.969] [TweakScale] ERROR: **FATAL** Part TruckIntake (Truck AirIntake) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.969] [TweakScale] ERROR: **FATAL** Part TruckGrebC (Truck FuelTank Greb C) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.970] [TweakScale] ERROR: **FATAL** Part TruckGrebD (Truck FuelTank Greb D) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.970] [TweakScale] ERROR: **FATAL** Part TruckGrebE (Truck Greb E) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.971] [TweakScale] ERROR: **FATAL** Part SecuBot16 (SecuBot16) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.971] [TweakScale] ERROR: **FATAL** Part SecuBot16bad (SecuBot16bad) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.972] [TweakScale] ERROR: **FATAL** Part 105DerpGun (105mm HE DerpGun) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.972] [TweakScale] ERROR: **FATAL** Part 30mmRotaryCannon (30mmRotaryCannon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.973] [TweakScale] ERROR: **FATAL** Part M577APCMG2 (APC MG2 Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.973] [TweakScale] ERROR: **FATAL** Part M577APCMG1 (APC MG1 Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.974] [TweakScale] ERROR: **FATAL** Part DG10K155 (DG10k Ags 155mm Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.974] [TweakScale] ERROR: **FATAL** Part APCDual105Turret (APC Dual 105 Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.974] [TweakScale] ERROR: **FATAL** Part Dual110Turret (Dual 110 mm turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.975] [TweakScale] ERROR: **FATAL** Part WirbelwindFlakTurret (Wirbelwind FlakTurret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.975] [TweakScale] ERROR: **FATAL** Part GOCG75revA (GOCG75 Chain Gun Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.975] [TweakScale] ERROR: **FATAL** Part gunshipTurret (gunshipTurret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.976] [TweakScale] ERROR: **FATAL** Part GustavX2 (Dual 203mm Gustav) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.976] [TweakScale] ERROR: **FATAL** Part H12RocketTurret (Hydra-12 Rocket Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.976] [TweakScale] ERROR: **FATAL** Part H70Pod (H70Pod Rocket Launcher) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.977] [TweakScale] ERROR: **FATAL** Part HeavyArtyS (Heavy Single 105 Cannon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.977] [TweakScale] ERROR: **FATAL** Part HeavyArtyT (Heavy Dual 105 Cannon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.977] [TweakScale] ERROR: **FATAL** Part IBArty16 (IBArty16) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.977] [TweakScale] ERROR: **FATAL** Part BL14inMarkVII (BL_14inMark_VII x4 Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.978] [TweakScale] ERROR: **FATAL** Part M2TurretedHMG (M2 Turreted HMG) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.978] [TweakScale] ERROR: **FATAL** Part M50FixedAero (M50FixedAero) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.978] [TweakScale] ERROR: **FATAL** Part MAC30revB (MAC30revB) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.979] [TweakScale] ERROR: **FATAL** Part MagCannonWMD (MagCannonWMD) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.979] [TweakScale] ERROR: **FATAL** Part MG9142DMiniGunpod (Mg914 2 Gun pod Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.980] [TweakScale] ERROR: **FATAL** Part MortarA (Mortar A) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.981] [TweakScale] ERROR: **FATAL** Part JagTigerPAK44 (JagdTiger 128mm TD Gun) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.981] [TweakScale] ERROR: **FATAL** Part 4X50CalMK2 (4X50cal CIWS Capable) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.982] [TweakScale] ERROR: **FATAL** Part Radial30gatling (Radial 30mm gatling) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.982] [TweakScale] ERROR: **FATAL** Part Railgunturret (Turret mounted Railgun) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.982] [TweakScale] ERROR: **FATAL** Part Single30TurretAlpha (Single 30 Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.983] [TweakScale] ERROR: **FATAL** Part SMsMK9Gren (SMs MK9Gren Grenade Launcher) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.983] [TweakScale] ERROR: **FATAL** Part SpannerHMG (.50cal Heavy Machine gun Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.984] [TweakScale] ERROR: **FATAL** Part PhalanxCIWSSpanner (Spanner's Phalanx CIWS) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.984] [TweakScale] ERROR: **FATAL** Part SSAMCIWS (SolidState AntiMissile turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.984] [TweakScale] ERROR: **FATAL** Part M30StreamlinedAero (SM30 Auto Cannon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.985] [TweakScale] ERROR: **FATAL** Part TankChainGun (Tank Chain Gun) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.985] [TweakScale] ERROR: **FATAL** Part UBoat105revA (Deck mounted Submarine 10.5cm  gun) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.985] [TweakScale] ERROR: **FATAL** Part UD4MinigunBallTurret (UD4 Belly Turret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.986] [TweakScale] ERROR: **FATAL** Part X32ABLSM (X32-WE-ABL Airborne laser weapon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.986] [TweakScale] ERROR: **FATAL** Part GeneralDynamicsXM301 (GD_XM301 Gatling) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.995] [TweakScale] ERROR: **FATAL** Part 1x1slopestructuralPanel (Armored 1x1slope Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.995] [TweakScale] ERROR: **FATAL** Part 2x1slopestructuralPanel (Armored 2x1slope Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.995] [TweakScale] ERROR: **FATAL** Part 2x1structuralPanel (Armored 2x1 Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.996] [TweakScale] ERROR: **FATAL** Part 3x1structuralPanel (Armored 3x1 Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.996] [TweakScale] ERROR: **FATAL** Part 4x1structuralPanel (Armored 4x1 Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.996] [TweakScale] ERROR: **FATAL** Part StairMarinetwinrail2mtr (StairMarineTwinRail2mtr) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.997] [TweakScale] ERROR: **FATAL** Part 1x1structuralPanel (Armored 1x1 Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.997] [TweakScale] ERROR: **FATAL** Part 2x2structuralPanel (Armored 2x2Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.997] [TweakScale] ERROR: **FATAL** Part 3x3structuralPanel (Armored 3x3Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:04.997] [TweakScale] ERROR: **FATAL** Part 4x4structuralPanel (Armored 4x4 Structural Panel) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.004] [TweakScale] ERROR: **FATAL** Part CruiserKitHull (CK Cruiser Kit Hull (part7)) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.022] [TweakScale] ERROR: **FATAL** Part tallventGreb (Intake Vent Hover) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.027] [TweakScale] ERROR: **FATAL** Part StructFrameLong3 (Struct Frame Long 3) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.027] [TweakScale] ERROR: **FATAL** Part StructFrameLong4 (Struct Frame Long 4) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.029] [TweakScale] ERROR: **FATAL** Part SteamTurbine (SteamTurbine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.034] [TweakScale] ERROR: **FATAL** Part LCACdeck (LCAC deck) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.034] [TweakScale] ERROR: **FATAL** Part LCACdeckS (LCAC deck Small) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.038] [TweakScale] ERROR: **FATAL** Part MarineSearchlightMK1 (Marine Search light MK1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.043] [TweakScale] ERROR: **FATAL** Part NavGreenEM (Green Emissive Navlight) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.043] [TweakScale] ERROR: **FATAL** Part NavRedEM (Red Emissive Navlight) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.043] [TweakScale] ERROR: **FATAL** Part NavWhiteEM (White Emissive Navlight) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.048] [TweakScale] ERROR: **FATAL** Part SmokeStack1 (SmokeStack ColdStack) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.048] [TweakScale] ERROR: **FATAL** Part SmokeStack2 (SmokeStack 2 ColdStack) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.049] [TweakScale] ERROR: **FATAL** Part SmokeStack3 (SmokeStack 3 ColdStack) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.050] [TweakScale] ERROR: **FATAL** Part StairRightRail (StairRightRail) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.055] [TweakScale] ERROR: **FATAL** Part TB1pushBar (TB1 Push bar) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.055] [TweakScale] ERROR: **FATAL** Part TB1pushBar2 (TB1 Push bar2) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.055] [TweakScale] ERROR: **FATAL** Part TBTopDeck (TBTopDeck) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.062] [TweakScale] ERROR: **FATAL** Part ShipHatchGreb (Ship Hatch Greeble) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.062] [TweakScale] ERROR: **FATAL** Part ShipHatchGreb2 (Ship Hatch and frame Greeble) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.066] [TweakScale] ERROR: **FATAL** Part WirbelwindFlakTurret (Wirbelwind FlakTurret) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.071] [TweakScale] ERROR: **FATAL** Part ClassicSspine1 (Classic S Spine 1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.072] [TweakScale] ERROR: **FATAL** Part ClassicSspine2 (Classic S Spine 2) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.072] [TweakScale] ERROR: **FATAL** Part ClassicSspine3 (Classic S Spine 3) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.072] [TweakScale] ERROR: **FATAL** Part P61BP3wing (P3 5.8mtr wing) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.072] [TweakScale] ERROR: **FATAL** Part P61BP3wingElevon (P3 wing Elevon) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.076] [TweakScale] ERROR: **FATAL** Part P61Bwing (P61Bwing) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.076] [TweakScale] ERROR: **FATAL** Part P61FighterBrakeS2 (Warbird Air brake) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.076] [TweakScale] ERROR: **FATAL** Part P61FighterBrakeS2A (Warbird Air brake size2A) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.076] [TweakScale] ERROR: **FATAL** Part P61FighterBrakeS1 (Warbird Air brake size 1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.076] [TweakScale] ERROR: **FATAL** Part P61SpoileronS1 (Warbird Spoileron size 1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.091] [TweakScale] ERROR: **FATAL** Part smallCtrlSrf (Elevon 4) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.093] [TweakScale] ERROR: **FATAL** Part smallCargoContainer (SEQ-3 Cargo Storage Unit) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.109] [TweakScale] ERROR: **FATAL** Part smallRadialEngine (24-77 "Twitch" Liquid Fuel Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.110] [TweakScale] ERROR: **FATAL** Part smallRadialEngine.v2 (24-77 "Twitch" Liquid Fuel Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.140] [TweakScale] ERROR: **FATAL** Part smallHardpoint (Small Hardpoint) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.143] [TweakScale] ERROR: **FATAL** Part mediumDishAntenna (Communotron DTS-M1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.155] [TweakScale] ERROR: **FATAL** Part smallClaw (Advanced Grabbing Unit Jr.) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.184] [TweakScale] ERROR: **FATAL** Part mediumFanBlade (R-12 Ducted Fan Blade) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.184] [TweakScale] ERROR: **FATAL** Part mediumHeliBlade (Helicopter Blade Type B) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.185] [TweakScale] ERROR: **FATAL** Part mediumPropeller (Propeller Blade Type B) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.185] [TweakScale] ERROR: **FATAL** Part smallFanBlade (R-062 Ducted Fan Blade) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.185] [TweakScale] ERROR: **FATAL** Part smallHeliBlade (Helicopter Blade Type A) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.186] [TweakScale] ERROR: **FATAL** Part smallPropeller (Propeller Blade Type A) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.218] [TweakScale] ERROR: **FATAL** Part LSVCM3 (PPD-SM400 Service Module) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.218] [TweakScale] ERROR: **FATAL** Part LSmallFuelMod (PPD-SM555 Service Module) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 03:10:05.218] [TweakScale] ERROR: **FATAL** Part LSmallSvcMod (PPD-SM250 Service Module) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0

    SM_AFV also is misbehaving:

    [LOG 02:33:47.570] Applying update SM_AFVs/SM_AFVs/Patches/SM_AftvpaintMM/@PART[APC30Cg2A42]:NEEDS[TweakScale] to SM_AFVs/Parts/APC30Cg2A42/APC30Cg2A42.cfg/PART[APC30Cg2A42]
    [LOG 02:33:47.576] Applying update SM_AFVs/SM_AFVs/Patches/SM_AftvpaintMM/@PART[APC30Cg2A42]:NEEDS[TweakScale] to SM_AFVs/SM_AFVs/Parts/APC30Cg2A42/APC30Cg2A42.cfg/PART[APC30Cg2A42]

    As well SM_Marine:

    [LOG 02:34:08.135] Applying update SM_Marine/Patches/SMM tweakable_MM/@PART[1x1slopestructuralPanel]:NEEDS[TweakScale] to SM_Marine/Parts/12131411s21s-panels/panels.cfg/PART[1x1slopestructuralPanel]
    [LOG 02:34:13.815] Applying update SM_Marine/Patches/SMM tweakable_MM/@PART[*structuralPanel]:NEEDS[TweakScale] to SM_Marine/Parts/12131411s21s-panels/panels.cfg/PART[1x1slopestructuralPanel]

    And some more. This one is going to be problematic. At this point, with some non maintained Add'Ons causing you some trouble (and so there's no way to pull request a fix), and since some of them are already on the pipeline for a Companion (where I'm also fixing these issues), I think the base line of action is you sending me your ModuleManager ConfigCache . I will give it a look and cook a HotFix for you.

    In the mean time, install https://github.com/net-lisias-ksp/TweakScaleCompanion_SMCE/releases . This will alleviate the problem a bit, as I had fixed some of the patchings for LShipParts . Please note that you will need to replace one of the files from LShipParts, see details below.

     

    You share some of the problems as our fellow Kerbonaut @Dioso:

    [LOG 00:49:24.706] [TweakScale] ERROR: **FATAL** Part mediumbow (#autoLOC_SMIndustries_2000038) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.706] [TweakScale] ERROR: **FATAL** Part mediumhullshort (#autoLOC_SMIndustries_2000046) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.709] [TweakScale] ERROR: **FATAL** Part vetteHangar (#autoLOC_SMIndustries_2000112) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.723] [TweakScale] ERROR: **FATAL** Part smallCtrlSrf (Elevon 4) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.723] [TweakScale] ERROR: **FATAL** Part smallCargoContainer (SEQ-3 Cargo Storage Unit) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.735] [TweakScale] ERROR: **FATAL** Part smallRadialEngine (24-77 "Twitch" Liquid Fuel Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.735] [TweakScale] ERROR: **FATAL** Part smallRadialEngine.v2 (24-77 "Twitch" Liquid Fuel Engine) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.764] [TweakScale] ERROR: **FATAL** Part smallHardpoint (Small Hardpoint) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.765] [TweakScale] ERROR: **FATAL** Part mediumDishAntenna (Communotron DTS-M1) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.771] [TweakScale] ERROR: **FATAL** Part smallClaw (Advanced Grabbing Unit Jr.) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.791] [TweakScale] ERROR: **FATAL** Part mediumFanBlade (R-12 Ducted Fan Blade) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.791] [TweakScale] ERROR: **FATAL** Part mediumHeliBlade (Helicopter Blade Type B) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.792] [TweakScale] ERROR: **FATAL** Part mediumPropeller (Propeller Blade Type B) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.792] [TweakScale] ERROR: **FATAL** Part smallFanBlade (R-062 Ducted Fan Blade) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.792] [TweakScale] ERROR: **FATAL** Part smallHeliBlade (Helicopter Blade Type A) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    [LOG 00:49:24.792] [TweakScale] ERROR: **FATAL** Part smallPropeller (Propeller Blade Type A) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0
    

    And some of these problems are from the bad kind:

                    MODULE
                    {
                            name = TweakScale
                            type = free
                            type = free_square

    This is the kind of problem that can ruin your day.

    However…. The culprit for this file is

    [LOG 00:40:28.771] Applying update LShipParts/LShipPartsRequired/LBP_tweakableComplete/@PART[small*]:NEEDS[TweakScale] to SquadExpansion/Serenity/Parts/Propellers/smallFanBlade.cfg/PART[smallFanBlade]

    This thing is blind patching everything starting with "small", including AirplanePlus and Serenity (that are completely unrelated to LShipParts), and (again) this is the reason I advocate so much against the use of wildcards on patching. Someone save some minutes in the past, and now a lot of people are wasting hours. :/ 

    I think you forgot to replace one file from LShipParts when you installed the Companion .

    Download this file https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_SMCE/master/GameData/LShipPartsRequired/LBP_tweakableComplete.cfg

    and then replace the one on your <KSP_ROOT>GameData/LShipPartsRequired . This is for you too, @Dioso - it will not fix all your problems, but it will fix some of them.

    I Did some of work and it had only 105 fatalities i remove jerry trumpet from aviator arsenal remove SM afvs  and replaced how ever when i verify integrity of game files in steam it would always be missing 20-30 files

    https://www.dropbox.com/s/6fhk1q1tqdkh30a/KSP.log?dl=0

     

×
×
  • Create New...