Guest User

Untitled

a guest
Feb 4th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. buildOrder = [ROBOTICS_FACTORY, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE]
  2. Loop index: 0
  3. Allowed action: StartUpgradeBuildingAction(METAL_MINE, -1)
  4. Allowed action: StartUpgradeBuildingAction(CRYSTAL_MINE, -1)
  5. Allowed action: StartUpgradeBuildingAction(DEUTERIUM_SYNTHESIZER, -1)
  6. Allowed action: StartUpgradeBuildingAction(SOLAR_PLANT, -1)
  7. Allowed action: WaitForBuildingAction(METAL_STORAGE, -1)
  8. Allowed action: WaitForBuildingAction(CRYSTAL_STORAGE, -1)
  9. Allowed action: WaitForBuildingAction(DEUTERIUM_TANK, -1)
  10. Building failed of ROBOTICS_FACTORY
  11. It's broken???
  12. Fixing build order for: DEUTERIUM_SYNTHESIZER
  13. Checking on position = 0
  14. buildOrderCopy = [DEUTERIUM_SYNTHESIZER, ROBOTICS_FACTORY, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE]
  15. buildOrder = [DEUTERIUM_SYNTHESIZER, ROBOTICS_FACTORY, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE, METAL_MINE]
  16. Loop index: 0
  17. Allowed action: StartUpgradeBuildingAction(METAL_MINE, -1)
  18. Allowed action: StartUpgradeBuildingAction(CRYSTAL_MINE, -1)
  19. Allowed action: StartUpgradeBuildingAction(DEUTERIUM_SYNTHESIZER, -1)
  20. Performed start building: StartUpgradeBuildingAction(DEUTERIUM_SYNTHESIZER, 0)
  21. Loop index: 0
  22. Allowed action: FinishUpgradeBuildingAction(DEUTERIUM_SYNTHESIZER, -1)
  23. Performed finish building: FinishUpgradeBuildingAction(DEUTERIUM_SYNTHESIZER, 432)
  24. Loop index: 1
  25. Allowed action: StartUpgradeBuildingAction(METAL_MINE, -1)
  26. Allowed action: StartUpgradeBuildingAction(CRYSTAL_MINE, -1)
  27. Allowed action: WaitForBuildingAction(DEUTERIUM_SYNTHESIZER, -1)
  28. Allowed action: StartUpgradeBuildingAction(SOLAR_PLANT, -1)
  29. Allowed action: WaitForBuildingAction(METAL_STORAGE, -1)
  30. Allowed action: WaitForBuildingAction(CRYSTAL_STORAGE, -1)
  31. Allowed action: WaitForBuildingAction(DEUTERIUM_TANK, -1)
  32. Building failed of ROBOTICS_FACTORY
  33. Blocked by: DEUTERIUM_SYNTHESIZER
Advertisement
Add Comment
Please, Sign In to add comment