View Issue Details

IDProjectCategoryLast Update
0019172AI War 2Gameplay IssueJun 19, 2017 8:38 pm
ReporterBadgerBadger Assigned Tokeith.lamothe  
Severityminor 
Status resolvedResolutionfixed 
Product Version0.401 Ship Batch 6 of 7, And Gimbal Perfoooormance! 
Fixed in Version0.450 Sound! 
Summary0019172: Golems aren't seeded
DescriptionI started a new game and looked for all the new Golems! However, I didn't see any on the galaxy screen. When I checked MapGeneration.cs, I saw
            galaxy.Mapgen_SeedSpecialEntities( Context, "EMPWarheadSilo", 2 );
            //galaxy.Mapgen_SeedSpecialEntities( Context, "Golem", 3 );
            galaxy.Mapgen_SeedSpecialEntities( Context, "SpecialForcesSecretNinjaHideout", Math.Max( 1, galaxy.Planets.Count / 10 ) );

I replaced the commented out line with galaxy.Mapgen_SeedSpecialEntities( Context, World_AIW2.Instance.GetNeutralSide(), "Golem", 3 );

and then it seemed to work correctly
TagsNo tags attached.

Activities

BadgerBadger

Jun 13, 2017 12:08 am

manager   ~0046281

It is possible this is due to an error on my part, so if the code looks good on your end then please return this bug.

Issue History

Date Modified Username Field Change
Jun 13, 2017 12:07 am BadgerBadger New Issue
Jun 13, 2017 12:08 am BadgerBadger Note Added: 0046281
Jun 19, 2017 8:38 pm Chris_McElligottPark Status new => resolved
Jun 19, 2017 8:38 pm Chris_McElligottPark Fixed in Version => 0.450 Sound!
Jun 19, 2017 8:38 pm Chris_McElligottPark Resolution open => fixed
Jun 19, 2017 8:38 pm Chris_McElligottPark Assigned To => keith.lamothe