hakan
Members-
Posts
387 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by hakan
-
[KSP 1.8.1] SCANsat [v19.1] -- Dev version [February 20, 2020]
hakan replied to DMagic's topic in KSP1 Mod Development
Well, in some alternate universe, carbon-based non-green lifeforms want to send missions to their central solar body: Solar Probe Plus, Solar Orbiter and possibly more... -
The Colonial Transporter pack contains the Dragon Dock from the Launch Pack as well. I filter them out during the installation via CKAN, but it would be really helpful if the archives are strictly seperated. Sooooo, could you maybe removing the Dragon Dock from the Transporter and ask people to install the Launch Pack as well?
-
[1.8.x+] Waypoint Manager [v2.8.1] [2019-10-22]
hakan replied to nightingale's topic in KSP1 Mod Releases
Could you open up an API for this? I have a list of certain waypoints that my addon might want to push (when they are discovered, that is ) -
MechJeb build #395 from jenkins.mumech.com does not automatically open up the "Steam Solar Panels" from the Vertical Propulsion Emporium. Craft is at http://kerbalx.com/hakan/Rescue%20Vessel%20III , the Streampunk addon is at [removed link to defunct website] Do the panels have to be marked in a certain way to be recognized by MechJeb? My pilot is a Level-0-Jebediah (has just been to the Mun as of yet) and I have unlocked the basic action groups. Link to the save: https://dl.dropboxusercontent.com/u/3665320/MechJeb-SteamSolarPanels/persistent.sfs Link to the craft: https://dl.dropboxusercontent.com/u/3665320/MechJeb-SteamSolarPanels/Rescue%20Vessel%20III.craft Link to the log: https://dl.dropboxusercontent.com/u/3665320/MechJeb-SteamSolarPanels/KSP.log
-
Kerbal Stuff, an open-source Space Port replacement
hakan replied to SirCmpwn's topic in KSP1 Mods Discussions
It's just no-one got around to accept the pull request... But your addon was o.k., so I accepted it just now. You should see your addon in CKAN within the hour, when the daemon gets around to re-build stuff. There is a huge list of stuff from LazTek, though, which I really need to have a closer look into. They don't work well with the default netkan created by kerbalstuff and therefore need (lots of) manual rework. -
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
hakan replied to nightingale's topic in KSP1 Mod Releases
I'll take this question, please Actually, yes, it *does* make sense. For one, as CKAN supports multiple repositories, you can install the dev SCANsat archives from my aptly named CKAN-meta-dev repository (note to self: document this better...) On the other hand, it makes sense to prepare your addon so it is ready whenever your requirements become ready too. At that time, the package would magically become available for installation- 5,203 replies
-
[KSP 1.8.1] SCANsat [v19.1] -- Dev version [February 20, 2020]
hakan replied to DMagic's topic in KSP1 Mod Development
I want to use the SCANUtil.getData() in the current pre-release. That method wants a CelestialBody as an argument, just to read the name from it. How to I get a list of known CelestialBody objects? CelestialBody body = new CelestialBody (); body.bodyName = "Kerbin"; always gives me a null object. Interestingly, the second line does not fail, even if I would have expected a NRE... Full source is at https://github.com/entchen/SCANsat-Notebook/blob/master/source/SCANsat-Notebook/NotebookController.cs , starting from line 33 onwards... -
Could you open an issue over at https://github.com/KSP-CKAN/NetKAN/issues please?
-
[1.0.5] Contract Pack: SCANSat [v0.6.0] [2016-01-19]
hakan replied to DBT85's topic in KSP1 Mod Releases
Isn't there an option in SCANsat to delete scanning data for a given body? Maybe that would help to be offered the "skipped" contract offers... -
[1.1.2] Kerbal Konstructs v0.9.7.1 - Slopey Glidey
hakan replied to AlphaAsh's topic in KSP1 Mod Releases
git user "puetzk" performed a change on December 21th that causes things to be installed directly into GameData... I'll fix that on our side. Fixed, the bot should generate correct files from now on: Showing 104 installed files: - GameData/medsouz - GameData/medsouz/KerbalKonstructs - GameData/medsouz/KerbalKonstructs/Assets - GameData/medsouz/KerbalKonstructs/Assets/ANYMapIcon.png - GameData/medsouz/KerbalKonstructs/Assets/DefaultSiteLogo.png - GameData/medsouz/KerbalKonstructs/Assets/KSCLaunchpad.png ... ... ...- 872 replies
-
- 1
-
I will look into what happened to the API generator... Seems like another one of our daemons breaks things left and right...
-
Universal Storage 1.4.0.0 (For KSP 1.4.x) 13th March 2018
hakan replied to Paul Kingtiger's topic in KSP1 Mod Releases
CKAN holds your "Deprecated" versions now. I hope this will solve our common problem -
One tiny nitpick: Make sure to send your output with an HTTP type of "application/json" instead of "text/html". Make life much easier for parser clients
-
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
hakan replied to nightingale's topic in KSP1 Mod Releases
ckan install ContractConfigurator-ContractPack-SCANsat is your friend now- 5,203 replies
-
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
hakan replied to nightingale's topic in KSP1 Mod Releases
Also, make sure that your version information is three separate numbers instead of one string. We have an enhancement request running to read the shortened version too, but no one picked it up yet. "VERSION":{ "MAJOR":1, "MINOR":6, "PATCH":0 }, instead of "VERSION": "1.6.0",- 5,203 replies