Project

General

Profile

Bug #13003

Mun Biome 'Lowlands' listed 4x

Added by Olympic1 over 7 years ago. Updated over 7 years ago.

Status:
Closed
Severity:
Very Low
Assignee:
Category:
Gameplay
Target version:
-
Start date:
10/14/2016
% Done:

100%

Version:
Platform:
Linux, OSX, Windows
Expansion:
Language:
English (US)
Mod Related:
No
Votes:
Arrow u r green
Arrow d r red

Description

After each update I run a script in KSP to list all biomes of all the planets and add the new ones to the wiki.
After running the script in 1.2, I noticed that it listed 'Lowlands' 4 times for the Mun. I ran it 3 times now and it keeps listing it 4 times.

Code I use:

print("Name: " + b.bodyName);
print("-------------------");
if (b.BiomeMap != null)
{
    print("Total: " + b.BiomeMap.Attributes.Length);
    foreach (CBAttributeMapSO.MapAttribute biome in b.BiomeMap.Attributes)
    {
        print("Name: " + biome.name);
    }
}
else
    print("No Biomes Found!");

print("");

Output:

Name: Mun
-------------------
Total: 20
Name: Midlands
Name: Northern Basin
Name: East Crater
Name: Northwest Crater
Name: Southwest Crater
Name: Farside Crater
Name: Canyons
Name: Polar Crater
Name: Poles
Name: Polar Lowlands
Name: Highlands
Name: Highland Craters
Name: Midland Craters
Name: East Farside Crater
Name: Twin Craters
Name: Lowlands
Name: Farside Basin
Name: Lowlands
Name: Lowlands
Name: Lowlands

History

#1 Updated by TriggerAu over 7 years ago

  • Status changed from New to Confirmed
  • % Done changed from 0 to 10

Yupp theres 3 extras. will raise it

#3 Updated by TriggerAu over 7 years ago

  • Status changed from Confirmed to Being Worked On
  • Assignee set to TriggerAu
  • % Done changed from 10 to 30

#4 Updated by Olympic1 over 7 years ago

Confirmed that this issue is fixed in 1.2.1

#5 Updated by JPLRepo over 7 years ago

  • Status changed from Being Worked On to Closed
  • % Done changed from 30 to 100

closed based on feedback above.

Also available in: Atom PDF