[REL] Z-GrOovY Ship Repaints Updated 4 Trunk and 1.77.1

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

dertien
---- E L I T E ----
---- E L I T E ----
Posts: 471
Joined: Sun Jan 23, 2011 9:27 pm
Location: Belgium, Monarchy, Feudal, Overtaxed system

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by dertien »

Smivs wrote:
Two variants, clean and dirty, one the principle ship and the other like-ship'd to it, and place the conditions in each ship's shipdata.plist entry.

Thank You Smivs, for beeing a gentleman you are rewarded with a cookie. :D Okay will try that out a little later but now I am a little behind om my killstore. Gonna get out of the paint clad overalls for a while and do some flying.

Laterz buddy.

Steve
Alpha Backer of Elite Dangerous
With 250 GBP :D
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by Cody »

dertien wrote:
Thank You Smivs, for beeing a gentleman you are rewarded with a cookie.
Would that be a Doochy Originals oaten trumble cookie, by any chance?
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!
dertien
---- E L I T E ----
---- E L I T E ----
Posts: 471
Joined: Sun Jan 23, 2011 9:27 pm
Location: Belgium, Monarchy, Feudal, Overtaxed system

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by dertien »

El Viejo wrote:
dertien wrote:
Thank You Smivs, for beeing a gentleman you are rewarded with a cookie.
Would that be a Doochy Originals oaten trumble cookie, by any chance?
Damn, people keep thinking I am Dutch. Nope its an American OreOo . You want one too amigo ? :lol:
Alpha Backer of Elite Dangerous
With 250 GBP :D
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by Cody »

dertien wrote:
You want one too amigo ?
Si, por favor, señor… me gusta cookies.
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!
dertien
---- E L I T E ----
---- E L I T E ----
Posts: 471
Joined: Sun Jan 23, 2011 9:27 pm
Location: Belgium, Monarchy, Feudal, Overtaxed system

Re: [WIP] Custom GRIFF Cobra MK 3 - new skin(s) for the MK3

Post by dertien »

[quote="dertien"][quote="Smivs"]Yep, try having different textures available, like_ship to them and set where you want them using 'Conditions' in the shipdata.plist.

Nevermind


2) Where can I find a ranking scale for the systemEconomy and sytemGovernment values ?
Last edited by dertien on Thu Jan 27, 2011 9:46 pm, edited 1 time in total.
Alpha Backer of Elite Dangerous
With 250 GBP :D
User avatar
CheeseRedux
---- E L I T E ----
---- E L I T E ----
Posts: 827
Joined: Fri Oct 02, 2009 6:50 pm

Re: [WIP] Custom GRIFF Cobra MK 3 - new skin(s) for the MK3

Post by CheeseRedux »

dertien wrote:
2) Where can I find a ranking scale for the systemEconomy and sytemGovernment values ?
Here
"Actually this is a common misconception... I do *not* in fact have a lot of time on my hands at all! I just have a very very very very bad sense of priorities."
--Dean C Engelhardt
dertien
---- E L I T E ----
---- E L I T E ----
Posts: 471
Joined: Sun Jan 23, 2011 9:27 pm
Location: Belgium, Monarchy, Feudal, Overtaxed system

Re: [WIP] Custom GRIFF Cobra MK 3 - new skin(s) for the MK3

Post by dertien »

CheeseRedux wrote:
dertien wrote:
2) Where can I find a ranking scale for the systemEconomy and sytemGovernment values ?
Here

:oops: Thank you
Alpha Backer of Elite Dangerous
With 250 GBP :D
User avatar
CheeseRedux
---- E L I T E ----
---- E L I T E ----
Posts: 827
Joined: Fri Oct 02, 2009 6:50 pm

Re: [WIP] Custom GRIFF Cobra MK 3 - new skin(s) for the MK3

Post by CheeseRedux »

dertien wrote:
Thank you
No need to thank me. Think of it as a minuscule repayment for your splendid work. 8)
"Actually this is a common misconception... I do *not* in fact have a lot of time on my hands at all! I just have a very very very very bad sense of priorities."
--Dean C Engelhardt
User avatar
Commander McLane
---- E L I T E ----
---- E L I T E ----
Posts: 9520
Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:

