Advertisement
Guest User

Untitled

a guest
Jun 10th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ==Exception.log==
  2. HACKY Red Alert Mod at Version playtest-20140602
  3. Operating System: Windows (Microsoft Windows NT 6.2.9200.0)
  4. Runtime Version: .NET CLR 4.0.30319.18033
  5. Exception of type `System.Collections.Generic.KeyNotFoundException`: The given key was not present in the dictionary.
  6. at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  7. at OpenRA.ReadOnlyDictionary`2.get_Item(TKey key)
  8. at OpenRA.Mods.RA.AirstrikePower.Activate(Actor self, Order order, SupportPowerManager manager)
  9. at OpenRA.Mods.RA.SupportPowerInstance.Activate(Order order)
  10. at OpenRA.Mods.RA.SupportPowerManager.ResolveOrder(Actor self, Order order)
  11. at OpenRA.Network.UnitOrders.ProcessOrder(OrderManager orderManager, World world, Int32 clientId, Order order)
  12. at OpenRA.Network.OrderManager.Tick()
  13. at OpenRA.Game.TickInner(OrderManager orderManager)
  14. at OpenRA.Game.Tick(OrderManager orderManager)
  15. at OpenRA.Game.Run()
  16. at OpenRA.Program.Run(String[] args)
  17. at OpenRA.Program.Main(String[] args)
  18.  
  19.  
  20. ==Code snippets==
  21. AirstrikePower:
  22. Icon: parabombs
  23. ChargeTime: 3
  24. SquadSize: 1
  25. Description: Paranuke
  26. LongDesc: A U2 bomber drops a single mininuke.
  27. OneShot: no
  28. AllowMultiple: no
  29. UnitType: uberu2.paranuke
  30. SelectTargetSound: slcttgt1.aud
  31. FlareActor: flare
  32.  
  33.  
  34. UBERU2.paranuke:
  35. Inherits: ^Plane
  36. AttackBomber:
  37. Armaments: primary
  38. Armament@PRIMARY:
  39. Weapon: UBERParanuke
  40. Health:
  41. HP: 2000
  42. Armor:
  43. Type: Heavy
  44. Plane:
  45. ROT: 7
  46. Speed: 373
  47. LimitedAmmo:
  48. Ammo: 1
  49. RenderUnit:
  50. Image: u2
  51. WithShadow:
  52. IronCurtainable:
  53. -Selectable:
  54. -GainsExperience:
  55. Tooltip:
  56. Name: U2 Tactical Bomber
  57. Contrail@1:
  58. Offset: -725,683,0
  59. Contrail@2:
  60. Offset: -725,-683,0
  61. LeavesHusk:
  62. HuskActor: U2.Husk
  63. SmokeTrailWhenDamaged:
  64. Offset: -1c43,0,0
  65. Interval: 2
  66. RejectsOrders:
  67.  
  68.  
  69. UBERParanuke:
  70. ROF: 10
  71. Range: 1c0
  72. Report: CHUTE1.AUD
  73. Projectile: GravityBomb
  74. Image: PARABOMB
  75. Velocity: 22
  76. Acceleration: 0
  77. ValidTargets: Ground, Water, Air
  78. Warhead@impact:
  79. Damage: 750
  80. Spread: 1c0
  81. Size: 1
  82. Ore: true
  83. Versus:
  84. Concrete: 25%
  85. Explosion: nuke
  86. WaterExplosion: nuke
  87. InfDeath: 5
  88. ImpactSound: kaboom1.aud
  89. Warhead@areanuke1:
  90. Damage: 300
  91. Spread: 2c0
  92. Size: 2
  93. Ore: true
  94. Versus:
  95. Concrete: 25%
  96. Delay: 5
  97. InfDeath: 5
  98. ImpactSound: kaboom22.aud
  99. Warhead@areanuke2:
  100. Damage: 300
  101. Spread: 3c0
  102. Size: 3
  103. Ore: true
  104. Versus:
  105. Concrete: 25%
  106. Delay: 10
  107. InfDeath: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement