Re: New ships under development
Posted: Thu Aug 16, 2012 6:47 pm
Just watched the video.
For information and discussion about Oolite.
https://bb.oolite.space/
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.)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.
Wow, looks fantastic! great work!Shipbuilder wrote:
<Smivs looks guiltily at the still-unfinished Slaver Ship>Shipbuilder wrote:...I have to texture the thing now and texturing takes me for ever
Smivs wrote:<Smivs looks guiltily at the still-unfinished Slaver Ship>Shipbuilder wrote:...I have to texture the thing now and texturing takes me for ever
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.Shipbuilder wrote:Out of interest how far have you got with the slave ship texture ?
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>
You might want to tryShipbuilder wrote:Code: Select all
<key>materials</key> <dict> <key>chimerapirate_auv.png</key> <dict> <key>emission_map</key> <string>chimera_glow.png</string> </dict>
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>
Drats, friendface users, always posting pictures...El Viejo wrote:Back from Mars then, Kaks?
<smirks>Kaks wrote:Drats, friendface users, always posting pictures...El Viejo wrote:Back from Mars then, Kaks?
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>