Jump to content

wowgetoffyourcellphone

0 A.D. Art Team
  • Posts

    11.107
  • Joined

  • Last visited

  • Days Won

    566

Everything posted by wowgetoffyourcellphone

  1. I've always heard it called a turn based system. Never heard of "shift" system.
  2. https://trac.wildfiregames.com/changeset/23859 https://trac.wildfiregames.com/changeset/23860 ?
  3. Okay, then he's talking about D2300.... Why you obfuscating brev?
  4. Depends. If you just want to create 2 or 3 new biomes now for A24, and then all the rest for A25, that's up to you. I just thought there was already plenty of other things holding A24 back. lol The ones we add to A24, like India, need to be new biomes and not updated old ones. We don't want to have to update all the random maps yet until the entire biome/terrain overhaul is complete.
  5. Yeah they do. Galatian Heavy Cavalry mercenary.
  6. Metal mines for the India biome. I think I will use these meshes and textures to improve the metal mines for all biomes.
  7. { "genericName": "General Craterus", "description": "General Craterus.", "icon": "mace_hero_craterus_card.png", "tooltip": "Select General Craterus to lead your civilization.", "modifications": [ { "value": "ProductionQueue/Entities/_string", "tokens": "-units/mace_hero_philip_infantry -units/mace_hero_demetrius_infantry -units/mace_hero_alexander_infantry", "affects": "CivilCentre" } ] } I get this error now once a building is "completed", but is not really completed. It just sits at 99.999999% completed. @wraitii @Angen @Freagarach
  8. I think D2875 is aesthetically better. It unifies the little portrait sizes and keeps the dynamic shape of the HUD.
  9. Thank you for the correction. My criticism of unifying all infantry speeds still stands. The justification for D2300 is indeed because of shuttling speed.
  10. I am in 100% agreement with @borg- on these. You are changing combat balance and realism to solve the shuttle speed problem, when the actual solution is to add a shuttle speed feature. I didn't agree with cavalry speed unification either (again, it was done to solve meat shuttling during hunting).
  11. I vote increasing minimum screen resolution and then making the HUD longer. +1
  12. Neh Meh, at 100 seconds I get this similar error: ERROR: Script message handler OnOwnershipChanged failed ERROR: Script message handler OnOwnershipChanged failed ERROR: Script message handler OnOwnershipChanged failed ERROR: Script message handler OnGlobalOwnershipChanged failed ERROR: Script message handler OnGlobalOwnershipChanged failed ERROR: Script message handler OnGlobalOwnershipChanged failed ERROR: Script message handler OnGlobalOwnershipChanged failed ERROR: Script message handler OnGlobalOwnershipChanged failed ERROR: Script message handler OnGlobalOwnershipChanged failed ERROR: Error in timer on entity 1304, IID97, function TimerHandler: TypeError: token.split is not a function ProductionQueue.prototype.CalculateEntitiesMap/this.entitiesMap<@simulation/components/ProductionQueue.js:142:1 ProductionQueue.prototype.CalculateEntitiesMap@simulation/components/ProductionQueue.js:135:21 ProductionQueue.prototype.OnOwnershipChanged@simulation/components/ProductionQueue.js:624:3 Foundation.prototype.Build@simulation/components/Foundation.js:417:3 Builder.prototype.PerformBuilding@simulation/components/Builder.js:78:3 UnitAI.prototype.UnitFsmSpec.INDIVIDUAL.REPAIR.REPAIRING.Timer@simulation/components/UnitAI.js:2883:6 FSM.prototype.ProcessMessage@simulation/helpers/FSM.js:265:12 UnitAI.prototype.TimerHandler@simulation/components/UnitAI.js:4110:2 Timer.prototype.OnUpdate@simulation/components/Timer.js:139:4
  13. This one still gives that error { "genericName": "Socrates", "description": "Socrates.", "icon": "athen_hero_socrates_card.png", "tooltip": "Select Socrates to lead your civilization.", "modifications": [ { "value": "ProductionQueue/Entities/_string", "tokens": "-units/athen_hero_miltiades_infantry -units/athen_hero_themistocles -units/athen_hero_pericles -units/athen_hero_iphicrates", "affects": "CivilCentre" } ] }
  14. Oddly, altering the tech like this removed the error code. { "genericName": "Iphicrates", "description": "Iphicrates.", "icon": "athen_hero_iphicrates_card.png", "tooltip": "Select Iphicrates to lead your civilization.", "modifications": [ { "value": "ProductionQueue/Entities/_string", "tokens": "-units/athen_hero_miltiades_infantry -units/athen_hero_themistocles -units/athen_hero_pericles", "affects": "CivilCentre" }, { "value": "ProductionQueue/Entities/_string", "tokens": "-units/athen_hero_socrates", "affects": "Stoa" } ] }
×
×
  • Create New...