help needed
Moderators: winston, another_commander
help needed
This is my manifest.plist file:
{
"identifier" = "oolite.oxp.idkman.wavefront";
"required_oolite_version" = "1.90";
"title" = "Wavefront MK1 advanced multirole fighter";
"version" = "1.0";
"author" = "idkman";
"category" = "Ships";
"description" = "Adds a powerful fighter and a laser";
}
The game says it's not a valid manifest file and wont load the oxz. I only make this for local use only so no download links are included.
Please help:D
{
"identifier" = "oolite.oxp.idkman.wavefront";
"required_oolite_version" = "1.90";
"title" = "Wavefront MK1 advanced multirole fighter";
"version" = "1.0";
"author" = "idkman";
"category" = "Ships";
"description" = "Adds a powerful fighter and a laser";
}
The game says it's not a valid manifest file and wont load the oxz. I only make this for local use only so no download links are included.
Please help:D
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: help needed
Try adding a license - something like:
And welcome aboard!
Disclaimer: I am not an expert in such things.
license = "CC-BY-NC-SA 4.0";
(and I'm not sure you need the first pairs of quotation marks).And welcome aboard!
Disclaimer: I am not an expert in such things.
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: help needed
Thanks alot Cody.
I saw those quotation marks on the wiki about manifest.plist so i added them
And no they somehow still dont work.
I saw those quotation marks on the wiki about manifest.plist so i added them
And no they somehow still dont work.
Re: help needed
If you don't add any manifest, I believe the OXP should still work, so you can try that as a quick and dirty solution for now.
Re: help needed
it said i didnt have a valid manifest and could not be loaded
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: help needed
Put all the files into a folder named
And this is the manifest example I use:
Wavefront.oxp
and drop it into your AddOns
folder - it should work there.And this is the manifest example I use:
Code: Select all
{
identifier = "oolite.oxp.phkb.HomeSystem";
version = "0.12";
title = "Home System";
required_oolite_version = "1.85";
description = "Adds some flavour text to a variety of messages received by the player in systems designated as their home. As well, there are some other benefits achievable the more players visit their home system.";
category = "Ambience";
author = "phkb, UK_Eliter, Cody, Diziet Sma";
license = "CC-BY-NC-SA 4.0";
}
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: help needed
I tried all of those already and it still returns the same message
Maybe I should try reinstalling Oolite and hope for the best
edit: btw this is the link to the oxp for the ease of debugging
https://drive.google.com/drive/folders/ ... sp=sharing
Maybe I should try reinstalling Oolite and hope for the best
edit: btw this is the link to the oxp for the ease of debugging
https://drive.google.com/drive/folders/ ... sp=sharing
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: help needed
With the OXP in my
AddOns
folder, it throws this error in the Latest.log
:
Code: Select all
17:43:20.426 [plist.parse.failed]: Failed to parse ../AddOns/wavefront.oxp/Config/shipdata.plist as a property list.
Parse failed at line 82 (char 2340) - unexpected character (wanted ';' or '}')
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: help needed
Just PLUTILchecking the shipdata, I get the error "Unexpected character { at line 1"idkman wrote: ↑Mon Jul 25, 2022 4:37 pmI tried all of those already and it still returns the same message
Maybe I should try reinstalling Oolite and hope for the best
edit: btw this is the link to the oxp for the ease of debugging
https://drive.google.com/drive/folders/ ... sp=sharing
I was under the impression that the manifest is only an issue when you make it an OXZ in the Managed AddOns, and not an OXP in the AddOns..
I was young, I was naïve. Jonny Cuba made me do it!
- Redspear
- ---- E L I T E ----
- Posts: 2685
- Joined: Thu Jun 20, 2013 10:22 pm
- Location: On the moon Thought, orbiting the planet Ignorance.
Re: help needed
Cody wrote: ↑Mon Jul 25, 2022 4:46 pmWith the OXP in myAddOns
folder, it throws this error in theLatest.log
:Code: Select all
17:43:20.426 [plist.parse.failed]: Failed to parse ../AddOns/wavefront.oxp/Config/shipdata.plist as a property list. Parse failed at line 82 (char 2340) - unexpected character (wanted ';' or '}')
Looks like a syntax error.idkman wrote: ↑Mon Jul 25, 2022 4:37 pmI tried all of those already and it still returns the same message
Maybe I should try reinstalling Oolite and hope for the best
edit: btw this is the link to the oxp for the ease of debugging
https://drive.google.com/drive/folders/ ... sp=sharing
Although oolite will complain about a missing manifest list, it doesn't strictly require one.
Use notepad++ (or similar) to open up the file and look for a missing character at (or next to) line 82
(sorry - no time to check your file but welcome to the boards )
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: help needed
Correct, amigo!
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: help needed
Yes, seems the shipdata is corrupted. –My pList editor refuses to open it.
Easiest fix for me (instead of going crazy to possibly find a tiny error) would be to duplicate a good working shipdata and copy/paste all relevant Wavefront stats onto that, then use it instead.
I was young, I was naïve. Jonny Cuba made me do it!
Re: help needed
Maybe I'll try to remake that ship.
and thank you all.
you guys were so helpful. I'm surprised a small game like oolite could have such an active community
and thank you all.
you guys were so helpful. I'm surprised a small game like oolite could have such an active community
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: help needed
Changing line 82 to this:
exhaust_emissive_color = "1 0 0";
clears the error message.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!
- Cholmondely
- Archivist
- Posts: 5365
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
- Contact:
Re: help needed
Welcome to the merry throng!
If you wish to put together a wiki page, you can bug either his Munifence, the Mighty, Magnanimous, Marvellous and Magnificent Murgh of the Murghs of that Ilk (- or, alternatively, your humble servant) for a log-in.
Or, if you can get me the specifications and a screen shot that works, I can put something together for you which you can then hack to quivering and cowering submission...
Comments wanted:
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?