Discussion and information relevant to creating special missions, new ships, skins etc.
Moderators: winston, another_commander
-
Norby
- ---- E L I T E ----

- Posts: 2543
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
-
Contact:
Post
by Norby » Wed Feb 03, 2016 6:39 pm
Mikael wrote:I'm having a problem with the extra stations addon on a Mac.
Verifier said nothing relevant but how about if you put a ; to the end of 102. line in
Config/shipdata.plist
in
/Users/mikael/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.amah.noshaders_extra_stations_addon.oxz
?
-
Amah
- ---- E L I T E ----

- Posts: 485
- Joined: Tue Aug 28, 2012 8:05 pm
- Location: aboard the Laenina Crowne - Yasen-N class space freighter
-
Contact:
Post
by Amah » Thu Feb 04, 2016 6:01 am
thanks Norby,
yeah, that's the semicolon I was suspecting. I put the shipdata.plist on my box acccount for Mikael.
-
Mikael
- Poor

- Posts: 7
- Joined: Sat Jan 23, 2016 1:28 pm
Post
by Mikael » Thu Feb 04, 2016 5:55 pm
Just tested it, and everything looks fine now

-
Amah
- ---- E L I T E ----

- Posts: 485
- Joined: Tue Aug 28, 2012 8:05 pm
- Location: aboard the Laenina Crowne - Yasen-N class space freighter
-
Contact:
Post
by Amah » Thu Feb 04, 2016 6:21 pm

ok, I'll put up a fixed oxz online asap.
Thanks for spotting and testing, folks!
-
phkb
- Commodore

- Posts: 2438
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: [p]laying [h]ard and [k]icking [b]utt somewhere in G7...
Post
by phkb » Tue Mar 15, 2016 11:21 pm
I recently got this in my log file:
Code: Select all
16:50:09.898 [files.notFound]: ----- WARNING: Could not find texture file "noshaders_Staer9_cobra3.5_diffuse21.png".
I had a look at the shipdata.plist file and I think this section:
Code: Select all
"noshaders_cobra3.5npct11" =
{
like_ship = "noshaders_cobra3.5npct1";
materials =
{
"Hull" =
{
diffuse_map = "noshaders_Staer9_cobra3.5_diffuse21.png";
specular_color = (0.2, 0.2, 0.2);
shininess = 5;
emission_map =
{
name = "noshaders_Staer9_cobra3.5_glow.png";
};
emission_modulate_color = (0.8325, 0.9686, 0.9926, 1.0);
};
};
};
Should actually look like this:
Code: Select all
"noshaders_cobra3.5npct11" =
{
like_ship = "noshaders_cobra3.5npct1";
materials =
{
"Hull" =
{
diffuse_map = "noshaders_Staer9_cobra3.5_diffuse11.png"; // << change to this.
specular_color = (0.2, 0.2, 0.2);
shininess = 5;
emission_map =
{
name = "noshaders_Staer9_cobra3.5_glow.png";
};
emission_modulate_color = (0.8325, 0.9686, 0.9926, 1.0);
};
};
};
-
Amah
- ---- E L I T E ----

- Posts: 485
- Joined: Tue Aug 28, 2012 8:05 pm
- Location: aboard the Laenina Crowne - Yasen-N class space freighter
-
Contact:
Post
by Amah » Sat Mar 19, 2016 5:20 pm
Hi phkb,
thanks for the report and the quick fix!
I'll see to it, asap

-
Amah
- ---- E L I T E ----

- Posts: 485
- Joined: Tue Aug 28, 2012 8:05 pm
- Location: aboard the Laenina Crowne - Yasen-N class space freighter
-
Contact:
Post
by Amah » Fri Apr 08, 2016 4:10 pm
sorry folks for the delay, I uploaded phkb's fix for the chopped cobra now.
Fly save

-
BlackWolf
- ---- E L I T E ----

- Posts: 289
- Joined: Thu Feb 15, 2018 9:30 am
- Location: Texas
Post
by BlackWolf » Sat Mar 17, 2018 2:05 am
Installed the buyable/sellable turrets and the logistics ships. Bought the ship and turret mounted it in slot 3, so how do you fire it? Or does it do that on it's own.
Creativity is a gift, use it well.
-
another_commander
- Quite Grand Sub-Admiral

- Posts: 5400
- Joined: Wed Feb 28, 2007 7:54 am
Post
by another_commander » Sat Mar 17, 2018 9:08 am
If those turrets follow the standard game mechanics, then yes, they are fully automatic and will fire on yout current hostile target as soon as it gets within their range.
-
BlackWolf
- ---- E L I T E ----

- Posts: 289
- Joined: Thu Feb 15, 2018 9:30 am
- Location: Texas
Post
by BlackWolf » Sat Mar 17, 2018 10:07 am
Awesome thanks.
I have it on the rear, and I like dogfighting, so I never see it go off. Lol
Creativity is a gift, use it well.