(RELEASE) Orisis Class (updated to 1.3)

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

Moderators: winston, another_commander

User avatar
Eric Walch
Slightly Grand Rear Admiral
Slightly Grand Rear Admiral
Posts: 5536
Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands

Post by Eric Walch »

pagroove wrote:
can you mail the files back to me then I release a patch and credit you for it.
?
Thanks for mentioning it.
I put it here Its a 8 kb file with 3 changed files. Everything moved 483.5 meter backwards. So also the exhaust and the scripted pods. I also put them 20 meter more outward as most of them collided with the main ship on launch.

NB I still have the Oolite freezes though. With the light texture used and this time only during the use of my laser fire at the ship. The crashes only happen when the ships energy drains. Or by script, or by laser fire.
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

Eric Walch wrote:
pagroove wrote:
can you mail the files back to me then I release a patch and credit you for it.
?
Thanks for mentioning it.
I put it here Its a 8 kb file with 3 changed files. Everything moved 483.5 meter backwards. So also the exhaust and the scripted pods. I also put them 20 meter more outward as most of them collided with the main ship on launch.

NB I still have the Oolite freezes though. With the light texture used and this time only during the use of my laser fire at the ship. The crashes only happen when the ships energy drains. Or by script, or by laser fire.
Thats strange. How much memory does your computer have? @my computer the problems stopped with a lighter texture. And what happens when you resize the texture even further down to 512 by 512?. Does anyone else has this problem?
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

Quick situation update & help asked


Orisis

Due to not much energy because of Real Life(tm) problems (work) a.t.m. this project is going a bit slow. For those who are waiting for the Orisis Patch: I hope I can do that in the weekend.

Anyone getting crashes when shooting at it? I want to know if I have to make a lighter than light version of the texture. It seems to use much rescources.

Superhub
Model done and textures done and you can even dock. However I need somebody to make a script for it so that it appears at a fairly high tech level and only at large population planets as a replacement for the main station. Can do that for me? It's a really nice model and I won't want to see it go to waste.


Aurora

Probably also needs re centering. I will look into that after the Orisis. I need also someone for this ship to make a special OXP around it.

Model and shaders: done
Centering: Not done and not right
AI tweaking: Not done (it turns to fast)
It maybe needs special AI to stay away from the main station as it's so large.
Can anybody make the docking port work? I dont't have a clue.

EDIT. I want the ship make so rare that there is only 1.
- Is it possible to make a route for it so that it jumps from planet to planet. For example from Lave to Tianve?
- I want to give it nice facility's on board such as a high tech shipyard, a hoopy casino and a special space bar. Are such things possible?
-I also want to add an unloading procedure near stations that work the same as the hammerhead. In fact there are 2 hammerhead container points under the belly.

Sorry for asking so much questions.
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
Nemoricus
---- E L I T E ----
---- E L I T E ----
Posts: 388
Joined: Mon May 18, 2009 8:51 pm

Post by Nemoricus »

pagroove wrote:
EDIT. I want the ship make so rare that there is only 1.
- Is it possible to make a route for it so that it jumps from planet to planet. For example from Lave to Tianve?
- I want to give it nice facility's on board such as a high tech shipyard, a hoopy casino and a special space bar. Are such things possible?
-I also want to add an unloading procedure near stations that work the same as the hammerhead. In fact there are 2 hammerhead container points under the belly.
It would be fairly easy to write a script that has the Aurora at certain places at certain times. Just forward me the route you want it to follow and I'll write the script for you.

Tech level is easy. Put the following code in the ship's entry in shipdata.plist.

Code: Select all

<key>equivalent_tech_level</key>
<integer>14</integer>

<key>hasShipyard</key>
<real>1<real/>
Just replace the integer with the tech level you want it to have minus one.

Hoopy casino I haven't seen the script for, so I can't help you there at the moment.

For special space bar, what exactly do you mean?

Talk to Thargoid about the Hammerhead script.
Dream as if you'll live forever
Live as if you'll die tomorrow
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

Nemoricus wrote:
pagroove wrote:
EDIT. I want the ship make so rare that there is only 1.
- Is it possible to make a route for it so that it jumps from planet to planet. For example from Lave to Tianve?
- I want to give it nice facility's on board such as a high tech shipyard, a hoopy casino and a special space bar. Are such things possible?
-I also want to add an unloading procedure near stations that work the same as the hammerhead. In fact there are 2 hammerhead container points under the belly.
It would be fairly easy to write a script that has the Aurora at certain places at certain times. Just forward me the route you want it to follow and I'll write the script for you.

Tech level is easy. Put the following code in the ship's entry in shipdata.plist.

Code: Select all

<key>equivalent_tech_level</key>
<integer>14</integer>

<key>hasShipyard</key>
<real>1<real/>
Just replace the integer with the tech level you want it to have minus one.

