Jump to content

Spawning a craft in atmosphere


Recommended Posts

I've seen some examples of people spawning vessels in orbit while in flight but I'm having difficulty spawning a craft in the atmosphere as they appear to spawn on rails and immediately get removed for being in atmosphere.

I've tried instantiating vessels, loading from protovessel and loading from config node and cant seem to get anywhere.

I assume it should look something like this:

Vessel original = FlightGlobals.ActiveVessel;
ProtoVessel pv = new ProtoVessel(original);

pv.position = original.transform.position + new Vector3(100f,0f,0f);

pv.Load();

is that anything like what I should be doing here? Is there an accepted way of doing this?

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...