-
Posts
280 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by MrWizerd
-
KSP Interstellar Extended Support Thread
MrWizerd replied to FreeThinker's topic in KSP1 Mods Discussions
Also, I am working on updating the LLL mod. I have done some work on it many years ago, and thus I am fairly familiar with it and love using it. I have got to the point in the game that I will be able to start using KSPI-E properly and thus decided to do some work adding containers, refiners, reactors and such using the resources I have. Last night I found the MU import/export plugin for blender so I may after figuring out how to use that be able to do custom skins for LLL for many of the reactors and such. The problem I am having right now is that I am adding in the all the ISRU so I can start up my transuranic element harvest and refining loops. I started with round tanks but they do not look like much for a base so to LLL I go. I decided that the 2.5m units more or less fit inside the 2x1 units and so converting those was a synch the problem is in making the larger 2x1 units. They should be producing roughly double and some change and be slightly more efficient but I would accept double. Some of the modules that have inputs and outputs are easy to adjust and I have done most of those but found that there are a lot of automatic ones that seem to maybe have a size modifier. When I look for instance at the refrigerator there is a <name = AtmosphereProcessor sizeModifier = 1> The standard unit has a size modifier of 0.5 so double here is two and while I have not tested this exactly it makes sense and likely works that way. The processor works this same way for the Ocean, MethanePyrolysis, etc so I could move those but I am only assuming this is what they do. I will test them later, its just hard to build stacks to do that quickly so its a little slow. < MODULE { name = InterstellarResourceConverter primaryResourceNames = CompressedAir secondaryResourceNames = IntakeAtm requiresPrimaryLocalInEditor = false requiresPrimaryLocalInFlight = false maxPowerPrimary = 10 maxPowerSecondary = 1000 primaryConversionEnergyCost = 0.1 // Cost to Compress 1 atm to 200 atm secondaryConversionEnergyCost = 10 // Decompress }> So I am wondering if the atmospheric processor is affected by the size do these ResourceConverter modules require tweaking or are they based on the size for the atmospheric processor. If not is there a place somewhere that discribes the method to make the converters make, use and produce more for a larger size unit? If I were to increase the size of the 2x1 it would increase its volume by roughly 8 times, if I just stack the module it increases by 2. When I used tweak scale an increase in the atmospheric processor on the refrigerator got to around an 8 when it was like 5m. The tanks are a lot more forgiving for sure, but I am sure to run into similar issues trying to convert the reactors and thermal electric generators and such. Luckily I was not planning on making any of those any bigger than they are. I don't know if they have tweak scale on them I haven't checked but my assumption is that there going to be a bit of a bear after a quick once over of one of the CFG's Any direction on this would be wonderful. -
KSP Interstellar Extended Support Thread
MrWizerd replied to FreeThinker's topic in KSP1 Mods Discussions
I dunno if you got a response on this, but I am seeing MethalOx right there on the list, MethalOx=Methane and Oxidizer in this respect unless it is actually making it Oxygen which it may.... -
Universal Storage II [1.3.1 and 1.4.5 - 1.7.0]
MrWizerd replied to Paul Kingtiger's topic in KSP1 Mod Releases
Testing now! Thanks Ok, They work for sure, the only thing is there four high and hold two, the stock parts are holding 3 and are half the size. I think I will modify them a bit, will repost the new ones, going to try for a two high and four high 3 and 6 slot. Will see how that works, will have there weight compared to stock sizes...- 1,553 replies
-
- kis
- universal storage
-
(and 3 more)
Tagged with:
-
Universal Storage II [1.3.1 and 1.4.5 - 1.7.0]
MrWizerd replied to Paul Kingtiger's topic in KSP1 Mod Releases
I made a new part and have the config as follows. Going to load now will report back in this post under the code. // Universal Storage 2 by Paul Kingtiger, Daishi and DMagic. // See packaged file for license information // This file is best viewed with notepad++ https://notepad-plus-plus.org/ // Using the KSP Module Manager language file included in the mod. // name = USESLWedge { // Shared by all parts in the mod // Module, Author, Manufacturer, Subcategory // These values should never change and are common to all parts. /+ module = Part author = Daishi, DMagic, and Paul Kingtiger, MrWizerd manufacturer = #autoLOC_US_Manufacturer //New Horizons & Nox Industrial subcategory = 0 /- // .- -- .- --.. .. -. --. --. ..- -.-- ... // Common fields // Every part has these core variables /+ // Base attributes title = #autoLOC_US_US_KASWedge_Title //Universal Storage: Equiptment Storage System category = Payload tags = #autoLOC_US_US_KASWedge_Tags //Universal Storage Kerbal Equiptment Locker Attachment description = #autoLOC_US_US_KASWedge_Description //A cargo storage wedge, accessible via EVA. Three size variants are available. cost = 210 mass = 0.039 maxTemp = 2000 fuelCrossFeed = False bulkheadProfiles = wedge crashTolerance = 6 // Tech Tree TechRequired = spaceExploration entryCost = 3600 /- // .- -- .- --.. .. -. --. --. ..- -.-- ... // Special // Contains any special functionality for this part /+ MODULE { name = ModuleInventoryPart InventorySlots = 2 } MODULE { name = ModuleInventoryPart InventorySlots = 6 } MODULE { name = USModuleSwitch SwitchID = 0 TargetModule = ModuleInventoryPart TargetFields = maxVolume|slotsY TargetValues = 6;9;12|2;3;4 } /- // .- -- .- --.. .. -. --. --. ..- -.-- ... // Don't edit anything below this line. Here be dragons! // Drag, Model call, US*Switch // Changing these values breaks the part, so don't do that! /+ name = USESLWedge rescaleFactor = 1 attachRules = 1,0,1,1,0 // Drag angularDrag = 1 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 DRAG_CUBE { cube = A0, 0.3728,0.9311,0.3472, 0.3705,0.9279,0.5354, 0.208,0.952,0.2921, 0.1964,0.9695,0.77, 0.2679,0.8903,0.4183, 0.2678,0.89,0.3715, 0.03621,0.006237,0, 0.4759,0.7672,0.546 cube = A1, 0.7393,0.8775,0.4664, 0.7395,0.9131,0.4804, 0.3049,0.883,0.8821, 0.302,0.876,0.9317, 0.5782,0.9162,0.5992, 0.575,0.9157,0.5959, 0.04838,-0.1969,0, 0.5164,1.206,0.6396 cube = A2, 0.9657,0.8918,0.2612, 0.9661,0.91,0.4883, 0.3029,0.8865,1.325, 0.3,0.8839,1.297, 0.7838,0.9141,0.5997, 0.7942,0.9068,0.5964, 0.04465,-0.3977,0.0002207, 0.5239,1.607,0.6402 } // Model call MODEL { model = UniversalStorage2/Parts/Utility/KASWedge scale = 1, 1, 1 } // Variant switch MODULE { name = USSwitchControl SwitchID = 0 ButtonName = #autoLOC_US_Height //Height ModuleDisplayName = #autoLOC_US_Height //Height variants CurrentVariantTitle = #autoLOC_US_Height ShowPreviousButton = False //ObjectNames = #autoLOC_US_DoubleHeight;#autoLOC_US_TripleHeight;#autoLOC_US_QuadHeight // Disabled size switch due to bug when reverting to VBA ObjectNames = #autoLOC_US_DoubleHeight FuelSwitchModeOne = True //VariantColors = #537a3d,#999999;#3a562a,#999999;#2e4321,#999999 // Disabled size switch due to bug when reverting to VBA VariantColors = #537a3d,#999999 } MODULE { name = USMeshSwitch SwitchID = 0 MeshTransforms = KAS2;KAS3;KAS4 AffectColliders = True DeleteUnused = True } MODULE { name = USDragSwitch SwitchID = 0 DragCubes = A0;A1;A2 } MODULE { name = USCostSwitch SwitchID = 0 DisplayCurrentModeCost = True AddedCost = 0;210;420 } MODULE { name = USMassSwitch SwitchID = 0 DisplayCurrentModeMass = True AddedMass = 0.000;0.039;0.078 } // Wedge attach node definitions NODE { name = attach transform = attach size = 0 method = HINGE_JOINT } /- // .- -- .- --.. .. -. --. --. ..- -.-- ... } // Module Manager // Contains @PART code for Module Manager, things that cannot be placed in within PART{} /+ /- // .- -- .- --.. .. -. --. --. ..- -.-- ... Total failure. . . no part.- 1,553 replies
-
- kis
- universal storage
-
(and 3 more)
Tagged with:
-
Universal Storage II [1.3.1 and 1.4.5 - 1.7.0]
MrWizerd replied to Paul Kingtiger's topic in KSP1 Mod Releases
Hello, I just started playing again after being gone a while, and I was trying to build a lander with a US2 trunk, and noticed the lack of a module to hold the new surface experiments. I tried to remove the KAS tags from the KAS wedge and add the following MODULE { name = ModuleInventoryPart InventorySlots = 6 } and then also attempted MODULE { name = USModuleSwitch SwitchID = 0 TargetModule = ModuleInventoryPart TargetFields = maxVolume|slotsY TargetValues = 6;9;12|2;3;4 } I wasn't sure that this would work, but hoped at least i could get six inventory slots on the new part named USESLWedge BUT the cfg's for these are FAR more complicated than I am used to from when I made some of my own parts. Could someone steer me in the correct direction, or has someone already built a config for this and i am just missing it?- 1,553 replies
-
- kis
- universal storage
-
(and 3 more)
Tagged with:
-
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
MrWizerd replied to sirkut's topic in KSP1 Mod Releases
I am having a problem and it may be that I am stupid. I setup a station with pivitrons from the part rework. In the VAB I can control them, setup there stop points and everything is kosher. However, when I went to launch they are just litterally swinging in the wind. I can not control them, they wont go to stop points they just spin freely 360 degrees around there axis over and over again. They say they are consuming 0 EC, I have 4 large solar panels connected to each of the two arms, and serious battery power on the station but the arms wont lock and work. Did I do something stupid? or did I miss a step, or is there some IR for dummies. I have not played since release and before the parts just worked... I had to sometimes control them manually but they worked as they should all the time, and I don't know what I did wrong, is there a control module I need or? I am stumped. They say uncontrolled, and when I go back to the station from the vab they start spinning like no mans business.... in the VAB the IR parts have no controller listed in there group.... maybe .... I am stumped... MEH I think I figured it out.... -
[Minimum KSP version - 1.11] Kerbal Attachment System (KAS) v1.12
MrWizerd replied to IgorZ's topic in KSP1 Mod Releases
Hey IgorZ thanks for the quick reply, I do apologize, I have not played in a long while. The "A_Mechanic_is_Jeb.cfg" was an old cfg for KAS that gave the ability to grab and store other small parts like small struts and pipes and solar panels and the like to items not included in KAS. I have to admit, I am unsure as to the relation of KIS/KAS nor what handles exactly what function as I have not been playing for a while. But it seems that I am a bit dim, and just didn't know what I was doing I believe I have it all sussed out now. Again thanks for the quick reply.... and the PDF file I found. -
[Minimum KSP version - 1.11] Kerbal Attachment System (KAS) v1.12
MrWizerd replied to IgorZ's topic in KSP1 Mod Releases
Hi, I am having a problem and I am not sure if it is KAS or KIS but for some reason I can not put anything into any KAS container. I can put things under the seats in the command modules, in the boxes for KIS, etc. Also, I have the old A mechanic is jeb cfg file, that uses the old KASModuleGrab command to make smaller parts usable with KAS but it seems to also not work. Is this my problem? or is there a mod that causes this that I may have installed? Thanks for the help in advance. -
I have previously made small parts that were counterweights, just small objects that had different masses so that I could counterweight things. This solves the problem, If you need I can go looking for them just let me know. Otherwise, just choose a part that you like the looks of copy its cfg file, pull out most of its data and just give it a weight, poof counterweight.
-
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
They are really good stuff, there is sixth book, and it was REALLY great. I looked at my audiobook collection the other day and realized I am pushing 200 titles almost. I was shocked. Yeah having github helps to push and pull different stuff to combine them into a single entity. I had to pickup a bunch of the stuff I did and kept that I either didn't give to you or was different from what you had done (like extra colors and such) I was so pissed, what happened was I had a hard drive drop off my raid array and went to rebuild it and while that was going on it dropped again (total failure) and I wasn't paying full attention as my son was bugging me and I told it to pull in the data drive instead of realizing that the drive was offline and POOOF all of everything was gone. So I lost everything I had not backed up elsewhere which wasn't a TON of stuff but enough to be frustrating. -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
First off HEY LACK, long time no talk, Actually the problem with the numbers is actually that the consumption of the different resources was changed so that the consumption/weight/volume was more inline with reality. I had talked with TaranisElsu and he told me he was rolling out new properties Anyway this was back in like June of last year back when I was working pretty heavily on this project and before the hard drive crash that nuked my whole setup. (Partially Hardware failure, partially a mental misfire) Anyways, the numbers that are being used for the 2x1 Lifesupport module were more inline with the old resource consumption. That said the 2x1 if I recall holds 1471 Liters, and if he has infact altered density and consumption to 1L = 1 Kerbin Day then the numbers should be worked from there. I am making a few assumptions that I have not fully looked into but if a 2x1 life support unit is holding 2560L of food, and his consumption have been altered that would be some 10 years (based on a 256d year.... I am not sure what the kerbin year is i have not checked) of food being held in that 2x1 container along with the other stuff, and that is an awful lot IMHO. -
Oh, thank god, I had been beating my head against it for like an hour trying to figure out my error. Thanks for letting me know. I am actually happy to have the vast majority of the buttons clear again. And now that I know how to form these I can go in and exclude some of the textures that are so badly distorted that they are almost unidentifiable.
-
So I went through the trouble to create CFG files for all the plugins I used that have icons for toolbars or assets. I have almost all of them functioning properly accept for RealChute, KerbalKonstructs, and SmokeScreen. For whatever reason they are refusing to stop compressing the textures for those buttons. I am linking all the CFG files so that they can be used, I have copied the edited CFGs from activetexturemanagemnt\activetexturemanagerconfigs\ so if you want to use ones that are in that folder you will need to delete them from that folder and leave my copies in there folder or rename my copies by removing the _fix at the end and then coping them to the activetexturemanagerconfigs folder so that you don't have duplicates. I probably could have used the :final but I dont like using it when I am not the developer of the main items I am finalizing. Anyways here they are and if anyone has any ideas why those three plugins are alwayts being compressed please let me know. https://www.dropbox.com/s/7rdn581x3ywn3h6/Toolbar_Fixes.zip?dl=0 Edit: Sorry, forgot to mention that I used the files that Naten had posted to build these files, and his are included. I make no ownership claims to any of the code, I just put it together for other plugins.
-
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
I have not messed with the tug tbh I will have to test them. The new requirement to have a licence for everything is a little bit of a pain to easily share simple files like that, they have to be zipped now. However, I will get with lack to findout how he would like to distribute them. https://www.dropbox.com/s/9m8hhmcdkjk4wtc/LLL_MMConfigs.zip?dl=0 This is licensed under share and share alike 4 similar to LLL for now. I will leave it here till I discuss this with Lack. -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
Ok guys I have the files with the added HTM file for creative commons 4, which is what Lack stated he wanted to upgrade too. He is busy so he will have to update the OP with 100% correct files, but this is what I had archived. OP Updated, links redundant... thanks for looking at this post! -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
Hey all, Sorry I have been on a bit of a decompression break, had to play another game to get my mojo back. Planet Explorers is Really wicked IMHO anyways, Built this deep space probe from mostly LLL parts... I am going to launch in a minute. I have not messed with the angled cargo ramp, I think that somewhere along the lines I may have miss placed what lack sent me. I will send him an email and have him kick it back over and I will see. -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
Yes, LLL is pretty close on most things for cost balancing and SXT is a bit off, but both are being worked on... Both lack and I have been playing a bit more than modding... -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
yeah you need the tweakscale cfg from this thread not from tweakscale, he has depreciated those so they wont mess with ours. You should only need one copy of firespitter in the firespitter folder. Modular fuel tanks just lets you change what is in each of your tanks... I use it to get rid of extra tanks I don't need. -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
Lack will have to respond in regards to the IVA situation, as I don't know much about that. However, the tweakscale issue I can help with to some degree. First I will make the assumption that you have the latest version, next I will ask what problem your having. I use tweakscale rather extensively and while I have not seen to much of an issue asside from the issues from kspapi compatibility issues and issues when used with modular fuels, all of which have been fixed as of the resent release of modular fuel tanks and kspapi by Taniwha. If you can be specific, I may be able to assist you, but as of right now I have no issues with tweakscale and LLL. -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
Well at current I can not get it to lift off the ground... I don't know what it is that I keep doing to make it not work.... I have the CoM ahead of CoL and the gear are sat behind the CoM just slightly... I have a ton of wing space and 4 engines.... I cant figure it out.... I always have problems designing planes that fly properly though so... -
LLL - Lack Luster Labs - Development Thread
MrWizerd replied to Lack's topic in KSP1 Mod Development
Here are some pictures of the Lack Attack Craft.... Hopefully this will fly, I have not tested it yet.... Fingers crossed cause I think it looks AWSOME ... I cheated though and used procedural wings. -
[1.0.5] TAC Life Support v0.11.2.1 [12Dec]
MrWizerd replied to TaranisElsu's topic in KSP1 Mod Releases
For some reason my water resource is NOT tweakable, all other resources are accept Water and I don't know why... any thoughts?