Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

New ships under development

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

Moderators: another_commander, winston

User avatar
Shipbuilder
---- E L I T E ----
---- E L I T E ----
Posts: 877
Joined: Thu May 10, 2012 9:41 pm
Location: Derby

Re: New ships under development

Post by Shipbuilder »

:lol: Just watched the video.
The GalTech Industries Corporation - Building ships to populate the galaxies.

Increase the variety of ships within your Ooniverse by downloading my OXPs

Flying the [wiki]Serpent_Class_Cruiser[/wiki] "Thargoid's Bane"
User avatar
DredgerMan
Deadly
Deadly
Posts: 253
Joined: Fri Oct 21, 2011 9:01 am
Location: Some buggy planet at the edge of the known universe

Re: New ships under development

Post by DredgerMan »

Shipbuilder wrote:
Also if you are interested I may look to produce the ship with a variety of textures for different roles i.e. perhaps separate textures for a trader ship, pirate ship etc. If you know your way around a graphics software package you could have a look at this.
Unfortunately writing is by far my strongest suit, Shipbuilder. In fact I am about to start a new novel on the fiction section. (Well, when I say novel .... it could be a novelle. It's hard to tell how the story will unfold. Especially since I hope for feedback from others that I can weave into the story line.)

But my skills with graphical packages are at the same level as my js skills. Virtually nonexistent. :(
Flying The Sizzlin' Suzie VI, a trusty and venerable Boa Class Cruiser in Oolite 1.84 on

under Windows 6.1.7601 Service Pack 1 64-bit
with a Geforce GT610 videocard
User avatar
Griff
Oolite 2 Art Director
Oolite 2 Art Director
Posts: 2478
Joined: Fri Jul 14, 2006 12:29 pm
Location: Probably hugging his Air Fryer

Re: New ships under development

Post by Griff »

Shipbuilder wrote:
Image
Wow, looks fantastic! great work!
User avatar
Shipbuilder
---- E L I T E ----
---- E L I T E ----
Posts: 877
Joined: Thu May 10, 2012 9:41 pm
Location: Derby

Re: New ships under development

Post by Shipbuilder »

Cheers Griff only problem is I have to texture the thing now and texturing takes me for ever :lol:
The GalTech Industries Corporation - Building ships to populate the galaxies.

Increase the variety of ships within your Ooniverse by downloading my OXPs

Flying the [wiki]Serpent_Class_Cruiser[/wiki] "Thargoid's Bane"
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: New ships under development

Post by Smivs »

Shipbuilder wrote:
...I have to texture the thing now and texturing takes me for ever :lol:
<Smivs looks guiltily at the still-unfinished Slaver Ship>
Commander Smivs, the friendliest Gourd this side of Riedquat.
User avatar
Shipbuilder
---- E L I T E ----
---- E L I T E ----
Posts: 877
Joined: Thu May 10, 2012 9:41 pm
Location: Derby

Re: New ships under development

Post by Shipbuilder »

Smivs wrote:
Shipbuilder wrote:
...I have to texture the thing now and texturing takes me for ever :lol:
<Smivs looks guiltily at the still-unfinished Slaver Ship>
:lol:

I can understand however Smivs as it is a bit of a beast of model to texture. I've been chipping away at the texturing for the Chimera Gunship for some time now (And finally I'm not far off finishing it but I do wish sometimes I have a magic ship texturing wand).

I can usually get models completed quite quickly but I then always feel I have to put together some detailed texturing to complement the model. If I simply applied a basic grey texture I would be able to release lots of ships. :? Oh well back to my current WIP :roll:

Out of interest how far have you got with the slave ship texture ?
The GalTech Industries Corporation - Building ships to populate the galaxies.

Increase the variety of ships within your Ooniverse by downloading my OXPs

Flying the [wiki]Serpent_Class_Cruiser[/wiki] "Thargoid's Bane"
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: New ships under development

Post by Smivs »

Shipbuilder wrote:
Out of interest how far have you got with the slave ship texture ?
The main texture is about 90% done...the remaining aspects are just fiddly! No emission map yet but that will relatively easy once the diffuse is done.
It's actually one of two projects which are currently a bit stalled, largely due to RL issues, but I should be able to get back to both very soon. :)
Commander Smivs, the friendliest Gourd this side of Riedquat.
User avatar
Shipbuilder
---- E L I T E ----
---- E L I T E ----
Posts: 877
Joined: Thu May 10, 2012 9:41 pm
Location: Derby

Re: New ships under development

Post by Shipbuilder »

I have been trying to get a new ship oxp to use a differnet texture for pirate ships by including the following code in the shipdata.plist however any pirate ships spawned use the standard texture used by the other versions of this oxp.

I have placed the 2 different texture files in the texture folder named chimera_auv.png and chimerapirate_auv.png

Is anyone able to advise where I am going wrong ?

Code: Select all

	<key>chimera-pirate</key>
	<dict>
		<key>like_ship</key>
		<string>chimera</string>
		<key>roles</key>
		<string>pirate</string>
		<key>missiles</key>
		<integer>3</integer>
		<key>has_ecm</key>
		<real>0.9</real>
		<key>materials</key>
		<dict>
		<key>chimerapirate_auv.png</key>
		<dict>
		<key>emission_map</key>
		<string>chimera_glow.png</string>
		</dict>
	</dict>
The GalTech Industries Corporation - Building ships to populate the galaxies.

Increase the variety of ships within your Ooniverse by downloading my OXPs

Flying the [wiki]Serpent_Class_Cruiser[/wiki] "Thargoid's Bane"
User avatar
Kaks
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 3009
Joined: Mon Jan 21, 2008 11:41 pm
Location: The Big Smoke

Re: New ships under development

Post by Kaks »

Yep! Your materials dictionary was slightly b0rked... :)

