Jump to content

[KSP >= 1.3.1] Kourageous Tourists /L - 0.6.0.1 - 2022-1128


Lisias

Recommended Posts

		protected override bool ConfigureContract()
		{
			base.ConfigureContract(); // Ignore the return
			this.achievementsRequired.Add("FirstLaunch");

			chosenAnomaly = Database.Instance.chooseAnomaly(targetBody);
			if (chosenAnomaly == null) return false;

			this.achievementsRequired.UnionWith(chosenAnomaly.achievementsRequired);
			this.achievementsRequired.Add(chosenAnomaly.poi);

			this.celestialBodyAccomplishmentsRequired.UnionWith(chosenAnomaly.celestialBodyAccomplishmentsRequired);

			this.difficultyMultiplier = chosenAnomaly.payoutModifier;

			return true;

if i delete all anomalies from Kourage.cfg, then anomaly contracts would not be created? 

Link to comment
Share on other sites

On 11/20/2024 at 4:22 PM, q250 said:

If i delete all anomalies from Kourage.cfg, then anomaly contracts would not be created? 

Yep. Because KT would not know what to do with them!

Link to comment
Share on other sites

9 minutes ago, q250 said:

good. it is working with stock system replacer planet packs then.

That's the whole idea. :)

You can add anomalies, remove them all, you name it - KT will find its way. No to mention that you can create your own mission templates too for any extra anomaly you add to the planetary system.

(Contracts for anomalies are only presented for anomalies you had discovered)

Link to comment
Share on other sites

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