Esempio n. 1
0
 public string GetFilename()
 {
     return(LaunchDB.GetBaseFilePath(turner.GetType(), string.Format("gt_launchdb_{0}_{1}.cfg", turner.LaunchName, turner.LaunchBody.name)));
 }
Esempio n. 2
0
        internal static string ConfigFilename(Vessel vessel)
        {
            string name = vessel.mainBody.name.Replace('"', '_');

            return(LaunchDB.GetBaseFilePath(instance.GetType(), string.Format("gt_vessel_{0}_{1}.cfg", vessel.id.ToString(), name)));
        }