Advertisement
Vrishnak92

Issue with bin conversion

Feb 24th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. TXT
  2. entityType "Buff"
  3. onReapplyDuplicateType "PrioritizeOldBuffs"
  4. buffStackingLimitType "ForAllPlayers"
  5. stackingLimit 1
  6. allowFirstSpawnerToStack FALSE
  7. buffExclusivityForAIType "ExclusiveForAllPlayers"
  8. isInterruptable FALSE
  9. isChannelling FALSE
  10. numInstantActions 1
  11. instantAction
  12. buffInstantActionType "SpawnShipsAtPlanet"
  13. instantActionTriggerType "OnDelay"
  14. delayTime 0.000000
  15. spawnShipsLevelCount 1
  16. spawnShips
  17. minFleetPoints 2000.000000
  18. maxFleetPoints 2000.000000
  19. requiredShipCount 2
  20. requiredShip
  21. type "TITAN_PHASELOYALIST"
  22. minCount 1
  23. maxCount 1
  24. requiredShip
  25. type "CAPITALSHIP_PHASESIEGE"
  26. minCount 30
  27. maxCount 30
  28. randomShipCount 0
  29. spawnShips
  30. minFleetPoints 0.000000
  31. maxFleetPoints 0.000000
  32. requiredShipCount 0
  33. randomShipCount 0
  34. spawnShips
  35. minFleetPoints 0.000000
  36. maxFleetPoints 0.000000
  37. requiredShipCount 0
  38. randomShipCount 0
  39. spawnShips
  40. minFleetPoints 0.000000
  41. maxFleetPoints 0.000000
  42. requiredShipCount 0
  43. randomShipCount 0
  44. spawnShips
  45. minFleetPoints 0.000000
  46. maxFleetPoints 0.000000
  47. requiredShipCount 0
  48. randomShipCount 0
  49. spawnShips
  50. minFleetPoints 0.000000
  51. maxFleetPoints 0.000000
  52. requiredShipCount 0
  53. randomShipCount 0
  54. spawnShips
  55. minFleetPoints 0.000000
  56. maxFleetPoints 0.000000
  57. requiredShipCount 0
  58. randomShipCount 0
  59. spawnShips
  60. minFleetPoints 0.000000
  61. maxFleetPoints 0.000000
  62. requiredShipCount 0
  63. randomShipCount 0
  64. spawnShips
  65. minFleetPoints 0.000000
  66. maxFleetPoints 0.000000
  67. requiredShipCount 0
  68. randomShipCount 0
  69. spawnShips
  70. minFleetPoints 0.000000
  71. maxFleetPoints 0.000000
  72. requiredShipCount 0
  73. randomShipCount 0
  74. spawnShipsArrivalDelayTime 7.000000
  75. spawnShipsHyperspaceSpawnType "FleetBeacon"
  76. numPeriodicActions 0
  77. numOverTimeActions 0
  78. numEntityModifiers 0
  79. numEntityBoolModifiers 0
  80. numFinishConditions 1
  81. finishCondition
  82. finishConditionType "AllOnDelayInstantActionsDone"
  83. [end of entity file, list of errors starts below]
  84. Text FileArchive missing Label.
  85.  
  86. File: C:\Users\Jeffrey\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.82 Dev\More Cargo Slots(vri)\GameInfo\RandomEventPirateTitan.entity
  87. Label: spawnShipsArrivalDelayTime
  88. Line Number:28
  89. Line Contents: spawnShips
  90. and repeats this error until it reaches Label: finishCondition
  91.  
  92. Also, on the side, i have this error popup whenever i activate a mod (but not in unmodded vanilla; has no adverse effect on gameplay):
  93.  
  94. Assert @ D:\projects\SINS\SinsRebellion\main\CodeSource\GS/Entity/Interfaces/IResearchSubject.cpp(131)
  95.  
  96. m_Tier == researchWindowLocation.pos.m_X
  97.  
  98. the above refers to something that should be in the D drive... but i run the game using digital, so not sure whats going on here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement