Skip to content
Eugene Medvedev edited this page Jul 19, 2014 · 3 revisions

You might have heard of Reflaginator. Since I stumbled onto such a nice way to get the stock flag selection menu to show up, I decided to make a from-scratch rewrite of Reflaginator that would use it. The basic functions are identical: This module permits a kerbal on EVA to acquire a new flag without entering a capsule, and it permits the same kerbal to swap the flag initially selected for the mission that he spawns with for a different one.

  • selectable -- Boolean, defaults to true. If false, swapping flags for a different one will not be permitted.
  • refills -- Integer, and persistent too. Defaults to four. If it is negative, the number of times the kerbals will be able to take a fresh flag is unlimited, but otherwise, kerbals will only be able to pick up a new flag this many times. Notice that kerbals always spawn with exactly one flag.
  • takeFlagMenuString -- Menu string for the take new flag option. Defaults to "Take flag"
  • selectFlagMenuString -- Menu string for the select a different flag option. Defaults to "Select flag"
  • unfocusedActivationRange -- The activation range for menu options, measured from part zero as usual. Defaults to 5.

Clone this wiki locally