JeffreyCor Posted August 19, 2014 Share Posted August 19, 2014 Is there any interest in having a maintained version of this file?Turns out I had essentially done most of the work in this file until I found it. There doesn't seem to be a github repo to send push requests to, so I'm considering starting up my own.YES!! If that was ambiguous, I'm in favor of the idea Link to comment Share on other sites More sharing options...
Phazon8058 Posted August 22, 2014 Share Posted August 22, 2014 If I wanted to add parts to the config myself, is it as easy as copying and pasting one of the little blocks and changing the part name to the part I want to add? If that made any sense at all?Actually, for example can I just copy this@PART[strutsoportec1]{ @attachRules = 1,1,1,1,0 MODULE { name = KASModuleGrab evaPartPos = (0.0, 0.0, -0.15) evaPartDir = (0,0,-1) storable = True storedSize = 4 attachOnPart = True attachOnEva = False attachOnStatic = False }}And changing it to this?@PART[dmSolarCollector]{ @attachRules = 1,1,1,1,0 MODULE { name = KASModuleGrab evaPartPos = (0.0, 0.0, -0.15) evaPartDir = (0,0,-1) storable = True storedSize = 4 attachOnPart = True attachOnEva = False attachOnStatic = False }}Thank you in advance. Link to comment Share on other sites More sharing options...
WololoW Posted August 22, 2014 Share Posted August 22, 2014 If I wanted to add parts to the config myself, is it as easy as copying and pasting one of the little blocks and changing the part name to the part I want to add? If that made any sense at all?Actually, for example can I just copy this@PART[strutsoportec1]{ @attachRules = 1,1,1,1,0 MODULE { name = KASModuleGrab evaPartPos = (0.0, 0.0, -0.15) evaPartDir = (0,0,-1) storable = True storedSize = 4 attachOnPart = True attachOnEva = False attachOnStatic = False }}And changing it to this?@PART[dmSolarCollector]{ @attachRules = 1,1,1,1,0 MODULE { name = KASModuleGrab evaPartPos = (0.0, 0.0, -0.15) evaPartDir = (0,0,-1) storable = True storedSize = 4 attachOnPart = True attachOnEva = False attachOnStatic = False }}Thank you in advance.I personally would be careful and only do that with parts of equivalent size and shape. Parts of that decide where and how the part attaches to things, and another section decides where on your Kerbal it will be when carrying. If the part you are tying to add is much larger or smaller, the nodes will be off and it will look odd when on your back/attaching/attached. Link to comment Share on other sites More sharing options...
Phazon8058 Posted August 22, 2014 Share Posted August 22, 2014 I personally would be careful and only do that with parts of equivalent size and shape. Parts of that decide where and how the part attaches to things, and another section decides where on your Kerbal it will be when carrying. If the part you are tying to add is much larger or smaller, the nodes will be off and it will look odd when on your back/attaching/attached.Looking through the A_Mechanic_Is-Jeb.cfg file, the parameters are exactly the same for everything in there. I've tested most, if not all the parts I have that are modified and it looks just fine. I think I'm going to go ahead and do it. I'll back things up first though. Thank you for the advice. Link to comment Share on other sites More sharing options...
WololoW Posted August 22, 2014 Share Posted August 22, 2014 (edited) Looking through the A_Mechanic_Is-Jeb.cfg file, the parameters are exactly the same for everything in there. I've tested most, if not all the parts I have that are modified and it looks just fine. I think I'm going to go ahead and do it. I'll back things up first though. Thank you for the advice.Just FYI, the attachrules isn't there for every part in this config, and going off of memory, the values present for pos and dir are different on some. I would suggest still testing it with that and seeing if anything is amiss. Edited August 24, 2014 by WololoW Link to comment Share on other sites More sharing options...
AetherGoddess Posted August 29, 2014 Share Posted August 29, 2014 Since this is generated by script, any chance of releasing that script so we could play with the parameters? maybe add some logic to programatically guess stored sizes, update it for new versions of supported mod (i.e. KSPi experimental converts most parts to tweakscale, and the new B9 did all kinds of rejiggering) or generate our own configs for unsupported mods (looking at you: SCANsat). it seems like the interesting thing here is the mechanism to build the config, not necessarily the config itself. Link to comment Share on other sites More sharing options...
TranceaddicT Posted September 6, 2014 Share Posted September 6, 2014 GavinZac,ModuleManager 2.3.5 is throwing an error:[LOG 12:39:11.872] [ModuleManager] ModuleManager: 5905 patches applied, 195 hidden items, found 1 error1 error in GameData/KAS/KAS_A_Mechanic_Is_Jeb.cfgAssuming masTerTorch's KDEX - Kerbal Dust Experiment v1.02 is what you are referencing line 3541 should read:@PART[KerbalDustExperiment] { Link to comment Share on other sites More sharing options...
Jaxx Posted September 7, 2014 Share Posted September 7, 2014 Since this is generated by script, any chance of releasing that script so we could play with the parameters? maybe add some logic to programatically guess stored sizes, update it for new versions of supported mod (i.e. KSPi experimental converts most parts to tweakscale, and the new B9 did all kinds of rejiggering) or generate our own configs for unsupported mods (looking at you: SCANsat). it seems like the interesting thing here is the mechanism to build the config, not necessarily the config itself.I'm not sure the author's still around, but this would be really great to have nonetheless. Link to comment Share on other sites More sharing options...
somnambulist Posted September 7, 2014 Share Posted September 7, 2014 GavinZac,ModuleManager 2.3.5 is throwing an error:[LOG 12:39:11.872] [ModuleManager] ModuleManager: 5905 patches applied, 195 hidden items, found 1 error1 error in GameData/KAS/KAS_A_Mechanic_Is_Jeb.cfgAssuming masTerTorch's KDEX - Kerbal Dust Experiment v1.02 is what you are referencing line 3541 should read:@PART[KerbalDustExperiment] {The part name changed after the last release of MiJ. And is seriously no one going to take this up? If not, I might, but not sure I have the free time Link to comment Share on other sites More sharing options...
Garoad Posted September 15, 2014 Share Posted September 15, 2014 Since this is generated by script, any chance of releasing that script so we could play with the parameters? maybe add some logic to programatically guess stored sizes, update it for new versions of supported mod (i.e. KSPi experimental converts most parts to tweakscale, and the new B9 did all kinds of rejiggering) or generate our own configs for unsupported mods (looking at you: SCANsat). it seems like the interesting thing here is the mechanism to build the config, not necessarily the config itself.I was just thinking to myself, this would be even cooler if it were a utility. Run the utility and select the parts you want to include in generation from a GUI. If you wanted to go crazy, store persistent settings which can override the values for specific parts. Of course... "going crazy" in this context = lots of work. Link to comment Share on other sites More sharing options...
GavinZac Posted October 14, 2014 Author Share Posted October 14, 2014 (edited) Is there any interest in having a maintained version of this file?Turns out I had essentially done most of the work in this file until I found it. There doesn't seem to be a github repo to send push requests to, so I'm considering starting up my own.Did anyone ever put this on git? I'm happy to help contribute again. If not I'll put it up myself in a few days. There are some new, fun little parts for Jeb to break off and toss into space!I stopped playing to wait for 0.25 and it turns out I severely underestimated the time that that would take...I was just thinking to myself, this would be even cooler if it were a utility. Run the utility and select the parts you want to include in generation from a GUI. If you wanted to go crazy, store persistent settings which can override the values for specific parts. Of course... "going crazy" in this context = lots of work.Sorry, it was nowhere near so complex. It was a PHP script that parsed a plaintext list of part names and just stuck the right formatting around them. Of course, you could maintain a database that generated the file using stored values, but it does seem a bit excessive. Hmm. Edited October 14, 2014 by GavinZac Link to comment Share on other sites More sharing options...
hippomormor Posted December 22, 2014 Share Posted December 22, 2014 You could make a very simple program which displays all cfg files in /GameData/ and then you can distinguish between config cfg's and part cfg's. Then select your parts. A script then reads the word preceding the words: name = (which contains the part name) and appends it in a cfg file with some standard size values.. You could maybe add an option to choose between small, medium or big part. Unfortunately i don't have the time to make it Link to comment Share on other sites More sharing options...
Errol Posted December 23, 2014 Share Posted December 23, 2014 Does this still work in .90? Link to comment Share on other sites More sharing options...
JeffreyCor Posted December 23, 2014 Share Posted December 23, 2014 seems to work just dandy Link to comment Share on other sites More sharing options...
Errol Posted December 23, 2014 Share Posted December 23, 2014 Perhaps once I reach a point in my career where this is relevant I'll give it a try and report, but for now I'd like to very the stability of my install with all the recent updates. I'm running 60 mods or so, mostly pluggins. Lot's of compatibility bugginess, but not too much graphical lag. Link to comment Share on other sites More sharing options...
rabidninjawombat Posted December 23, 2014 Share Posted December 23, 2014 Perhaps once I reach a point in my career where this is relevant I'll give it a try and report, but for now I'd like to very the stability of my install with all the recent updates. I'm running 60 mods or so, mostly pluggins. Lot's of compatibility bugginess, but not too much graphical lag.All this is is basicly a large ModuleManager config. Barring major changes to how Module Manger or KAS works, there shouldnt be a reason this should cause you any trouble. Im using it at the moment as well, and have updated it myself with a few more recent parts Link to comment Share on other sites More sharing options...
Errol Posted December 23, 2014 Share Posted December 23, 2014 Have you posted your updated version anywhere? I remember this being amazingly useful when I was actually using OKS and MKS. Need to unlock them from the tree again... Link to comment Share on other sites More sharing options...
WarrenSchultz Posted December 24, 2014 Share Posted December 24, 2014 I've actually got something like this going already:http://forum.kerbalspaceprogram.com/threads/99235-0-90-MonkeyWrench-0-1-5-For-when-subtlety-and-finesse-just-won-t-doI welcome contributions to the github repo. The main difference between this and A Mechanic Is Jeb is that I'm attempting to use more than just generic mass numbers across the board, and hand-tweaking things.Repository is here Link to comment Share on other sites More sharing options...
Tic-Tac Posted December 25, 2014 Share Posted December 25, 2014 I'd use yours if it had AEIS parts implemented ) Link to comment Share on other sites More sharing options...
DMSP Posted January 14, 2015 Share Posted January 14, 2015 Do I just put this into my game data, or how do I install it? Link to comment Share on other sites More sharing options...
Mecripp Posted January 14, 2015 Share Posted January 14, 2015 Do I just put this into my game data, or how do I install it?Yes just put anywhere in KSP/GameData. Link to comment Share on other sites More sharing options...
DMSP Posted January 14, 2015 Share Posted January 14, 2015 Yes just put anywhere in KSP/GameData.I tried, and it did not work...It says the doc is a .txt thing so maybe that is why. Link to comment Share on other sites More sharing options...
Mecripp Posted January 14, 2015 Share Posted January 14, 2015 (edited) I tried, and it did not work...It says the doc is a .txt thing so maybe that is why.Did you save it that way ? It should be a cfg file.EDIT- You can edit or open them with like notepad if that is what you asking.And the file should look like ( A_Mechanic_Is_Jeb.cfg )EDIT- Or what your trying to pickup is not on the list. Edited January 14, 2015 by Mecripp2 Link to comment Share on other sites More sharing options...
DMSP Posted January 14, 2015 Share Posted January 14, 2015 Did you save it that way ? It should be a cfg file.I did. I can't figure out how to. I am trying agin now. Link to comment Share on other sites More sharing options...
Mecripp Posted January 14, 2015 Share Posted January 14, 2015 And you should have ModuleManager.*.*.* installed if you have pretty much any mod you will have it already but if the file is A_Mechanic_Is_Jeb.cfg.txt just rename and delete the .txt off the name A_Mechanic_Is_Jeb.cfg Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now