Jump to content

Home

Ebon Hawk Starry Background


TheProphet

Recommended Posts

Does anyone know the variable/boolean i need to activate to get the starry background in the cockpit, all i can do on all 7 modules is see the peragus station. I have been looking all over, anyone know what it is?

 

The view outside the Ebon Hawk cockpit window is set as room animations in the area. The room animations are:

 

1 - Peragus

2 - Citadel station

3 - Telos Academy

4 - Nar Shadaa

5 - Dxun

6 - Dantooine

7 - Korriban

8 - M4-78 (Droid Planet)

9 - Space/Starfield

10 - Malachor

11 - Hyperspace

 

The Ebon Hawk cockpit room has the tag 003EBOq.

 

To show the space starfield outside the window you'd call the PlayRoomAnimation() function in a script like this:

 

PlayRoomAnimation("003EBOq", 9);

Link to comment
Share on other sites

I see and i put this script in the OnEnter struct?

 

In the OnEnter script to make the proper view appear outside the window when you enter the ship, and in the galaxy map script to change the view when you "travel" between planets. That's how the standard game does it at least. :)

 

You'll need to put it in the OnEnter script since the animation state isn't saved. So it'd otherwise automatically default back to the first cockpit view whenever you leave and re-enter the ebon hawk, or whenever you load a savegame there.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...