Jump to content

Rusk

Members
  • Posts

    38
  • Joined

  • Last visited

Reputation

2 Neutral

Profile Information

  • About me
    Rocketeer
  1. I don't know what happened but Strategia popped up in "my" CKAN now. With "CustomBarnKit" no longer being flagged as outdated by CKAN I was able to easily install everything fully automated. This is what it looks like.
  2. Sorry I should have taken the time to proof read what I wrote there. What I meant to write is that Strategia is missing from CKAN. All its dependencies are available but in the case of CustomBarnKit the version is not compatible with KSP 1.2.2.1622. The other dependencies I have not checked. I am running CKAN build v1.20.1-0-gd41fe54 (beta). I even pulled the latest CKAN build (at least I think thats the latest build since its the master branch) from github to make sure I am not running an old version.
  3. That was the first action that came to my mind but that was followed by another realization which is that my first thought-of action was so obvious that somebody else must have long taken care of that. I can't believe me to be the first who notices the absence of Strategia from CKAN. CustomBarnKit, ContractConfigurator and ModuleManager are present in CKAN. If you for instance could confirm the actual absence of Strategia in your copy of CKAN I will take it upon me to write up an issue on github.
  4. I am having issues using CKAN to install Strategia. It does not show up in KSP even with using Filter "All". Now smart me resorted to installing from ckan-File (Strategia-1.5.0.ckan); at least I tried but it failed since Custom Barn Kit is not available for KSP 1.2.2 according to CKAN. Haven't even checked all the other Dependencies. What I want to know is if Strategia in its most recent version along with its dependency chain as a whole is compatible to KSP in its most recent version? To me it looks like as if that is not the case and I either have to manually install (there is no force-install/ignore wrong KSP-version type of option in CKAN, is there?) all the dependencies as well as Strategia or I have to downgrade KSP, correct? Hope I am missing something that's going to make this a whole lot easier. [EDIT] Well I played dirty and rebuild CKAN with a different version comparison logic: (For details/reasoning behind why this exists in the first place check this out -> https://github.com/KSP-CKAN/CKAN/pull/1499) //builder.RegisterType<GrasGameComparator>() // .As<IGameComparator>(); builder.RegisterType<YoyoGameComparator>() .As<IGameComparator>(); // YoYoGameComparator Implementation public class YoyoGameComparator : IGameComparator { public bool Compatible(KspVersionCriteria gameVersion, CkanModule module) { return true; // <- The dirty party ;) } } Anyway that way I can install everything I need without having to do it manually. [/EDIT]
  5. Is there any mod out there that allows the storage of any kind of liquid/gas-based fuel in all types of containers that previously were only capable of holding a single type? For instance that mod would allow the storage of monopropellant in fuel tanks that are strictly for liquid fuel and the other way around. Using the search engine looking for "fuel" yielded over 120 pages worth of mentions of that particular word and I couldn't come up with any better search term. I am asking for this because I am playing science mode and I lack certain container sizes for certain fuel types. I could probably easily satisfy that requirement would I be playing regular sandbox which in turn leads me to question the soundness of my request in the first place.
  6. Seems to work for me as well (GTX 780 Ti on 1.0.2). So far no crashes. Thx bud!
  7. Currently I am experiencing extremely slow download rates (~50kb/s). Are there any mirrors out there? A quick google search for "ksp-win-0-90-0.zip" turned up zilch.
  8. Thats a nifty little plugin! Is there any chance you could provide some other maybe numerical cue to indicate the balancedness of the vessel? Because what I have seen from my quick spin I gave it is that the center of mass gets really small to a point where you cant see it but it is still there. Actually knowing that is is zero would be fantastic rather then having to second guess the placement. Also what the guy before me said. That would make your plugin even more compelling!
  9. Just in the very unlikely case that I am wrong I shall say that you probably don't need it.
  10. Thats why I asked the author to provide an option where you can chose the 'ratios' of the attaching sides freely. I am hoping for a positive answer here.
  11. Welcome! I'll not only point you towards 10 great/essential mods but also introduce you to the greatest tuber -for me at least he is- on the topic: Most of them should be 0.20 compatible by now as well. Enjoy Ah and for when you plan your everyday fuel needs, here are two nifty maps for just that purpose: #1 http://forum.kerbalspaceprogram.com/showthread.php/25360-Delta-V-map #2 http://forum.kerbalspaceprogram.com/showthread.php/20993-Request-Delta-V-maps?highlight=delta
  12. Kinda figured that for myself. Now what would be cool if you could make the actual diameters for both sides dynamic as in the user can choose those. That would be fantastic because this way I could produce adapters for literally every part as long as the basic shape is supported and is the same on both sides.
  13. Thanks a bunch for this awesome tool. Would it be possible to generate adapter parts with this as well? Lets take a decoupler as an example that could receive a 3.5m part on one side and decouple a 2.5m part on the other side. I hope this makes sense. EDIT: Looks like you already have sort of an adapter function in your tool. I am not sure how to employ it though. What would "1 to .25" exactly mean? Is it a literal adapter from 1m to .25m or is it a ratio as in 4:1 ?
×
×
  • Create New...