View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0019172 | AI War 2 | Gameplay Issue | Jun 13, 2017 12:07 am | Jun 19, 2017 8:38 pm | |
Reporter | BadgerBadger | Assigned To | keith.lamothe | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.401 Ship Batch 6 of 7, And Gimbal Perfoooormance! | ||||
Fixed in Version | 0.450 Sound! | ||||
Summary | 0019172: Golems aren't seeded | ||||
Description | I 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 | ||||
Tags | No tags attached. | ||||
|
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. |
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 |