Jump to content

Recommended Posts

G'day all

 

Although I'm able to locate it in Zeus, I can't seem to find the HMS Proteus sub in Eden. Can anybody help me with the classname please or an alternate way to spawn it?

 

edit: I believe it comes available in the 101 Editor; however I being lead to understand that Eden mucks 101 up?

Share this post


Link to post
Share on other sites


_submarine = "Submarine_01_F" createVehicle getMarkerPos "yourMarker";

Share this post


Link to post
Share on other sites

Thank all for these suggestions.

So no way to spawn the sub so it can be manipulated (rotated) for example?

Share this post


Link to post
Share on other sites

Thank all for these suggestions.

So no way to spawn the sub so it can be manipulated (rotated) for example?

 

Try use setVectorDirAndUp to rotate it to your will. 

_submarine = "Submarine_01_F" createVehicle getMarkerPos "yourMarker";
_submarine setVectorDirAndUp [[0,0,-1],[0,1,0]];

Share this post


Link to post
Share on other sites

If you're spawning it at the position of "yourmarker" try rotating "yourmarker" to your desired orientation. (in work, can't confirm this)

Share this post


Link to post
Share on other sites

If you're spawning it at the position of "yourmarker" try rotating "yourmarker" to your desired orientation. (in work, can't confirm this)

Won't work. Well, unless you submarine setDir markerDir "marker" .

Share this post


Link to post
Share on other sites

I believe if you replace the classname of it with a diffrent object in the SQM you can move it and rotate it in Eden, but I haven't tried it.

Share this post


Link to post
Share on other sites

There is a search function in Eden.

  • Like 1

Share this post


Link to post
Share on other sites

There is a search function in Eden.

 

I was thinking about that too but I didn't know if one of my mods was making it visible like CUP or RHS.

Share this post


Link to post
Share on other sites

It's in eden editor, it's under Empty\Structures (Altis)\Seaport\HMS Proteus.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×