The All-in-One Guide to OXZ Packaging and Distribution

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6310
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

The All-in-One Guide to OXZ Packaging and Distribution

Post by Diziet Sma »

Ok.. so you've made a shiny new Oolite eXpansion Pack (or you've buffed and polished your old ones), and now you want to get it all bundled up and made available through the new Expansion Manager built into Oolite 1.80. But not only does it seem kinda complicated, information on just how to do all that seems to be scattered all over the place. Why isn't there a clear set of step-by-step instructions?

Well.. now there is. And even better yet, you've found it!


However, first things first. Since this is possibly your first foray into the "Dark Side" of Oolite, as we call it, it won't hurt to get into some good habits right from the start, yes? Believe me, they will save you no end of hassle down the road. If you're an old hand at making OXPs, you can skip down to the next section.

To begin with, you should read the OXP Development Best Practices thread, here on the BB. It has many useful hints and tips, besides other valuable information.

Also, you should be sure to read the posted [EliteWiki] OXP standards Guide, on the [EliteWiki] Oolite Wiki. This document is updated as each new version of Oolite is released, and describes the current standards, as well as things that may have changed from earlier versions. If you make sure your project is compliant with this, you're off to a good start.

At this point, you may, or may not, need to go back and tweak a few things to make your project compliant with the recommendations.

Next, it is very important that you choose a suitable license for your project. This specifies what others may and may not do with your creation. The "CC-BY-NC-SA 3.0" license has been a common choice for OXPs until now, but you may want to consider using the improved, recently released CC-BY-NC-SA 4.0 version for your work. You should read the Licensing OXPs thread for more information.

If you're still in the process of developing and testing your project, I strongly recommend that you make use of cim's build scripts. They make testing and trouble-shooting a breeze! See the notes at the end of this Guide for details.