Hoopy casino I haven't seen the script for, so I can't help you there at the moment.

For special space bar, what exactly do you mean?

Talk to Thargoid about the Hammerhead script.

I will put them up at my box account so you can download both the Superhub and the Aurora OXP's this weekend.

On the Orisis. As Eric has patched it. I will put up a new version with the patch applied this weekend.
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

http://www.box.net/shared/0b3k9z6ds9

I decided to share a preview version of the Aurora. Just to see if someone is willing to include this in an OXP.

Known issues:

-Collision box has to be fixed.
-I did nothing to the AI.
-I did nothing to the ships parameters
-No readme

But:
- Shaders By Griff
- You can see how big it is.
- You can test if such a ship works

So its a very premature version.
This version has a spawn script included.
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
Nemoricus
---- E L I T E ----
---- E L I T E ----
Posts: 388
Joined: Mon May 18, 2009 8:51 pm

Post by Nemoricus »

Looks fabulous. And huge.

However, the collision is off. I was able to clip through its nose. But otherwise it's very good.
Dream as if you'll live forever
Live as if you'll die tomorrow
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

Like I pm'd you the collision box is the problem. I collide very early with it. Probably due to the same problem like on the Orisis. The model is ( I think) not centered
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

New version can be downloaded here.

http://www.box.net/shared/es4hkazhj2

- Tweaks in shipdata.plist> Ship is more easy to destroy
- Updated texture > Light versions included
- Bigships.OXP 1.01 included


Image

About The Orisis Ferry

The Orisis Ferry is a large Megaship by GASECspaceliners.It is based on the basic Orisis Hull. It is a large passenger carrier intended for longer distances and also for systems outside the spaceways.

Currently it is operated by Oo-Go which provides different trips and cruises along the 8 galaxies. The Orisis Carrier does not dock.
It loads from within the Safety zone.

Known facts
First testflight was a disaster. An Astroid that travelled through the Witchspace hole impacted the ship @ Diso and the first ship was destroyed. (read about it in Daddyhoggies' excellent story Lazarus: https://bb.oolite.space/viewtopic.php?t=6103
Later versions of the Orisis have some structural upgrades to prevent such disasters. Now the auto lifepod system ejects the passengers in case of disaster.
Last edited by pagroove on Thu Jun 02, 2011 3:15 pm, edited 1 time in total.
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
Lestradae
---- E L I T E ----
---- E L I T E ----
Posts: 3095
Joined: Tue Apr 17, 2007 10:30 pm
Location: Vienna, Austria

..

Post by Lestradae »

:D

Downloading now ... very 8)
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

Image

Download link

http://www.box.net/shared/4i9puibm6e

Orisis V1.3. OXP

Concept and Idea: P.A. Groove
Reskins and new models: ADCK
Scripting and help: Thargoid
Some fiction facts: Thanks to Daddyhoggy: Read his story Lazarus

--------------------------------------
Bigships
----------------------------------------
Included with this OXP is the excellent Bigships.oxp from Thargoid and Eric Walch. Before using this ship install the Bigships.oxp

V 1.3. changes from v1.2

- Ship now has shaders
- Several variants by ADCK


On the ADCK variant


Large trade companies needed a workhorse. Gasecspaceliners contracted shipbuilder ADCK for that. ADCK built a lighter yet stronger hull giving the ship even planetary landing capabilities.
It is now a common sight in the safer systems.
Last edited by pagroove on Thu Jun 02, 2011 3:15 pm, edited 1 time in total.
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8515
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

Cor - thanks for the mention!

:)

It's such a classy ship - it had to go in Lazarus!
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
ADCK
---- E L I T E ----
---- E L I T E ----
Posts: 771
Joined: Thu Dec 24, 2009 12:30 am
Location: Sydney
Contact:

Post by ADCK »

Hehe the red one's my favourite, reminds me of Red Dwarf :P
User avatar
JazHaz
---- E L I T E ----
---- E L I T E ----
Posts: 2991
Joined: Tue Sep 22, 2009 11:07 am
Location: Enfield, Middlesex
Contact:

Post by JazHaz »

As requested by P.A.Groove, this OXP is now on the Wiki:

http://wiki.alioth.net/index.php/Orisis
JazHaz

Gimi wrote:
drew wrote:
£4,500 though! :shock: <Faints>
Cheers,
Drew.
Maybe you could start a Kickstarter Campaign to found your £4500 pledge. 8)
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!
User avatar
spara
---- E L I T E ----
---- E L I T E ----
Posts: 2691
Joined: Wed Aug 15, 2012 4:19 am
Location: Finland

Re: (RELEASE) Orisis Class (updated to 1.3)

Post by spara »

Download link does not work anymore :(?
Post Reply