The Stars of the Pilgrim HD & playerships

Freeform discussion about anything related to modding Transcendence.
Post Reply
AdmiralZo
Militia Lieutenant
Militia Lieutenant
Posts: 228
Joined: Wed Feb 11, 2015 10:32 am
Location: Scouring Dantalion System for CSC Antarctica...

I've been creating this adventure, where the initial playership is an Aquila-class cruiser. The Stars of the Pilgrim HD adds smooth turning to all major ships, but this doesn't seem to apply to them when they're playerships.

Is there any way of achieving this??

Thanks! :D
User avatar
Xephyr
Militia Captain
Militia Captain
Posts: 857
Joined: Fri Dec 14, 2007 1:52 am
Location: Orion Arm, Milky Way
Contact:

I think you'll need to use this as your image.

Code: Select all

<Image imageID="&rsAquilaHD;" imageWidth="210" imageHeight="210"	rotationCount="120" rotationColumns="12"/>
If that doesn't work, then you might just have to copy the image over to your own extension.
Project Renegade (Beta) : "The Poor Man's Corporate Command!"
Real programmers count from 0. And sometimes I do, too.
User avatar
AssumedPseudonym
Fleet Officer
Fleet Officer
Posts: 1190
Joined: Thu Aug 29, 2013 5:18 am
Location: On the other side of the screen.

 Actually, if you use Xeph’s code, you may need to put this into your !ENTITY declarations as well:

Code: Select all

	<!ENTITY rsAquilaHD						"0x00830021">
Image

Mod prefixes: 0xA010 (registered) and 0xDCC8 (miscellaneous)

My mods on Xelerus: Click here!

Of all the things I’ve lost in life, I miss my mind the least. (I’m having a lot more fun without it!)
AdmiralZo
Militia Lieutenant
Militia Lieutenant
Posts: 228
Joined: Wed Feb 11, 2015 10:32 am
Location: Scouring Dantalion System for CSC Antarctica...

It doesn't seem to work. The game says it is an unknown image and then crashed.
If that doesn't work, then you might just have to copy the image over to your own extension.
Where can I get that image from?
User avatar
Xephyr
Militia Captain
Militia Captain
Posts: 857
Joined: Fri Dec 14, 2007 1:52 am
Location: Orion Arm, Milky Way
Contact:

You can use Transdata to decompile StarsOfThePilgrimHD.tdb in you "Collections" folder. Then, take the Aquila image and mask and put them in your extensions folder and define the image like normal.
Project Renegade (Beta) : "The Poor Man's Corporate Command!"
Real programmers count from 0. And sometimes I do, too.
AdmiralZo
Militia Lieutenant
Militia Lieutenant
Posts: 228
Joined: Wed Feb 11, 2015 10:32 am
Location: Scouring Dantalion System for CSC Antarctica...

Thank you Xephyr!! I didn't know you could decompile those as well.. :D
Post Reply