Jump to content

how to change your flag mid flight


Recommended Posts

Well i just landed on Eve only to find out that the flag i wanted to plant wasn't the right one. Does anyone know how to change the flag after you have landed. Even if this does mean editing persistence. cheers

Link to comment
Share on other sites

A more sensible approach is savefile editing, since replacing your flag file will change it everywhere it is displayed.

One interesting addition to savefile structure in 0.20 was that each part now has a "flag" field in it. First I wondered why, but now I see that this is probably to support flag decals on models -- models can now display the current mission flag if the modeler provisions for it, so they need to know which flag they were launched with. If you dock two ships with different flags, the flags will stay different.

It's a bit finicky to edit as a result, but still trivial:


PART
{
name = some_part_name
...
flag =

You need to edit the flag name in every part of a specific flight if you want to be sure it sticks. If you did not select a different flag for a specific mission, the "flag =" will be empty, and the flag that's actually planted will be the global default one:


GAME
{
version = 0.20.2
...
flag = Squad/Flags/retro

You need to give the path to the flag from GameData, without the file extension.

It is also easy enough to alter the flag that has actually been planted:


VESSEL
{
...
PART
{
name = flag
flag = Squad/Flags/retro

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...