Having gotten all that out of the way, you're most likely already sitting there with your project in a myoxpproject.oxp folder, ready for conversion to an OXZ, to be followed by making it publicly available. Here are the steps you'll need to take, in recommended order:

  1. Send a PM to cim, requesting a username and password for administering your OXZs at the oolite.org website. On the Oolite Expansion Packs page, there is a link titled "upload your manifest files", which you use to log in.
  2. Send a PM to maik, requesting a username and password for the Oolite Wiki. You will need this for uploading your finished OXZ to the wiki, and (if you wish) creating a wiki-page with information about your Expansion Pack.
    • (It's best to get these two steps taken care of early, so that while you're waiting for your logins to arrive, you can continue with repackaging your OXP)
  3. Create a [EliteWiki] manifest.plist for your OXZ. Once you have a login from cim, there will be a "New Manifest" tool available to you at oolite.org. Not only do you use it to submit manifests, you can use it to generate a draft manifest.plist for your project. However, while you're waiting for your login details, you can use the following code as a template to create the internal copy of the manifest. Once done, save it with the filename manifest.plist and place it inside your myoxpproject.oxp folder. Note that "identifier" is a "set once" item. In other words, the oxp-name you put here should be generic, and not include a version number. Putting anything version-specific in the identifier will only lead to problems and confusion later.

    Code: Select all

    {
    	"identifier" = "oolite.oxp.author-name.oxp-name";
    	"required_oolite_version" = "1.80";
    	"title" = "My OXP";
    	"version" = "1.0";
    	"category" = "Choose one of the following - Activities Ambience Dockables Equipment HUDs Mechanics Missions Retextures Ships Systems Weapons Misc";
    	"description" = "A short description of your OXP goes here. This is also a good place to put a note about any dependencies or conflicts, since while the Expansion Manager will tell the user there are dependencies or conflicts, it won't specify exactly what they are.";
    	"author" = "Your Name";
    	"file_size" = "xxxxxxx (not needed for INTERNAL version. Size is in BYTES, with NO COMMAS)";
    	"information_url" = "Link to wiki page or Oolite BB thread goes here";
    	"license" = "CC-BY-NC-SA 4.0";
    }
  4. Open your myoxpproject.oxp folder, so that you are viewing the contents of that folder. It is very important that you are not viewing the myoxpproject.oxp folder itself. Now select all the contents, including the manifest.plist you just made, and zip them up, so that you have a file named myoxpproject.zip.
  5. Rename this file, changing the .zip extension to .oxz, so that you have: myoxpproject.oxz
  6. Test that the OXZ you just made actually works. Remove the myoxpproject.oxp folder from AddOns, and replace it with the myoxpproject.oxz. Start Oolite up and confirm that everything is working as intended. If it's not loading, you most likely made a mistake with the manifest.plist or the zipping process.
  7. Now you need to upload your OXZ to the Wiki. Before you do so, though, you should give some thought as to how you name the uploaded file. Essentially, it comes down to deciding whether or not to include the version number as part of the filename. If you include a version number, you'll be able to track the number of downloads of each version separately, whereas if you don't include a version number, and use a more general name instead, download totals can be tracked cumulatively. (See the notes at the end of this Guide for details about tracking download counts.) It really comes down to your personal preference, but is worth giving some consideration to, since, if you have a lot of OXZs uploaded and then change your mind, switching everything over to the other system will be quite a bit of work. There is a thread discussing these points here, which you may wish to read as well.
  8. To upload your OXZ, you'll need the Wiki login details you got from maik. After logging in, you'll see an extra option in the 'Toolbox' on the left-hand side of the wiki, named "Upload file". Click on it, and you'll be taken to a page where you can browse to your OXZ, set a different filename for it if you wish to do so (optional), and add a comment that, later on, will make it easier to remember what you did with that particular version. (also optional). If you've decided to go with a general filename, rather than versioned filenames, the comments are probably the best place to note the version number of individual updates. When you're satisfied, click on the "Upload file" button at the bottom of the page. The page will not update until the file has fully uploaded, so if you have a large OXZ, it may take a while, but don't worry, your browser hasn't crashed.
  9. When your OXZ has finished uploading, you'll see something similar to this. Of course, the actual details will pertain to your OXZ, not the one in this example:

    Image

    The most important thing of note here, is the actual link to where the OXZ is stored on the Wiki. In the above screenshot, it's been circled in red. You need to right-click this link and copy the link location. Paste it into a text file to ensure you have a copy of this link. It's a good idea to bookmark this page in your browser for later access, as well. You'll notice that you can also upload a new version, or revert to an older version, from here, and if you later create a wiki page for your OXZ, this page will also show what wiki pages link to your file.

    Note that the example above shows a versioned filename, so when version 1.5 gets uploaded, it will have a different link than the 1.4 version, and downloads for each will be counted separately. Below is an example of a file with a more general name (i.e. - no version number), which will allow cumulative download totals to be tracked, simply by using the "Upload a new version of this file" link.

    If you choose the generic naming system, the download link that the wiki generates always remains the same, i.e. the link will always point to the most current version of the OXZ, and you won't ever again need to edit this detail once entered into the manifest at oolite.org (which will be covered next). Note also that although maik hasn't included version numbers in his comments, he has since concluded that doing so would be a better way to handle things:

    Image
  10. Go to http://www.oolite.org/oxps/ and click on the "upload your manifest files" link to log in, using the login you should have received from cim. Once logged in, click on the "New manifest" link. This will open a page where you can create and/or edit the manifest.plist entry that Oolite downloads whenever someone updates their OXZ list.
  11. Fill out the information in the form, copy and pasting from your internal version where possible, to avoid mistakes, and adding the additional details as required. The file link you copied (and should have saved) from the wiki goes in the "Download URL" field. For the moment, leave the "Status" set to "Draft". Although it's listed in the "Optional fields" section, providing a file size is considered good manners, as it enables players to know how big your OXZ is, before they start downloading it. Note: The file size must be specified in bytes, not Kb, or Mb, or anything else. Also, there must be no commas in the number.

    When done, click the "Update manifest" button at the bottom of the page, after which you will have a copy-and-pasteable version of your manifest.plist displayed at the bottom of the page. The "draft" setting saves a copy on the website for you, but won't publish it to the "official" list of OXZs yet.
  12. When you're satisfied that all the details are correct, and you're happy with the descriptions you've entered, change the "Draft" setting to "Active" and click on "Update manifest" once more. Congratulations! Your OXZ is now "live"; if you go to the Expansion Packs page, you'll see that your OXZ is now at the head of the list. If/when you later update your OXZ, you simply have to edit the internal manifest.plist to suit, create and upload the new version of the OXZ, and edit the manifest.plist entry you created at oolite.org, to match.
  13. Remove the copy of your OXZ from the AddOns folder, and start Oolite. Now update the OXZ list in Oolite, and you'll see that your new OXZ is available for download. Download your OXZ as a final test that everything is working as expected. If there are any errors, write down the details, and check the Latest.log as well for more information. If you are unable to correct the problem using that information, post the details here at the BB, and someone will be able to help you figure things out.

And that's basically all there is to it..

Some notes:

If you're still developing and testing your project, cim's build scripts can be a big help. Just edit your OXP files, run the build-script, start Oolite and test, repeat until everything works the way it should.

Features include:
  • No need to shift-restart during development, so you can get quicker from-cache startup the rest of the time.
  • Update the version in one place, have it propagate everywhere else.
  • Provides a common JS script header.
  • Automatically builds well-packaged OXPs and OXZs.
See http://oolite.aegidian.org/bb/viewtopic.php?f=4&t=16644 for details.

