Jump to content

wowgetoffyourcellphone

0 A.D. Art Team
  • Posts

    11.469
  • Joined

  • Last visited

  • Days Won

    601

Everything posted by wowgetoffyourcellphone

  1. There can be a 2nd actor with a different animation. The tech can alter the template to use this 2nd actor. Techs can change an object's base actor, just can't change prop actors specifically.
  2. Yes, that was my chief inspiration.
  3. The map is low key terrible. lol I've often advocated for removing the terrible maps from the game entirely, but I've been frequently overruled on that.
  4. Just wondering if somebody would want to help me make this a reality.
  5. Probably being researched in a different barracks.
  6. Nice. Which part are you animating? The grindstone? I wonder of you'd be willing to help animate the Sasanian farmstead. It has two sail-driven grindstones. Perhaps as with the forge smoke, the sails can turn when the farmstead is researching (rule of cool).
  7. I fixed a few refs in research manager and had a match vs AI where their units didn't go idle. I'll attempt some more test matches tonight. EDIT: Nevermind. Still happening: I see they have plenty of food, but have stopped gathering the wood needed for phase-up for some reason.
  8. Sadly, we can't currently only change props from techs, we can only swap in a whole unit actor. So, the best you could do is "levels" of gear, like "Basic Kit" -> "Medium Armor" -> "Heavy Panoply", which is fine and can definitely work. Then attack could increase by ranking.
  9. Looks like pickRandom was deleted as a tech research option in https://gitea.wildfiregames.com/0ad/0ad/pulls/8468/files#diff-982d380b40dc36243a91196999bdea61854236ba But I use it in DE's researchManager: if (tech[0] == "gather_lumbering_ironaxes" || tech[0] == "gather_mining_pickaxes") return { "name": pickRandom(["gather_lumbering_ironaxes", "gather_mining_pickaxes"]), "increasePriority": true }; if (tech[0] == "forge/techs_forge_cost" || tech[0] == "forge/techs_forge_speed") return { "name": pickRandom(["forge/techs_forge_cost", "forge/techs_forge_speed"]), "increasePriority": true }; Could this cause the problem? I really want the AI to choose a tech out of these pairs. It worked well enough in R28. If that's true, then base game's researchManager is bugged too at line 91: if (tech[0] == "traditional_army_sele" || tech[0] == "reformed_army_sele") return { "name": pickRandom(["traditional_army_sele", "reformed_army_sele"]), "increasePriority": true };
  10. Making headway! Any ideas for auras and techs?
  11. The current Achaemenid wonder in DE is the Apadana of Darius.
  12. He seems like a worthy addition, but having 6 would strain the current choice UI layout. I'd actually like to redesign the choice layout to allow for more hero choices, but I am no UI coder. I'd need help on the code side.
  13. Nope, not a problem. I'd probably consider "antiquity" in Iran to last until the Muslim conquest. In the West, it was the German conquests, maybe even until Constantinople finally lost Rome (which would allow for Justinian and Belisarius, "the Last Romans").
  14. Roman Cataphract becomes available if you choose Aurelian for your hero.
  15. I wonder if DE's simulation\components\Helpers.js and Environment.js files (needed for sandstorms and blizzards) needs to be "deserialized" like the other components.
  16. I know. They've been in the config file for years. I've gotten the AI to build special buildings again, which is good. But outstanding issues remain: The AI will hunt elephants and ignore nearby, readily-available berries. The AI will stop gathering wood 5-10 minutes into the match, never gathering enough to research Town Phase. The citizens will just stand at the Civic Center. The AI will default to building its military buildings on the "South" side of their base, no matter which direction the enemy base is. These are pretty severe issues, making the AI very weak to the player.
×
×
  • Create New...