Okay... I think this is final, because for my own use I added a demoships.plist to look at all of the ship variations.
2x fixes for DeepSpace Ships OXP; the ships are showing the DEFAULT Oolite texures instead of the intended DeepSpace textures:
=====
1. Cobra Mk III Trader.
open up shipdata.list; look for "cobra3-trader" =
change the materials section from:
Code: Select all
materials =
{
"cobra3_redux1.png" = { diffuse_map = "CobraMK3_DS_Alt.png"; };
};
model = "cobra3_redux.dat";
to:
Code: Select all
materials =
{
"cobra3_redux.png" = { diffuse_map = "CobraMK3_DS_Alt.png"; };
};
model = "cobra3_redux.dat";
(Change "cobra3_redux1.png" to "cobra3_redux.png")
=====
2. Transporter Miner
open up shipdata.list; look for "transporter-miner" =
change the materials section from:
Code: Select all
materials =
{
"transporter_redux.png" = { diffuse_map = "Transporter2_DS.png"; };
};
model = "transporter_redux1.dat";
to:
Code: Select all
materials =
{
"transporter_redux1.png" = { diffuse_map = "Transporter2_DS.png"; };
};
model = "transporter_redux1.dat";
(Change ""transporter_redux.png" to "transporter_redux1.png")
=====
By the way, unless someone suggests otherwise, I intend to add emission maps to DeepSpace ships. It would be in
my own personal copy only unless DeepSpace gives permission to release, or more likely I would email him the modifications for re-release, OR DeepSpace is working on this himself, OR someone else beats me to it.
It will be a while before I can get it done.
Too many projects! I feel like an amoeba. I am beside myself.
BTW: Here is a demoships.plist that you can place into the DeepSpace Ships OXP \Config folder, to see ship variations and objects not shown in the default demoships.plist:
Code: Select all
(
"icosahedron-station",
"rock-hermit",
"qbomb",
"constrictor",
"cobra3-trader",
"cobra3-pirate",
"cobramk1-miner",
"cobramk1-alt",
"ferdelance-player",
"mamba-escort",
"morayMED",
"python-blackdog",
"transporter-miner",
"viper-interceptor",
"worm-miner",
"buoy",
"buoy-witchpoint"
)
Sword, thy name is Cobra. And Cobra has fangs!