Instead of
Shipbuilder wrote:

Code: Select all

		<key>materials</key>
		<dict>
		<key>chimerapirate_auv.png</key>
		<dict>
		<key>emission_map</key>
		<string>chimera_glow.png</string>
		</dict>
You might want to try

Code: Select all

		<key>materials</key>
		<dict>
		<key>diffuse_map</key>
		<string>chimerapirate_auv.png</string>
		<key>emission_map</key>
		<string>chimera_glow.png</string>
		</dict>
which looks like it might produce the desired results...

Hope this helps! ;)
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16063
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: New ships under development

Post by Cody »

Back from Mars then, Kaks?
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
Shipbuilder
---- E L I T E ----
---- E L I T E ----
Posts: 877
Joined: Thu May 10, 2012 9:41 pm
Location: Derby

Re: New ships under development

Post by Shipbuilder »

Thanks Kaks - I've given that a go but it doesn't seem to be working.

I think that i'll take a look at it tomorrow................It's been a long day so hopefully things will be clearer in the morning.
The GalTech Industries Corporation - Building ships to populate the galaxies.

Increase the variety of ships within your Ooniverse by downloading my OXPs

Flying the [wiki]Serpent_Class_Cruiser[/wiki] "Thargoid's Bane"
User avatar
Kaks
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 3009
Joined: Mon Jan 21, 2008 11:41 pm
Location: The Big Smoke

Re: New ships under development

Post by Kaks »

El Viejo wrote:
Back from Mars then, Kaks?
Drats, friendface users, always posting pictures... :P
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16063
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: New ships under development

Post by Cody »

Kaks wrote:
El Viejo wrote:
Back from Mars then, Kaks?
Drats, friendface users, always posting pictures...
<smirks>
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
Tricky
---- E L I T E ----
---- E L I T E ----
Posts: 821
Joined: Sun May 13, 2012 11:12 pm
Location: Bradford, UK. (Anarchic)

Re: New ships under development

Post by Tricky »

Code: Select all

<key>chimera-pirate</key>
<dict>
  <key>like_ship</key>
  <string>chimera</string>
  <key>roles</key>
  <string>pirate</string>
  <key>missiles</key>
  <integer>3</integer>
  <key>has_ecm</key>
  <real>0.9</real>
  <key>materials</key>
  <dict>
    <key>chimerapirate_auv.png</key>
    <dict>
      <key>diffuse_map</key>                 <!-- Added this even though it isn't needed. -->
      <string>chimerapirate_auv.png</string> <!-- diffuse_map defaults to the key name -->
      <key>emission_map</key>
      <string>chimera_glow.png</string>
    </dict>
  </dict> <!-- This was missing -->
</dict>
I indented it properly and saw the missing </dict>. No reason why that shouldn't work.
User avatar
Shipbuilder
---- E L I T E ----
---- E L I T E ----
Posts: 877
Joined: Thu May 10, 2012 9:41 pm
Location: Derby

Re: New ships under development

Post by Shipbuilder »

Thanks Tricky I'll have a go with it when I get home tonight :wink:
The GalTech Industries Corporation - Building ships to populate the galaxies.

Increase the variety of ships within your Ooniverse by downloading my OXPs

Flying the [wiki]Serpent_Class_Cruiser[/wiki] "Thargoid's Bane"
Post Reply