Page 1 of 1

[WIP] FE2 Imperial Courier

Posted: Wed Mar 28, 2012 11:35 pm
by dertien
An old classic that needs no introduction.

A favorite of many Commanders including myself in Frontier Elite 2, but hated them as an opponent. Coming soon too Oolite. This version alas has no rotating nacelles. If someone could explain or point me to a forum thread what makes the engines on the already downloadable imperialcourier.oxp tick, please let me know. (http://wiki.alioth.net/index.php/Imperi ... 8Oolite%29) there doesnt seem to be a script in the folder...

I plan to add some hull detail to make em up to par with Griff's ships so it will fit in nicely with his. The design of this one was based on the drawing made by KarnaK found here:
http://browse.deviantart.com/?qh=&secti ... R#/d1s1btu

Concept art by KarnaK

Image

Wings 3D shots

Image
Image
Image
Image

Hope you guys enjoy :)

Re: [WIP] FE2 Imperial Courier

Posted: Thu Mar 29, 2012 4:17 am
by Capt. Murphy
dertien wrote:
If someone could explain or point me to a forum thread what makes the engines on the already downloadable imperialcourier.oxp tick, please let me know.
They are sub-entities on that version, and sub entity rotation is defined in shipdata....

http://wiki.alioth.net/index.php/Shipda ... l_velocity

Re: [WIP] FE2 Imperial Courier

Posted: Thu Mar 29, 2012 9:13 am
by Selezen
Whut? Wassat? Someone's stealing my Imp Courier thunder? Stepping on my rhubarb??? Darn kids.

;-)

Welcome to the Imperial Courier Modeller's Club!

The relevant portion of the shipdata is this:

Code: Select all

        <key>subentities</key>
            <array>
                    <string>iceng_stbd 69 -12.4 0	1 0 0 0</string>
                    <string>iceng_port -69 -12.4 0	1 0 0 0</string>
            </array>
The "1 0 0 0" part at the end is, as far as I remember, the quaternion that dictates the rotation. Not sure what the rate is.

Your model looks great! I look forward to seeing her fly. :-)

Re: [WIP] FE2 Imperial Courier

Posted: Thu Mar 29, 2012 11:48 am
by Fatleaf
Now the question is..... will it still throw up errors for not being able to launch from a Rock Hermit? :wink:

Re: [WIP] FE2 Imperial Courier

Posted: Thu Mar 29, 2012 2:08 pm
by Storm
Didn't the Imperial Courier and Trader in FE have those booms also on extendable/retractable arms? I seem to recall that from Frontier back on my old Amiga. Maybe a script that works in a similar fashion to Thargoids butterfly OXP, where the wings on his butterflies flatten out as they approach dock?

Re: [WIP] FE2 Imperial Courier

Posted: Thu Mar 29, 2012 7:01 pm
by Commander McLane
Selezen wrote:
The relevant portion of the shipdata is this:

Code: Select all

        <key>subentities</key>
            <array>
                    <string>iceng_stbd 69 -12.4 0	1 0 0 0</string>
                    <string>iceng_port -69 -12.4 0	1 0 0 0</string>
            </array>
The "1 0 0 0" part at the end is, as far as I remember, the quaternion that dictates the rotation. Not sure what the rate is.
With all due respect to the guy that created this ship: no. :)

This quaternion dictates in which direction the subentity points.

The relevant parts in shipdata are in the definitions of the subentities themselves:

Code: Select all

	<key>iceng_port</key>
	<dict>
		...
		<key>rotational_velocity</key>
		<string>0.707 0.0 0.0 0.707</string>
and

Code: Select all

	<key>iceng_stbd</key>
	<dict>
		...
		<key>rotational_velocity</key>
		<string>0.707 0.0 0.0 -0.707</string>

Re: [WIP] FE2 Imperial Courier

Posted: Fri Mar 30, 2012 8:40 am
by Selezen
Commander McLane wrote:
With all due respect to the guy that created this ship: no. :)

This quaternion dictates in which direction the subentity points.

The relevant parts in shipdata are in the definitions of the subentities themselves:

Code: Select all

	<key>iceng_port</key>
	<dict>
		...
		<key>rotational_velocity</key>
		<string>0.707 0.0 0.0 0.707</string>
and

Code: Select all

	<key>iceng_stbd</key>
	<dict>
		...
		<key>rotational_velocity</key>
		<string>0.707 0.0 0.0 -0.707</string>
Ah, pants. Sorry, didn't read far enough down the plist. :-(

See, this is why I dropped out of doing OXPs... ;-)

Re: [WIP] FE2 Imperial Courier

Posted: Sat Apr 21, 2012 7:54 pm
by maik
added it to the WIP section of the [wiki]OXP List[/wiki]