You can, of course, host your OXZ somewhere other than the wiki if you prefer, but you need to be sure that you can link directly to the file. If the link merely opens a webpage from where you can then download the file, it will not work with the Expansion Pack Manager. Thus, sites like box.com and mediafire are not suitable for this purpose. Also, of course, you will have to work out for yourself how to track the number of downloads your file gets, should you wish to do so.

One advantage to using the wiki to host your OXZ is that, if you make a wiki-page for your project, as well as a direct download link (useful for those who may prefer to manually manage all their Expansion Packs), you can include a download counter right there on the page, for everyone to see. To do this, you will need the Title from the page where your OXZ is uploaded to. In the example pictured above, this is File:Q-Bomb Detector 1.4.oxz. The word "File" has to be replaced with "Media", so that you would have, using our example, Media:Q-Bomb Detector 1.4.oxz, and then insert this into wiki markup code similar to the following:

Code: Select all

[[Media:myoxpproject.oxz|My OXP in OXZ format]] For Oolite 1.80+ only ({{#downloads:myoxpproject.oxz}} downloads)
Last edited by Diziet Sma on Thu Oct 01, 2015 2:15 am, edited 26 times in total.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2020
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by maik »

Excellent writeup, Dizzy!
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Smivs »

Seconded, good job :)
(wish this had been around a few weeks ago)
Commander Smivs, the friendliest Gourd this side of Riedquat.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6310
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Diziet Sma »

Smivs wrote:
(wish this had been around a few weeks ago)
So do I.. which is basically why I wrote it.. :mrgreen:
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
Griff
Oolite 2 Art Director
Oolite 2 Art Director
Posts: 2475
Joined: Fri Jul 14, 2006 12:29 pm
Location: Probably hugging his Air Fryer

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Griff »

Great stuff Diz! :D
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by pagroove »

Good work! Deserves a Sticky. :D
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Norby »

Very nice and detailed howto!
A minor thing: I think the 4.0 license is better than 3.0.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6310
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Diziet Sma »

Thank you! :D
Norby wrote:
A minor thing: I think the 4.0 license is better than 3.0.
Going by the summaries, there don't appear to be any significant differences.. to save me reading both full licences in detail, what is it that makes 4.0 superior?
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Norby »

Diziet Sma wrote:
what is it that makes 4.0 superior?
Called as International version due to better fit with foreign laws.
What’s New in 4.0
Last edited by Norby on Tue Jul 15, 2014 3:31 pm, edited 1 time in total.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6310
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Diziet Sma »

Thanks! That certainly does sound better.. Think I'll edit the Guide accordingly.

Perhaps you could post about it, along with a brief summary of the improvements, in the licensing thread?
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
Thargoid
Thargoid
Thargoid
Posts: 5525
Joined: Thu Jun 12, 2008 6:55 pm

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Thargoid »

One other point I would strongly recommend to consider is the filename used for the wiki upload. In your example screengrab you have a file with a version number in it (Q-Bomb Detector 1.4.oxz in your case) which is maybe not a good idea if you plan on keeping the same file location for future versions (so that download counts are continuous etc for example).

With the above case, if you update the OXZ to v1.5 and upload it, unless you re-upload it as an entirely separate file (and then have to change the manifest download link in addons.oolite.org and any other web pages which may directly link to it, for example the OXP/Z wiki page) then the uploaded filename on the wiki will still be the old version number, even though the file itself will be the new one.

This of course may cause [voice="Fat Controller"]confusion and delays[/voice] in the future for anyone looking on the wiki to manually download as the file version may not match with its content. A better system is to have a generic filename for the OXZ itself and then use the upload comments to state the version number and perhaps also what's new/modified in it since the previous one.

This is a trap I've fallen into with my OXZ's, and for which I am currently working up the motivation to go and fix it (not a trivial 2-minute job given the number I have), and one that others may appreciate also not falling into.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6310
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Diziet Sma »

That has actually been on my mind since before I posted it, but I haven't worked out yet what would would be the simplest way to explain the differences, and advantages/disadvantages of each. Given the demand for information, I figured it was better to post what I already had, and update when possible.

(suggestions for how best to do the above gratefully received.. PM please)
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6310
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Diziet Sma »

With some help from maik, the alternatives for naming files have been included and explained, and several steps edited to further elaborate. (steps 7,8 and 9, for those who may want to check that I've explained things correctly) Layout has been improved as well, so that the individual steps aren't all piled up one on top of another.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2020
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by maik »

Good work, Dizzy. An additional point to consider regarding file names with or without version information is that if you keep using the same file name (so no version suffix) then the download link that the wiki generates remains the same, i.e. the link always points to the most current version.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6310
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: The All-in-One Guide to OXZ Packaging and Distribution

Post by Diziet Sma »

Excellent point! Added to step 9.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
Post Reply