Jump to content

JonnyOThan

Members
  • Posts

    1,009
  • Joined

  • Last visited

Posts posted by JonnyOThan

  1. 8 hours ago, Quick_Nils said:

    The issue seems to be fixed FINALLY :D I deinstalled every mod, redownloaded RSMP and its dependencies and installed only those. My best guess is that the cause was the version of module manager. I had the problem with
    version 4.2.3 (wich i believe is the newest). Waterfall comes bundled with version 4.1.4. No clue why the newest module manager version seems to bug out RSMP. Now i hope the game doesnt break after i reinstall all the other mods :lol:

    That *really* shouldn’t be the case…why aren’t you just using CKAN?  99% of the time “I reinstalled everything and it works” just means it wasn’t installed correctly the first time.

    You should verify the assumption about modulemanager.  Upgrade it to the newest version, changing nothing else, and see if the problem returns. For best results, copy your KSP.log and modulemanager.configcache files somewhere else first and then you can compare them to see what changed.

  2. 1 hour ago, Quick_Nils said:

    yes. I can try it without shabby. It worked with TUFX before. Will shaddy still work without shabby? (better looking habtech solar panels and parachutes)

    No, I would have expected having tufx without shabby might have caused something like this.

  3. 15 hours ago, Quick_Nils said:

    Why are my SRB plumes transparent? I used this mod before and it worked fine then. Yes Stock SRBs have the same issue. Im using restock (thus waterfall restock) but since both stock and supported mods (in this case BDB) have the issue i dont think thats it. I checked every dependency. What could cause this?

    Screenshot_8645.png?ex=6636ab3a&is=6624363a&hm=11cc9506c8f96855b14c47b2381cb310f31e8fa8e3d99788d04a641f309599ee&

    Do you have tufx and shabby?

  4. Oh, I never did figure out how scaling is supposed to work.  Do these parts change size for RO?  Cause I’m pretty sure the FreeIVA stuff won’t really work at the stock scales if you connect more than one part together.

  5. 3 hours ago, redekr said:

    Hmm, lots of different things are throwing exceptions so it's hard to pinpoint a cause...you might want to resintall the game and make sure you follow the install instructions for realism overhaul.  Note that using TweakScale with RO is discouraged since most parts are already procedural.

  6. Well, commnet constellation is spewing errors but it’s difficult to say if that’s the cause.

    ugh yeah it’s this problem with rpm again. I assume you were the genesis of the issue that @linuxgurugamer just fixed in REKT, it’s the same thing.

    sterPropMonitor]: No RasterPropMonitorComputer module found on part WBI.BuffaloCab for prop swToggleEngines in internal WBI_BuffaloCabSpaceASET

    Either Buffalo needs to add the rpm computer module to these parts, or I need to add a compatibility patch to RPM.  Or I need to figure out exactly why that hard crashes the game.

  7. 3 hours ago, Shadow Wolf TJC said:

    I found it woefully underdeveloped (like one-of-two-sizes-fits-all underdeveloped)

    Yeah I looked a little deeper, it does seem like it could be expanded.  I'd be surprised if CTT doesn't already have more options though.  But you'd need to figure out which parts from which mods go in which nodes, how much the nodes cost, and how the whole thing will work for different combinations of mods.

    I wonder...is there any way to unlock a tech node based on doing a science experiment?  That seems fairly easy to build, and would be a really cool addition to what you're talking about.

  8. 16 hours ago, Jason Kerman said:

    Hi there! I have a question regarding my planet mod (Kcalbeloh System) on CKAN. Previously all files were packed in one zip file, but now I want to separate the configs and textures into two different zip files. The texture zip has two options and only one of them needs to be installed, just like the pre-release. When I post updates in the future, sometimes only the config files are updated. Could you tell me whether it's possible to be handled by CKAN and what I need to do to make these changes? Thank you!

    The exact details depends on the details.  CKAN is pretty flexible so if you lay out exactly what the different packages are and how they should (or shouldn't) be installed together we can help figure that out.  CKAN can handle multiple packages in a single zip file, but I don't think I know of any examples of one module spanning multiple zip files if that's what you're thinking of.  I would suggest considering how often you expect things to change and the download sizes when deciding how to split stuff up between zip files.  For example if you have two different texture options you might want to put them in different zip files so that only one of them needs to be downloaded.  And I would suggest avoiding putting files that change often inside a large zip file with files that don’t change often (e.g. textures).

  9. 3 minutes ago, Aelfhe1m said:

    @Shadow Wolf TJC There are two parts in the HabTech2 mod that use ht2_02 tanks. The patch you list only fixes one of them. Try this - if I got it right it should fix both (untested):

    !B9_TANK_TYPE[ht2_02]:NEEDS[HabTech2]		{	}
    // Check this NEEDS as it used to be FOR
    @PART[*]:HAS[@MODULE[ModuleB9PartSwitch]:HAS[@SUBTYPE:HAS[#tankType[ht2_02]]]]:NEEDS[HabTech2]
    {
    	@MODULE[ModuleB9PartSwitch]:HAS[#moduleID[tankSwitch]]
    	{
    		@SUBTYPE:HAS[#tankType[ht2_02]]
    		{
    			@name = Air
    			@tankType = KSAir
    			@title = #simplexresources_air
    		}
    	}
    }

     

    A few notes: [*] is unnnecessary since you’re filtering by modules.  NEEDS[Habtech2] is unnecessary as well, although it may improve performance when habtech2 isnt installed.  But once patches are cached it won’t matter.  The @MODULE patch should filter on subtypes rather than moduleID.  And finally the inner patches should probably have ,* in case there’s more than one affected module or subtype.

×
×
  • Create New...