Jump to content

Search the Community

Showing results for tags 'module manager'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Welcome Aboard
  • Kerbal Space Program 2
    • KSP2 Dev Updates
    • KSP2 Discussion
    • KSP2 Suggestions and Development Discussion
    • Challenges & Mission Ideas
    • The KSP2 Spacecraft Exchange
    • Mission Reports
    • KSP2 Prelaunch Archive
  • Kerbal Space Program 2 Gameplay & Technical Support
    • KSP2 Gameplay Questions and Tutorials
    • KSP2 Technical Support (PC, unmodded installs)
    • KSP2 Technical Support (PC, modded installs)
  • Kerbal Space Program 2 Mods
    • KSP2 Mod Discussions
    • KSP2 Mod Releases
    • KSP2 Mod Development
  • Kerbal Space Program 1
    • KSP1 The Daily Kerbal
    • KSP1 Discussion
    • KSP1 Suggestions & Development Discussion
    • KSP1 Challenges & Mission ideas
    • KSP1 The Spacecraft Exchange
    • KSP1 Mission Reports
    • KSP1 Gameplay and Technical Support
    • KSP1 Mods
    • KSP1 Expansions
  • Community
    • Science & Spaceflight
    • Kerbal Network
    • The Lounge
    • KSP Fan Works
  • International
    • International
  • KerbalEDU
    • KerbalEDU
    • KerbalEDU Website

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Twitter


About me


Location


