Posted: Sun Oct 17, 2010 10:43 am
*boom*El Viejo wrote:This ship should be added to the Griff Industries page on the Wiki... summon a Wiki wizard.
For information and discussion about Oolite.
https://bb.oolite.space/
*boom*El Viejo wrote:This ship should be added to the Griff Industries page on the Wiki... summon a Wiki wizard.
oops, i've forgotten to add that in! I'll sort it out for the next update of the oxp once the rocks & bouders are readySvengali wrote:The binding in shipdata.plist has to be changed. Simply search for alertlevel = "alertCondition"; and replace it with:I've notified Griff a while ago, so maybe it's already in the latest version. Griff?Code: Select all
alertlevel = {type = "int"; value="alertCondition";};
I have a similar problem with the loading screen showing the neolite version of the cobra mkiii...how do i get it to show griff's version? The neolite version seems to be overridden in the shipyard, showing griff's cobra mk111 models.another_commander wrote:The code uses the ship named "cobra3-player" for the startup demo screen and this name is hard-coded. The Griff Cobra OXP uses override plists to stop the standard Cobra MkIII from appearing in the game, but the ship "cobra3-player" still exists in Oolite's "library" of ships. This is why you see it on the startup screen and this is why renaming the shipdata.plist entry as described should work. Since it doesn't work for you, I would recommend downloading the version from the Griff ships thread. This is the version the earlier instructions refer to.Obsidian wrote:If someone is patient enough to explain why that one specific ship remains in the classic style when all the others are replaced by the Griff ships, it would sate some curiosity.
Hah! I can act like I know something. The Neolite shipset uses the same "<key>ship_desc" ship names as vanilla Oolite, thus replacing the original models for the Neolite ones. The Griff shipset uses ship names usually preceeded by "griff_normal_mapped_(the rest of the name)", but prevents most (because some OXPs cause reintroductions of vanilla ships, which is why I want to reinstall the Neolite OXPs) of the core/original ships from actually showing up in-game.parazaine wrote:I have a similar problem with the loading screen showing the neolite version of the cobra mkiii...how do i get it to show griff's version? The neolite version seems to be overridden in the shipyard, showing griff's cobra mk111 models.
I followed this thread and edited my savefiles so the cobra mk iii i'm flying in my saves is the multidecal griff version i have installed but would like to show the same on the loading screen....forgive me if this has already been explained but I seem to be unable to find out how to get this to work.
That is the exclusive rush-mat exterior: bonafide hand-woven reeds encased in a transparent, heat resistant ceramic. It's the hand-craftmanship that makes it look so distinguished.DaddyHoggy wrote:I'm trying to decide if that ship texture reminds me most of a brick wall or a wool carpet... And yet it seems to work!
Oooh, I know this one!El Viejo wrote:Been using this for a couple of weeks, to have the Griff Cobra spinning at start-up… only just noticed that if I start a new Jameson, he has no missiles.
If I revert, the three missiles are there. Does another line need changing, a_c?
Code: Select all
"standard_equipment" =
{
extras = "";
"forward_weapon_type" = "EQ_WEAPON_PULSE_LASER";
missiles = 3;
};
That’s exactly what it says in my plist, CR… what do you suggest changing?CheeseRedux wrote:Code: Select all
"standard_equipment" = { extras = ""; "forward_weapon_type" = "EQ_WEAPON_PULSE_LASER"; missiles = 3; };
The missiles entry is missing from the Griff Cobra MkIII's shipdata.plist. Open this file, go to the cobra3-player entry you edited earlier and add missiles = 3; inside the dictionary. Shift-start and you are settled.El Viejo wrote:Been using this for a couple of weeks, to have the Griff Cobra spinning at start-up… only just noticed that if I start a new Jameson, he has no missiles.
If I revert, the three missiles are there. Does another line need changing, a_c?