[WIP] FE2 Imperial Courier

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

Moderators: another_commander, winston

Post Reply
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

[WIP] FE2 Imperial Courier

Post 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 :)
Alpha Backer of Elite Dangerous
With 250 GBP :D
User avatar
Capt. Murphy
Commodore
Commodore
Posts: 1127
Joined: Fri Feb 25, 2011 8:46 am
Location: UK South Coast.

Re: [WIP] FE2 Imperial Courier

Post 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
[EliteWiki] Capt. Murphy's OXPs
External JavaScript resources - W3Schools & Mozilla Developer Network
Win 7 64bit, Intel Core i5 with HD3000 (driver rev. 8.15.10.2696 - March 2012), Oolite 1.76.1
User avatar
Selezen
---- E L I T E ----
---- E L I T E ----
Posts: 2513
Joined: Tue Mar 29, 2005 9:14 am
Location: Tionisla
Contact:

Re: [WIP] FE2 Imperial Courier

Post 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. :-)
User avatar
Fatleaf
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 1988
Joined: Tue Jun 08, 2010 5:11 am
Location: In analysis mode on Phaelon
Contact:

Re: [WIP] FE2 Imperial Courier

Post by Fatleaf »

Now the question is..... will it still throw up errors for not being able to launch from a Rock Hermit? :wink:
Find out about the early influences of Fatleaf here. Also his OXP's!
Holds the Ooniversal record for "Thread Necromancy"
Storm
Dangerous
Dangerous
Posts: 91
Joined: Mon Jan 30, 2012 10:27 pm
Location: UK

Re: [WIP] FE2 Imperial Courier

Post 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?
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] FE2 Imperial Courier

Post 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>
User avatar
Selezen
---- E L I T E ----
---- E L I T E ----
Posts: 2513
Joined: Tue Mar 29, 2005 9:14 am
Location: Tionisla
Contact:

Re: [WIP] FE2 Imperial Courier

Post 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... ;-)
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2020
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: [WIP] FE2 Imperial Courier

Post by maik »

added it to the WIP section of the [wiki]OXP List[/wiki]
Post Reply