ZygoUgo's OXPs!
Moderators: winston, another_commander
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: ZygoUgo's OXPs!
This is probably the most beautiful nebula that I've seen (I've upped the ambient light a tad in my copy of Cinematic Skies, btw).
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: ZygoUgo's OXPs!
Updated links for OXZ versions in first post
@Cody; Well thankee sir, hopefully they are mixing together enough for peoples variation pleasure
@Cody; Well thankee sir, hopefully they are mixing together enough for peoples variation pleasure
My OXP attempts available@ https://bb.oolite.space/viewtopic.php?t=8541
Re: ZygoUgo's OXPs!
When will we see them in the expansion manager?ZygoUgo wrote:Updated links for OXZ versions in first post
Re: ZygoUgo's OXPs!
Hey Spara, should be soon, I'll bump the thread when its done
EDIT: Hmmm, what am I doing wrong here, I've added the manifest .plist and the oxz doesn't seem to be working..?
EDIT: Hmmm, what am I doing wrong here, I've added the manifest .plist and the oxz doesn't seem to be working..?
My OXP attempts available@ https://bb.oolite.space/viewtopic.php?t=8541
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: ZygoUgo's OXPs!
When you do a new release, you could look at these errors:
These errors only happen on the Mac, so you don't see them. The source of the error is that the graphic library used by Oolite does not handle 'interlaced' graphics. There is also no need to save graphic files in an interlaced format. That format only makes sense when you start showing the textures before they are fully loaded in memory.
The png files only need to be loaded and saved again in normal format. Currently some of your asteroids are just black on the Mac.
PS. more oxp suffer from this. Do a forum search on "interlaced".
Code: Select all
00:00:46.031 [texture.load.png.error]: ***** A PNG loading error occurred for /Users/ericwalch/Library/Application Support/Oolite/AddOns/ZygoRoids v1.oxp/Textures/WhiteSparkles.png: bad adaptive filter value.
00:00:46.089 [texture.load.png.error]: ***** A PNG loading error occurred for /Users/ericwalch/Library/Application Support/Oolite/AddOns/ZygoRoids v1.oxp/Textures/White.png: bad adaptive filter value.
00:01:02.978 [texture.load.png.error]: ***** A PNG loading error occurred for /Users/ericwalch/Library/Application Support/Oolite/AddOns/ZygoRoids v1.oxp/Textures/ASTbDIFFUSE.png: bad adaptive filter value.
The png files only need to be loaded and saved again in normal format. Currently some of your asteroids are just black on the Mac.
PS. more oxp suffer from this. Do a forum search on "interlaced".
UPS-Courier & DeepSpacePirates & others at the box and some older versions
Re: ZygoUgo's OXPs!
Thanks for the heads up, I'll do that as soon as I've figured out what I'm doing wrong, is there a guide to how to set your OXZ up with the manifest? It's either that or something in my shipdata's are out of date
My OXP attempts available@ https://bb.oolite.space/viewtopic.php?t=8541
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: ZygoUgo's OXPs!
Is this your first conversion? It can be a bit tricky to start with, but once you understand the system it is pretty straightforward.
In detail, what have you done so far?
In detail, what have you done so far?
Commander Smivs, the friendliest Gourd this side of Riedquat.
Re: ZygoUgo's OXPs!
Do you have the account for the Expansion Pack Manager? You'll need that first. Here's my workflow when using wiki as oxz host:ZygoUgo wrote:Thanks for the heads up, I'll do that as soon as I've figured out what I'm doing wrong, is there a guide to how to set your OXZ up with the manifest? It's either that or something in my shipdata's are out of date
1. Add new draft manifest entry to the Manager. Fill in all the required fields except the download_url. Add other fields as you please, leaving file_size empty.
2. Press "Update manifest" button at the bottom, it creates you a manifest to the bottom of the page.
3. Create manifest.plist file to the root of your oxp and copy the created manifest text from the manager to the created file.
4. Zip the oxp folder so that there is no *.oxp folder inside the zip. The zip-file must contain manifest.plist and the folders of the oxp, Config, Textures etc. Rename the the from *.zip to *oxz.
5. Upload the oxz to the wiki.
6. Write down the url to the uploaded file. You can see the url by hovering the mouse over the link. Url will be something like
http://wiki.alioth.net/img_auth.php/3/3f/Sb-faves_1.0.1.oxz
.7. Copy that url to the manager and fill in the file_size of the oxz.
8. Change the status of the manifest from draft to active and press "Update manifest".
You might want to check that the oxz downloads from the game.
Last edited by spara on Thu Jul 03, 2014 6:36 pm, edited 1 time in total.
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: ZygoUgo's OXPs!
Following spara's excellent advice earlier, that is also how I work.
Don't forget to set the Manager manifest.plist to 'Active' as it defaults at start to 'Draft'.
Don't forget to set the Manager manifest.plist to 'Active' as it defaults at start to 'Draft'.
Commander Smivs, the friendliest Gourd this side of Riedquat.
Re: ZygoUgo's OXPs!
4.5: place the .oxz file in your AddOns folder, remove any OXP folder for the same expansion, and check that it still works!spara wrote:4. Zip the oxp folder so that there is no *.oxp folder inside the zip. The zip-file must contain manifest.plist and the folders of the oxp, Config, Textures etc. Rename the the from *.zip to *oxz.
5. Upload the oxz to the wiki.
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: ZygoUgo's OXPs!
Ha, I develop/convert/fix it as an OXP in AddOns, then when it is all good it gets removed from AddOns and OXZified. Once the OXZ is uploaded etc I'll download it via the Manager as a final check.cim wrote:4.5: place the .oxz file in your AddOns folder, remove any OXP folder for the same expansion, and check that it still works!spara wrote:4. Zip the oxp folder so that there is no *.oxp folder inside the zip. The zip-file must contain manifest.plist and the folders of the oxp, Config, Textures etc. Rename the the from *.zip to *oxz.
5. Upload the oxz to the wiki.
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: ZygoUgo's OXPs!
Okay, dumb question: to where do I upload an OXZ to the Wiki? Any specific place?
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: ZygoUgo's OXPs!
No, just open the upload page (from the side bar) and browse to it on your computer, then upload it.
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: ZygoUgo's OXPs!
Oh dear.. Cody's been bitten by The Dark Side again..
Welcome home.. the Hotel California has nothing on us!
Welcome home.. the Hotel California has nothing on us!
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
Re: ZygoUgo's OXPs!
Thanks guys, I was about to upload with my mediafire link
My OXP attempts available@ https://bb.oolite.space/viewtopic.php?t=8541