Interests

  1. Hi I'm trying to write the config for the planet through Мodule Manager , I wanted to change the name and description of the planet (only from mods!), but my experiments did not help, I need guides on patching PLANETS I found, I can tell you what has to be done in the config. Thansk.
  2. Hi. I've been trying to replace a texture on @raidernick's Huygens probe with one I edited in GIMP. It's saved as a .dds, though strangely it's five times the size of the original skin, and the edit is just the ESA logo replaced with the NASA logo. I have tried to use Module Manager to perform the texture swap, but nothing I tried work. The texture that the game used would always be the default one. My last MM file looks like this: @PART[rn_huygens]:FOR[RN_US_Probes] { @MODEL { %texture = huygens_main, RN_US_Probes/Cassini/huygens_main_NASA } } I'm not at all familiar with Module Manager, but I did read the tutorial. Tried to use no symbol in front of the texture line and then tried the %, but neither worked. Today, I tried renaming my texture file to the one the game uses. What I got was a Huygens probe that was grey. I'm overall unsure exactly what the problem is since I don't know enough about texturing and Module Management to troubleshoot further reliably with a major time investment. I will likely continue to work at the problem myself, but I feel I'm just missing something simple that a more experienced modder would see in an instant such as a syntax error or misuse of Module Manager config files. If anyone can give me some feedback, I would be really appreciative of that. Overall, I wonder if either my .dds is too large (5.4MB vs 1.3MB for the original file), or my MM file is trying to find the wrong part.
  3. Good day to all. I've gotten a bit back into KSP once more; been launching satellites for an RT comm network/constellation in the Kerbin system as well as my first real space station. (The only other "station" I ever attempted was just an orange tank with basic craft utilities bolted on as a fuel depot...) For once I wasn't using SSTO spaceplanes that much. (Just for the initial three KEO sats for a basic network so unmanned launchers could be used without issue.) Lots of rockets this time. (Seems I've gotten pretty decent at doing gravity turns using KER readouts and mimicking what I saw the GravityTurn mod does...) Lots of rockets = lots of fairings. Suffice to say, I got sick of adjusting the fairing settings to my personal default every time I grabbed one from the parts list. Module manager to the rescue! I made catch-all MM CFG where you can change a few settings to whatever you like so you can save yourself some time in the long run: Number of Sides Ejection Force Clamshell Usage Max Length of Sections Visibility of the Interstage Nodes and Truss Here is the MM CFG itself: // This MM Config sets some defaults for your fairings so you don't have to all the time. // The FINAL is there because I make all my personalized MM configs run last after all the mod configs. // I figure it makes sure I catch all changes and mod parts that use/apply/edit the same settings I'm modifying. // Probably safe to remove if you wish. @PART[*]:HAS[@MODULE[ModuleProceduralFairing]]:FINAL { @MODULE[ModuleProceduralFairing] { %nArcs = 2 // Number of fairing sides. In-game Editor Tweakable Limits: 2-6 %ejectionForce = 1000 // Self-explanatory. In-game Editor Tweakable Limits: 0-1000 %useClamshell = True // Self-explanatory: True/False // The next setting controls the max length of each section. // I'm applying a multiplier here to the part's stat. // If you want a hard number, delete the *. // Not a normal tweakable, so I don't know the limits. @xSectionHeightMax *= 3 } @MODULE[ModuleStructuralNode],* // Needs indexing wildcard here since each node is using an instance of this module. { %visibilityState = False // Visibility of the Truss(?): True/False (Related to "showMesh" below; change in tandem.) } @MODULE[ModuleStructuralNodeToggle] { %showMesh = False // Visibility of the Truss: True/False (Related to "visibilityState" above; change in tandem.) %showNodes = False // Visibility of Nodes: True/False } } As you can see, I made sure to annotate it with notes so you (and I) know (remember...) what does what. Just copy it into a plain text file (.txt), then rename it to a .cfg file. I really wish the stock part configs had more notes in them... Where do people get info about modules and such to make proper configs? The official Wiki is kinda half-assed and mildly out-of-date. License is PUBLIC DOMAIN. (It's just a practical config file with some commentary from me...) I'd stick up a file download, but I don't really have anywhere to place it; it's just a text file anyway. (Seems like overkill for me to upload this to something like SpaceDock.) BTW, the config looked A LOT nicer in NotePad++ (Tab spacing here is bigger.) I have a couple of other genericized MM CFGs I made for myself. Dunno if anyone would be interested in them, though: RemoteTech Probe Core Support - Adds SPU and passive antenna to any unmanned command module from any mod. RealPlume "Engage" Audio - Changes the activation sound for RealPlume'd engines (because I shouldn't hear an explosion when at zero throttle and turning an engine bank back on. Too loud for my tastes.) SurfaceLight Replacement - Just replaces the stock ModuleLight with the module from the mod SurfaceLights and sets a default color. I technically have a generic MechJeb config (adds it to all command modules), but I got that off the forum here (MechJeb Embedded).
  4. Hi all, I've developed a Kerbalism profile, and i'm getting ready to update it but want to simplify the process for its installation. Can someone please point me in the right direction for how I set up a MM patch to adjust Kerbalism's settings.cfg? I've looked through the MM wiki and I'm so lost! I want to change the line: Profile = default to Profile = simplified Thanks for your help! Peace.
  5. Okay guys, I've been beating myself up trying to understand ModuleManager and I'm at my wits end. I'm simply trying to move the RN_US_Probes around and out of the generalRocketry node. Unfortunately, all I've done is duplicate the parts in the desired nodes, but I've not eliminated them from generalRocketry. Below is the MMconfig I'm using for the Galileo probe: From the literature, I was under the understanding simply that using a % would replace. Let the edumkating begin. //Galileo Satelite @PART[gdish_actual] { %TechRequired = largeCommunications } @PART[gdish_intended] { %TechRequired = largeCommunications } @PART[galileo_mb] { %TechRequired = advUnmanned } @PART[galileo_aprobe] { %TechRequired = advUnmanned } @PART[galileo_probe_parachute] { %TechRequired = advUnmanned } @PART[galileo_aprobe_bot] { %TechRequired = advUnmanned } @PART[galileo_hs_bot] { %TechRequired = advUnmanned } PART[galileo_hs_mid] { %TechRequired = advUnmanned } @PART[galileo_hs_top] { %TechRequired = advUnmanned } @PART[galileo_probe_hs_parachute] { %TechRequired = advUnmanned } @PART[rn_galileo_scanner] { %TechRequired = advUnmanned }
  6. Hi everyone, looking for module manager experts here. I'm trying to make a patch to support the life support from Kerbalism in some Contract Configurator contract packs and I need to change, via a MM patch, the NEEDS section of a node defined elsewhere. To be specific, I have for example this in the contracts : CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport] { ... } And I need a way to turn it into : CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport|Kerbalism] { ... } Is there any way to do this ? I tried the edit syntax, don't seem to work... : @CONTRACT_TYPE[example]:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport|Kerbalism] { ... } and copying the whole node, doesn't seem to work either : +CONTRACT_TYPE[example]:NEEDS[Kerbalism] { ... } Thanks !
  7. How many Module Manager patches can you get?!?! Lets have a bit of a competition to see who can get the most MM patches while loading. So far I've got 1672 with more mods on the way. How many do you have?
  8. I looked at the Module Manager patches available for stock parts, for instance, adding low level power generation to command pods. These just hack part CFGs and that's pretty neat. There's a similar Module Manager patch to add Burn Together functionality to command pods instead of requiring special parts. Is there a way to do this to kerbals on EVA? Enable Burn Together functionality for that? I've already tried EVA Follower, and this can be used to set kerbals on walking paths and such, but the following behaviour is odd where the following kerbal swaps between running and walking when the leader is always running. And there's wanting to be silly, like putting several kerbals into a marching division or dance troupe. --
  9. TANKS, BUT NO TANKS Download: Spacedock No clutter! Clean out your parts list in the editor so you can find the parts you want! A Module Manager config to hide stock tanks when you have other options available. In flight craft should not be affected. Does not prevent textures from loading, so other parts that rely on the textures will not be affected. Removes 1.25m, 2.5m, 3.75m LF/O tanks and inline monopropellant tanks. Does not affect radial, spaceplane, or other "fancy" tanks. Dependency Module Manager (Not included) Recommended These mods add more versatile parts to replace the stock tanks. SSTU Procedural Parts Kerbal Stock Launcher Overhaul Future Plans Add support for mods such as Lack's SXT which add lots of great parts but also have fuel tanks that are not needed. Please suggest other mods to add. License: Unlicense
  10. I'm trying to do this: @volume = #$../RESOURCE[Kerbolene]/maxAmount$ And it says this in the log: [LOG 19:34:41.286] [ModuleManager] Error - Cannot parse variable search when editing key volume = #$../RESOURCE[Kerbolene]/maxAmount$ I don't understand, any help? Edit: Mods, can you move this to the Help and Support subforum please?
  11. hi guys, some time without KSP and now I came with a lot of updates ahead. so, to my savegame work I need some parts of some mods, but I don't want the entire mods anymore. Is there a way to make a module manager file and make it ignore some parts on loading? can you make an example code please, I'm not very good on scripts. also, is there a way to, for example: "ignore all B9 parts except S2 cockpit" thanks
  12. Wasn't sure if this or the development subforum were more appropriate. Tried searching, but the only relevant stuff I could find was from CollisionFX, which isn't really what I'm trying to do. Having a hard time finding documentation on the particle effects. Modding experience: 3/10. I've only ever played around with a few .cfgs, mostly with rescaling and adding modules. I duplicated the "Puff" engine and turned the copy into a sparkler using fx_exhaustSparks_flameout (like those used to burn off excess hydrogen underneath the space shuttle). Problem is that this is a flameout effect, and it only sparks once every few seconds. Is it possible to change this particle effect to a running effect? I need a constant stream of sparks. I feel like there's something intrinsic to the particle effect itself that won't allow this, but I don't know how to actually edit the effect itself. Here's what I've got. Note that the , running at the end of the fx_exhaustSparks_flameout doesn't have the intended effect. Here is the whole .cfg: +PART[omsEngine] { @name = sparklers -fx_exhaustFlame_white_tiny = 0.0, -0.2816985, 0.0, 0.0, 0.0, 0.0, running fx_exhaustSparks_flameout = 0.0, -0.2816985, 0.0, 0.0, 0.0, 0.0, running @title = Excess Hydrogen Burners @description = Getting RUDs because you forgot to burn off the excess hydrogen that built up under your rocket? Just throw some sparks down there to burn if off! It'll totally be fine! @MODULE,0 { @minThrust = 0.00001 @maxThrust = 0.00001 @heatProduction = 0 allowShutdown = False @PROPELLANT { @ratio = 0.00001 } @atmosphereCurve { @key = 1 100 } } }
  13. What does Module Manager exactly do? I have tried searching the internet but i cant seem to find anything useful so im turning to the KSP community for help In advance thank you
  14. Stock Part Fixes For a long time I wasn't happy with attributes of some parts that nearly prohibite us to use them. So I compiled some inconsitencies and created some Module Manager scripts to change the data. Here is the "Suggestion topic" This is not really a mod, but a script which will need Module Manager, which you can find here Download the mod (ZIP) This zip contains 3 files Consistency fixes : it'll fix many mass and few temperatures inconsitencies. It also add 50RCS to the inline docking port and extend the interaction range of Goo experiment and Lab Jr. Science changes : increase mass of many experiments, size Atmo scan and narowband to match goo canister size and mass. Only small experiments keeps their physicless atribute. ISRU are also more heavy. Delete this file if you don't like it Dubious changes : Basic fin has be buffed to a real fin and Airbrake is now more resistant. Those 2 modifications may change the game play, so delete this file if you don't like that. Feed back is very much appreciated. Further more, I would like to change some data on drag for some parts, but I don't know how to do it. Science rescale (atmo sensor and narrowband scanner) Inconsistency fixes details Science changes details Dubious changes details
  15. Collection of exampels for module manager "Why do I have to perform some experiments multiple times at the same location to max out my sciencegain?" When I asked me this question the Xth time, I started looking arround for a solution, and I found it: module manager. This neat little "plugin" allows you to write custom patches to change the behaviour of parts and some mechanics of KSP. With the help of the official Handbook I figured out a way to achieve my goal: Now, even this is a verry simple patch, it took me quite a while and some help from the community to figure it all out. So I thought for people like me I just post a few things I've done so far and just hope some others do the same to help everyone who wants to learn how to make custom patches. Here is another thing I did: If you need some help finding ideas or a parts name here are 2 usefull links: A basic one Click Me! and a more detailed, advanced one Click Me! It would be nice to see some things other people have done since thats what I'm looking for. So if you have something please share it (doesn't have to be a rainbow like mine) So the "rainbowthing" might have been a bit too much. However: IF you like to post some patches (and I hope you do) please do it in the following format: Give the thing a title, make that title bold and and set the font size to 16, then make a spoiler and put the code inside the spoiler. Awsome Example:
  16. My son has been playing KSP on our computer for a while. Starting in recent days KSP will not load. The progress bar at the bottom of the splash screen chugs along, gets to about 50%, and then resets to about 1/3rd and shows "Module Manager" and will not progress any further. Apologies for not knowing what to do but this is all new to me and I'm just trying to reduce frustration in our house. Any guidance on what to do, short of uninstalling and reinstalling, would be greatly appreciated.
  17. This is a simple Module Manager config that adds a heat shield and ablator to the Mk1 Command Pod. I made this for myself after seeing the pod appears to already have a heat shield, and I thought, "Why not put it to use?". No pics, no clicks, I know Module Manager is required for this to work. It can be obtained here. Download SpaceDock Available on CKAN How to Install 1. Download this and MM 2. Extract file(s) and place into GameData 3. ???? 4. PROFIT! Changelog License
  18. Want to have MechJeb embedded in your ships? Don't like the MechJeb parts? Then I present to you MechJeb Embedded Universal, Now With Career mode support! It has two modes: "Career mode" if you want career mode support, you'll have to go to R&D to unlock modules. "It's Free!" if you want not to go to the R&D to unlock modules, they'll be enabled from the start. This version uses ModuleManager (included 4.0.2) to provide functionality. It does not change your files, it justs appends the MechJeb core at the time of execution. This does not add MechJeb functionality, it just adds the MechJeb module to the command modules. That means that you don't have to manually add MechJeb while building your ship, it will come embedded on the command module (not physically, but in the code). (You can get MechJeb here: https://forum.kerbalspaceprogram.com/index.php?/topic/154834-16x-anatid-robotics-mumech-mechjeb-autopilot-283-3-march-2019/) I take no responsability for what you do to your game (Works on 0.23, all the way thru 1.7.2, you need to have the proper ModuleManager Plug in I included the latest one for convenience) This addon is licensed under the GPL v3, and includes Module Manager by sarbian, swamp_ig, and ialdabaoth, which is licensed CC-BY-SA, forum link here: Module Manager Version 4.0.2 I have no relation to the guys behind MechJeb nor Module Manager, I would like to say thanks to them, and guys, keep up the good job! Download : MechJeb Embedded Universal
×
×
  • Create New...