-
Posts
396 -
Joined
-
Last visited
Everything posted by curiousepic
-
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
curiousepic replied to rbray89's topic in KSP1 Mod Releases
Was an option to disable clouds in map view ever added? -
[1.2] OSE Workshop - KIS Addon: (v1.1.0 - 2016.11.03)
curiousepic replied to ObiVanDamme's topic in KSP1 Mod Releases
Would it be possible to modify this via MM.cfg to the extent that it would act as a un-kerballed 3D printer that can only create certain simple parts, like trusses? -
[1.0.4] Stock Clamshell Fairings (June 1)
curiousepic replied to xEvilReeperx's topic in KSP1 Mod Releases
Nice. Now we just need to be able to strut to the fairing base. -
[1.12.x] Mk2 Expansion v1.9.1 [update 10/5/21]
curiousepic replied to SuicidalInsanity's topic in KSP1 Mod Releases
Also, CKAN will error on updating this if you already have example craft thumbnails, because it doesn't want to overwrite them now that they're packaged with the mod. I'd consider removing the thumbnails from the package for now.- 1,520 replies
-
- parts
- spaceplanes
-
(and 1 more)
Tagged with:
-
[WIP][1.0.4] Part Commander [v0.9.3 - June 28, 2015]
curiousepic replied to seanmcdougall's topic in KSP1 Mod Development
Awesome. I've been using Action Group Manager for this and have always wished I could just access the context actions directly. -
[1.12.x] Mk2 Expansion v1.9.1 [update 10/5/21]
curiousepic replied to SuicidalInsanity's topic in KSP1 Mod Releases
Somehow, the method you used in the update is still being applied and adds a second IFS module after CryoEngine's cfg is applied (first in alphabetical order). I can't figure out why.- 1,520 replies
-
- parts
- spaceplanes
-
(and 1 more)
Tagged with:
-
Resizing parts along one dimension
curiousepic replied to curiousepic's topic in KSP1 Modelling and Texturing Discussion
Ah - got it. After that I just needed to multiply the stack node positions and I'm good to go. Thanks folks! -
[1.8-1.12] TextureReplacer 4.5.3 (8.2.2022)
curiousepic replied to shaw's topic in KSP1 Mod Releases
Those look great! Been waiting for a pack I really liked... hope you can compile it. -
[1.3.0] OPT Space Plane v2.0.1 - updated 29/07/2017
curiousepic replied to K.Yeon's topic in KSP1 Mod Releases
Is there a CLS cfg out there somewhere? Awesome J-cockpit! Any plans for a "native" K cockpit? Also, any chance you could improve the colliders on the cargo bays to prevent them from shaking apart when anything is placed within ~0.2m of the doors!? -
Resizing parts along one dimension
curiousepic replied to curiousepic's topic in KSP1 Modelling and Texturing Discussion
PART { // --- general parameters --- name = j_dropBay module = Part author = K.Yeon // --- asset parameters --- // mesh = j_dropbay.mu scale = 1 rescaleFactor = 1 MODEL { model = OPT/Parts/j_4m_dropBay/j_dropbay.mu scale = 1.0,1.2,1.0 } // --- node definitions --- node_stack_top = 0.0, 2, 0, 0.0, 1.0, 0.0, 4 node_stack_top01 = 0.0, -2, 0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -2, 0, 0.0, -1.0, 0.0, 4 node_stack_bottom01 = 0.0, 2, 0, 0.0, 1.0, 0.0, 2 // --- editor parameters --- TechRequired = heavyAerodynamics entryCost = 8000 cost = 700 category = Utility subcategory = 0 title = J- Experimental Cargo Bay manufacturer = OPT Aerospace Division description = After a few individuals complained about the necessity of using boosters to remove rovers, OPT engineers designed this drop bay to allow you to drop your vehicles directly downwards. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,1 // --- standard part parameters --- mass = 1 maximum_drag = 0.1 minimum_drag = 0.1 angularDrag = 2 crashTolerance = 12 breakingForce = 500 breakingTorque = 600 fuelCrossFeed = True maxTemp = 2800 dragModelType = default bulkheadProfiles = j MODULE { name = ModuleAnimateGeneric animationName = Default Take startEventGUIName = Open Bay Doors endEventGUIName = Retract Bay Doors actionGUIName = Toggle Bay Doors } MODULE { name = ModuleLiftingSurface deflectionLiftCoeff = 2.5 dragAtMaxAoA = 1 dragAtMinAoA = 0.2 useInternalDragModel=False } MODULE { name = ModuleCargoBay DeployModuleIndex = 0 closedPosition = 0 lookupRadius = 2 nodeOuterForeID = top nodeOuterAftID = bottom nodeInnerForeID = top01 nodeInnerAftID = bottom01 } DRAG_CUBE { cube = A, 11.1875,0.4370629,0.87517, 11.1875,0.4370629,0.87517, 8.820808,0.8158172,0.4776478, 8.820808,0.8158172,0.4776478, 5.373057,0.3214514,2.091768, 5.373057,0.321452,2.091768, 0,0,0, 5.113532,4.000007,4.000006 cube = B, 10.0625,0.4666571,0.87517, 10.0625,0.4666571,0.87517, 8.820808,0.8184709,0.510589, 8.820808,0.8184709,0.510589, 20.51997,0.2769492,2.091768, 20.51997,0.2769493,2.091768, 0,0,0, 5.113532,4.000007,4.000006 } } -
Resizing parts along one dimension
curiousepic replied to curiousepic's topic in KSP1 Modelling and Texturing Discussion
I tried the method linked above, found the model path, and commented out the mesh and the rescaleFactor. But the part is now just not being loaded by the game - not visible in VAB, not in the debug Config Database. Has the format changed since that post or something? -
Mk3 Expansion - [KSP 1.12x] Version 1.6 [10/5/21]
curiousepic replied to SuicidalInsanity's topic in KSP1 Mod Development
I was just today wishing for a short (half-small-cargo bay) size service part. I'd take more monoprop/battery capacity over open space.- 864 replies
-
Resizing parts along one dimension
curiousepic replied to curiousepic's topic in KSP1 Modelling and Texturing Discussion
That's fine. How would I add a model node for an existing mod part? EDIT: Trying this first: http://forum.kerbalspaceprogram.com/threads/62918-Change-PART-from-mesh-to-MODEL-form?p=860349&viewfull=1#post860349 -
How best to stretch a part along one axis/dimension for parts that don't use a model node? Do I need to add a model node? If you want specifics, I want to give OPT's J- Experimental Cargo Bay a half meter or so of length to better accommodate 2.5m USI containers. I tried searching for this but everything is about resizing in all dimensions with rescaleFactor, etc.
-
Hmm. Well, I refresh all the time, so nothing to do with that. I was able to install AVP Cloud pack *without* checking the main AVP package. It seemed like once AVP main was checked, many other mods would throw the module error when checked, but as long as it wasn't, only a few mods will throw it. Anyhow I've given up on AVP packs after realizing I didn't actually want them with EVE and Scatterer running anyway, but I am still getting that error for a few other mods.
-
[1.4] SpaceY Heavy-Lifter Parts Pack v1.17.1 (2018-04-02)
curiousepic replied to NecroBones's topic in KSP1 Mod Releases
I thought I'd had HotRockets installed, but it looks good now. Love your part packs btw! -
CKAN 1.6.18-0 KSP win64 version beast of a .ckan: { "spec_version": "v1.6", "identifier": "installed-default", "version": "2015.05.29.05.12.16", "license": "unknown", "name": "installed-default", "abstract": "A list of modules installed on the default KSP instance", "kind": "metapackage", "depends": [ { "name": "USI-Tools", "version": "provided by USITools" }, { "name": "CustomAsteroids-Pops", "version": "provided by CustomAsteroids-Pops-Stock-Outer" }, { "name": "TACLS-Config", "version": "provided by TACLS-Config-Stock" }, { "name": "MKS", "version": "provided by UKS" }, { "name": "OKS", "version": "provided by UKS" }, { "name": "USI-UKS", "version": "provided by UKS" }, { "name": "DistantObject-config", "version": "provided by AstronomersPack-DistantObjectEnhancement" }, { "name": "PFTextures", "version": "provided by ProceduralFairings-Textures-KW" }, { "name": "NearFutureConstruction", "version": "0.5.2.repackaged0" }, { "name": "KerbalFlightData", "version": "R18" }, { "name": "CryoEngines", "version": "0.1.5.repackaged0" }, { "name": "TemperatureGaugeKiller", "version": "2.0" }, { "name": "TweakableEverything", "version": "1.11.5" }, { "name": "ActsEW", "version": "1.5" }, { "name": "StationPartsExpansion", "version": "0.3.2" }, { "name": "KIS", "version": "1.1.4" }, { "name": "TACLS", "version": "v0.11.1.20" }, { "name": "RasterPropMonitor", "version": "v0.19.4" }, { "name": "KerbalFoundries", "version": "Beta_1.8g" }, { "name": "RoverWheelSounds", "version": "1.2" }, { "name": "ColorCodedCans", "version": "1.1.0" }, { "name": "EVAManager", "version": "6" }, { "name": "QuickHide", "version": "v3.01" }, { "name": "CriticalTemperatureGauge", "version": "1.0.2-e" }, { "name": "surfacelights", "version": "1.0" }, { "name": "KSPAPIExtensions", "version": "v1.7.2" }, { "name": "notes", "version": "0.10.1" }, { "name": "ModuleManager", "version": "2.6.5" }, { "name": "KAS", "version": "0.5.1" }, { "name": "QuickExit", "version": "v1.30" }, { "name": "CommunityResourcePack", "version": "0.4.2" }, { "name": "CommunityTechTree", "version": "2.1" }, { "name": "TweakScale", "version": "v2.1" }, { "name": "NavballDockingIndicator", "version": "7" }, { "name": "HyperEdit", "version": "1.4.1" }, { "name": "RasterPropMonitor-Core", "version": "v0.19.4" }, { "name": "SCANsat", "version": "v12.0" }, { "name": "NearFutureSpacecraft", "version": "0.4.1" }, { "name": "NavHud", "version": "1.2.1" }, { "name": "TakeCommand", "version": "1.1.3" }, { "name": "TACLSMining", "version": "1" }, { "name": "TextureReplacer", "version": "2.4.4" }, { "name": "NearFutureSolar", "version": "0.5.1" }, { "name": "QuickSearch", "version": "v1.12" }, { "name": "RCSSounds", "version": "4.3" }, { "name": "ModularRocketSystemsLITE", "version": "1.6.5" }, { "name": "EditorExtensions", "version": "2.8" }, { "name": "KerbalAlarmClock", "version": "v3.3.2.1" }, { "name": "TacFuelBalancer", "version": "v2.5.1" }, { "name": "LandingHeight", "version": "1.4" }, { "name": "CustomAsteroids", "version": "v1.1.0" }, { "name": "CrossFeedEnabler", "version": "v3.3" }, { "name": "USITools", "version": "0.4.1" }, { "name": "SpaceY-Lifters", "version": "0.14" }, { "name": "IR-Model-Rework-Core", "version": "v01b" }, { "name": "CustomAsteroids-Pops-Stock-Inner", "version": "v1.1.0" }, { "name": "BDAnimationModules", "version": "v0.6.1" }, { "name": "Toolbar", "version": "1.7.9" }, { "name": "ToadicusTools", "version": "12" }, { "name": "StockBugFixModules", "version": "v1.0.2d.3" }, { "name": "TransferWindowPlanner", "version": "v1.3.0.1" }, { "name": "SensibleScreenshot", "version": "1.1.0" }, { "name": "QuickScroll", "version": "v1.22" }, { "name": "KerbalJointReinforcement", "version": "v3.1.3" }, { "name": "MechJeb2", "version": "2.5.1" }, { "name": "ShipManifest", "version": "4.2.1.1" }, { "name": "PersistentRotation", "version": "0.5.3" }, { "name": "TACLS-Config-Stock", "version": "v0.11.1.20" }, { "name": "TurboNisuReloaded", "version": "2015-05-06" }, { "name": "NearFutureProps", "version": "0.3.1" }, { "name": "KerbalEngineerRedux", "version": "1.0.16.6" }, { "name": "FirespitterCore", "version": "v7.1.3" }, { "name": "ProceduralFairings", "version": "v3.14" }, { "name": "BetterBuoyancy", "version": "v1.2" }, { "name": "FilterExtensionsDefaultConfig", "version": "2.2.1" }, { "name": "AtomicAge", "version": "2.0" }, { "name": "QuickGoTo", "version": "v1.11" }, { "name": "DistantObject", "version": "v1.5.5" }, { "name": "UKS", "version": "0.30.4" }, { "name": "USI-FTT", "version": "0.4.1" }, { "name": "InfernalRobotics", "version": "v0.21.2" }, { "name": "QuickStart", "version": "v1.01" }, { "name": "AtmosphericSoundEnhancement", "version": "2.2" }, { "name": "StockPlugins", "version": "v1.03" }, { "name": "MenuStabilizer", "version": "1" }, { "name": "AlternateResourcePanel", "version": "2.7.1.0" }, { "name": "PorkjetHabitats", "version": "0.4" }, { "name": "AstronomersPack-DistantObjectEnhancement", "version": "Interstellar.V2" }, { "name": "CustomAsteroids-Pops-Stock-Outer", "version": "v1.1.0" }, { "name": "InterstellarFuelSwitch", "version": "1.5" }, { "name": "ConnectedLivingSpace", "version": "1.1.3.0" }, { "name": "SelectRoot", "version": "2015-05-17" }, { "name": "AIESAerospace-Unofficial", "version": "1.5.1" }, { "name": "FilterExtensions", "version": "2.2.1" }, { "name": "KerbalAircraftExpansion", "version": "v2.5.1.repackage0" }, { "name": "StockFairingTweaker", "version": "1.0" }, { "name": "ModularFlightIntegrator", "version": "1.0" }, { "name": "InterstellarFuelSwitch-Core", "version": "1.5" }, { "name": "QuantumStrutsContinued", "version": "1.3" }, { "name": "FirespitterResourcesConfig", "version": "v7.1.3" }, { "name": "ProceduralFairings-Textures-KW", "version": "0" }, { "name": "Firespitter", "version": "v7.1.3" }, { "name": "AnalogControl", "version": "1.5.2" }, { "name": "DavonTCsystemsMod", "version": "076" } ] } Click Astronomer's Visual Pack, recieve error "Unhandled exception... Cannot install KSPAPIExtensions, module not available." Details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** CKAN.ModuleNotFoundKraken: Cannot install KSPAPIExtensions, module not available at CKAN.CkanModule.FromIDandVersion(Registry registry, String mod, KSPVersion ksp_version) at CKAN.RelationshipResolver.<RelationshipResolver>c__AnonStorey0.<>m__0(String name) at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at CKAN.RelationshipResolver..ctor(ICollection`1 moduleNames, RelationshipResolverOptions options, Registry registry, KSPVersion kspversion) at CKAN.MainModList.ComputeConflictsFromModList(Registry registry, IEnumerable`1 changeSet, KSPVersion ksp_version) at CKAN.Main.UpdateChangeSetAndConflicts(Registry registry) at CKAN.Main.ModList_CellValueChanged(Object sender, DataGridViewCellEventArgs e) at System.Windows.Forms.DataGridViewCell.SetValue(Int32 rowIndex, Object value) at System.Windows.Forms.DataGridView.PushFormattedValue(DataGridViewCell& dataGridViewCurrentCell, Object formattedValue, Exception& exception) at System.Windows.Forms.DataGridView.CommitEdit(DataGridViewCell& dataGridViewCurrentCell, DataGridViewDataErrorContexts context, DataGridViewValidateCellInternal validateCell, Boolean fireCellLeave, Boolean fireCellEnter, Boolean fireRowLeave, Boolean fireRowEnter, Boolean fireLeave) at System.Windows.Forms.DataGridView.CommitEdit(DataGridViewDataErrorContexts context) at System.Windows.Forms.DataGridView.NotifyCurrentCellDirty(Boolean dirty) at System.Windows.Forms.DataGridViewCheckBoxCell.OnCommonContentClick(DataGridViewCellEventArgs e) at System.Windows.Forms.DataGridView.OnCellContentClick(DataGridViewCellEventArgs e) at System.Windows.Forms.DataGridViewCell.OnMouseUpInternal(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnCellMouseUp(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.DataGridView.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- ckan Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///F:/Desktop/ckan.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34251 built by: FX452RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.CSharp Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Dynamic Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll ---------------------------------------- Anonymously Hosted DynamicMethods Assembly Assembly Version: 0.0.0.0 Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.ComponentModel.DataAnnotations Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll ---------------------------------------- System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. The checkbox stays checked, but the "go to changes" button is grayed.
-
Thanks for the quick fix pjf. I have an issue though - it looks like KAE KSPAPIExtensions is still not registering as compatible with 1.0.2. A couple days ago, I was able to install the Astronomer's Packs, but today they're throwing a module not found exception for KSPAPIExtensions and not letting me install them. Anyone know why this would change? Is it something I can fix on my end? I think I have KAE installed manually, and the dll is also packaged with a handful of other mods.
-
[1.4.*] [2.5.3] (2018-04-06) UbioZur Welding Ltd. Continued
curiousepic replied to girka2k's topic in KSP1 Mod Releases
Is there a known reason some mod parts (from Near Future Construction) are not retaining their Tweakscale scale in the weldment? EDIT: I just realized I personally added the TweakScale module to these parts via a MM.cfg. Would that be why? -
[1.4] SpaceY Heavy-Lifter Parts Pack v1.17.1 (2018-04-02)
curiousepic replied to NecroBones's topic in KSP1 Mod Releases
I'm getting this issue with the Ratites. rawghi said they found an imcompatability with QuizTech, but I've never had that installed. I did however recently switch to the win64 version. -
This is joyous, no issues, haven't crashed for hours, order of magnitude higher FPS with high part count, and 90+ mods!
-
[1.1.2] Kerbal Inventory System (KIS) 1.2.12
curiousepic replied to KospY's topic in KSP1 Mod Releases
Another thing I'd love to be able to do - use tools (ie screwdriver to allow attaching) from a Command Seat. This would allow you to use IR robotic arms to move Engineers around and operate on your vessel without having to deal with maneuvering with RCS, as with real Shuttle missions. (Ideally we'd have a foot grip model to put on the ends of the arm)