Jump to content

[1.8-1.10] Early Bird 0.2.1


taniwha

Recommended Posts

3 hours ago, taniwha said:

Yes, please. I've just updated my build system to create and upload an appropriate .version file. In the process creating version 0.1.4. I expect that while ti's built against KSP 1.4.5, it should work with pretty much any other version of KSP.

So, a min KSP versoin of 1.3.1, max of 1.5.9 ???

CKAN will get the info from the .verison file, please let me know when it's been uploaded 

@taniwha The .version file has a syntax error, and also should list the versions of KSP.   I checked it with https://jsonformatter.org/

  The following is correct and has the KSP info:

{
  "NAME": "EarlyBird",
  "URL": "http://taniwha.org/~bill/EarlyBird.version",
  "DOWNLOAD": "http://taniwha.org/~bill/EarlyBird_v0.1.4.zip",
  "VERSION": {
    "MAJOR": 0,
    "MINOR": 1,
    "PATCH": 4,
    "BUILD": 0
  },
  "KSP_VERSION_MIN": {
    "MAJOR": 1,
    "MINOR": 3,
    "PATCH": 1
  },
  "KSP_VERSION_MAX": {
    "MAJOR": 1,
    "MINOR": 5,
    "PATCH": 99
  }
}

 

Edited by linuxgurugamer
Link to comment
Share on other sites

53 minutes ago, taniwha said:

I was told it could be left out, but thank you for the correct info. And oops, forgot to remove a comma.

I've done up a 0.1.5 to fix the .version.

Great, I'll get it into CKAN later today.

It may be possible to leave the KSP versions out, but I don't know how the CKAN bot deals with that.  Safer just to have it there.

 

Link to comment
Share on other sites

http://ksp.cybutek.net/kspavc/Documents/README.htm

As stated on the Wiki the KSP Version fields are optional and if the NetKAN metadata tried to pull the version info from a AVC .version file when there is none I would presume that CKAN would fall back to the default "ksp_version" value which is listed as "any".

If you want to be safe, don't list the KSP Version info unecessarily in the .version file (it only causes you the hassle of updating it every 3 months now KSP is on a scheduled release cycle) but also get the CKAN guys to put the "ksp_version": "any", field into the NetKAN metadata for the mod.

Link to comment
Share on other sites

On 6/24/2017 at 5:27 AM, taniwha said:

Download: Early Bird 0.1.5. Built against KSP 1.4.5 but should work for pretty much any version of KSP.

@taniwha

I'm working on the netkan file now.  I didn't realize you actually posted a direct link to the file which is on your server.

This is a small problem, because it means that the Netkan bot can't automatically update the info when you come out with a new release.  

It would be better if you either put the download on Spacedock  or on Github in the Releases.  While it's not possible to automatic pushing a release to Spacedock, it is possible to do so with Github (I'm doing it for my mods)

I'll get the netkan finished for the current file, but it will need to be manually updated for every new release.

Link to comment
Share on other sites

41 minutes ago, linuxgurugamer said:

I'm working on the netkan file now.  I didn't realize you actually posted a direct link to the file which is on your server.

This is a small problem, because it means that the Netkan bot can't automatically update the info when you come out with a new release.  

It would be better if you either put the download on Spacedock  or on Github in the Releases.  While it's not possible to automatic pushing a release to Spacedock, it is possible to do so with Github (I'm doing it for my mods)

I'll get the netkan finished for the current file, but it will need to be manually updated for every new release.

We actually can handle Taniwha-style releases automatically as of recently. I've updated this netkan to use that feature.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 1 month later...

I don't understand how to download previous versions from github. What link do I have to click?
It seems it can' be done without CKAN, but I just don't use CKAN. And I need a previous version of this mod because last version bugs RP-1.

Edited by Agustin
Link to comment
Share on other sites

  • 3 months later...
  • 3 weeks later...
  • 5 months later...
  • 4 weeks later...

Probably want to update the versions in the version file, it says 1.3.1 -- 1.5.99 instead of 1.8:

http://taniwha.org/~bill/EarlyBird.version

{
	"NAME":"EarlyBird",
	"URL":"http://taniwha.org/~bill/EarlyBird.version",
	"DOWNLOAD":"http://taniwha.org/~bill/EarlyBird_v0.2.0.zip",
	"VERSION":{"MAJOR":0,"MINOR":2,"PATCH":0,"BUILD":0},
	"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":3,"PATCH":1},
	"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":5,"PATCH":99}
}

 

Link to comment
Share on other sites

  • 3 months later...
  • 3 months later...

I have released version 0.2.1 of Early Bird. This was built against KSP 1.10.0 and tested also with 1.9.1, so should work with 1.8+

The only real change from 0.2.0 is the addition of support for Kerbal Alarm Clock (@Tonka Crash you might be interested in this): the in-flight window provides a button for adding a KAC alarm.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...