Re: [WIP] Custom GRIFF Cobra MK 3 - new skin(s) for the MK3

Post by Commander McLane »

dertien wrote:
1 ) Would this code work to make the ship appear in a Government type 6

Code: Select all

conditions = (
"systemEconomy_number lessthan 4",
"systemGovernment_number greaterthan 5",
"systemGovernment_number lessthan 7",
      );
Yes, but systemGovernment_number equal 6 would be the more direct choice.

The Wiki has an overview over the available methods and variables/queryable states of the old-style plist-scripting system (which still exists for instance in the conditions-part of shipdata) on the [wiki]Methods[/wiki]-page
dertien
---- E L I T E ----
---- E L I T E ----
Posts: 471
Joined: Sun Jan 23, 2011 9:27 pm
Location: Belgium, Monarchy, Feudal, Overtaxed system

Re: [WIP] Custom GRIFF Cobra MK 3 - new skin(s) for the MK3

Post by dertien »

Commander McLane wrote:
dertien wrote:
1 ) Would this code work to make the ship appear in a Government type 6

Code: Select all

conditions = (
"systemEconomy_number lessthan 4",
"systemGovernment_number greaterthan 5",
"systemGovernment_number lessthan 7",
      );
Yes, but systemGovernment_number equal 6 would be the more direct choice.

The Wiki has an overview over the available methods and variables/queryable states of the old-style plist-scripting system (which still exists for instance in the conditions-part of shipdata) on the [wiki]Methods[/wiki]-page
Thanks again, bookmarked it too.
Alpha Backer of Elite Dangerous
With 250 GBP :D
Zireael
---- E L I T E ----
---- E L I T E ----
Posts: 1396
Joined: Tue Nov 09, 2010 1:44 pm

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by Zireael »

Wow... if only it was possible to change your paintjob without paying again for the ship.
I'm going to download it and maybe I'll get back to Oolite during term break.

EDIT: And to have such skins for Fer-De-Lance, after all it's a spiffy ship.
dertien
---- E L I T E ----
---- E L I T E ----
Posts: 471
Joined: Sun Jan 23, 2011 9:27 pm
Location: Belgium, Monarchy, Feudal, Overtaxed system

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by dertien »

Zireael wrote:
Wow... if only it was possible to change your paintjob without paying again for the ship.
I'm going to download it and maybe I'll get back to Oolite during term break.

EDIT: And to have such skins for Fer-De-Lance, after all it's a spiffy ship.

Well, you can always resell your Cobra Mk3 for another stock ship and pay the difference. "Stock" basic retextured models are at 230.000 each. Not that expensive I would say. I am also planning on randomizing the availability figures and prices accordingly, which should spice things up even more. base price will be a little less (around 190.000 CR - up to 400.000 for that special "ferrOori" paintjob.

The other ships will be done (all in due time) with a choice of 7 to 10 different versions now planned. So check this thread once in a while and you might see a new release on the Fer-De-Lance pretty soon.

Laterz
Steve
Alpha Backer of Elite Dangerous
With 250 GBP :D
User avatar
Yodeebe
---- E L I T E ----
---- E L I T E ----
Posts: 261
Joined: Mon Oct 13, 2008 7:32 pm
Location: Namab

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by Yodeebe »

dertien wrote:
El Viejo wrote:
dertien wrote:
Thank You Smivs, for beeing a gentleman you are rewarded with a cookie.
Would that be a Doochy Originals oaten trumble cookie, by any chance?
Damn, people keep thinking I am Dutch. Nope its an American OreOo . You want one too amigo ? :lol:
Greetings.
I think that was a reference to 'Dutchy Originals' which is a biscuit company (among other things) of the Dutchy of Cornwall, run by our future king, to keep him out of mischief while he waits for his mum to die.

something like that, anyway.

Fantastic shippage by the way.
Image
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16059
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by Cody »

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!
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: [REL] Z-GrOovY paintshed presents:Griff's ships retextur

Post by Smivs »

Yodeebe wrote:
...that was a reference to 'Dutchy Originals' which is a biscuit company (among other things) of the Dutchy of Cornwall, run by our future king, to keep him out of mischief while he waits for his mum to die.
Couldn't have put it better myself. :lol:
Commander Smivs, the friendliest Gourd this side of Riedquat.
Post Reply