Jump to content

All Activity

This stream auto-updates

  1. Today
  2. I didn't know you could do that, split unitai.js with a new one. "UnitAICanConvert.js" UnitAICanConvert.js
  3. Additional information to explore. https://gitea.wildfiregames.com/0ad/0ad/issues/997 I didn't know the team were looking to have multiple mechanics, including "conversion" But should it be called conversion or convert?
  4. Unitai.js It's definitely a monstrosity. What a difficult thing, no wonder no one tries to introduce new commands and components lately. https://gitea.wildfiregames.com/0ad/0ad/issues/2579 This is going to be a wall to break down in my project, that is: trying to implement conversion in unit AI.
  5. Conversion.js a copy of "heal" Emulates heal but uses similar logic for conversion. It's just one of several files, and I think you'll add something. I need ideas. conversion.rar
  6. Yesterday
  7. The video made it apparent that the healer is actually sliding on the ice. I guess the fix will be putting some spikes on his shoe model.
  8. Your mom when you run around in winter without your scarf: healing_glide_reproduce3.mp4 The devs know whats up and it will be fixed next alpha. No further comment
  9. how jc must be feeling after any small inconvenience
  10. Good news, folks! https://gitea.wildfiregames.com/0ad/0ad/pulls/8318
  11. I found a list of free royalties sounds there, but just to try it out.
  12. I think the biggest questions is: will the 0 AD priest chant Wololo?
  13. @Classic-Burger Yes. Petra was introduced in Alpha 16 and it's not compatible. And I'm not "going to use" it, I'm already using it.
  14. I found gold. https://github.com/0ADMods/convert_attack
  15. This will be useful to me later, I have problems relating the classes with the units to convert.
  16. Everything makes me laugh inside. It's not that difficult to stop being yourself, you just have to know how you are seen from the outside.
  17. This one is not new, but I saw it somewhere and thought @Seleucids might like that. Would you agree that it's not that easy to predict what anyone would consider funny? Do you ever actually laugh when watching funny images? Best I can really do nowadays is smile, but that doesn't mean I wouldn't appreciate good attempts at humor. Perhaps it's hard to come across something conceptually new and original as you get older. I thought I'd add a little more context for the non-technical people to better understand the joke, but it's a really big spoiler:
  18. Last week
  19. I have forgotten to change the class filters for the AI. It filters champions based on the old class token "Super", while all champions have class token "Champion". Why is this important? Well, the AI will make a weak army based only on the number and strength of CS units you have, while you might be having a bunch of champions. Not a very fun or challenging experience. To fix, change all mentions of "Super" to "Champion" in these files below. simulation/ai/qbot/economy.js simulation/ai/qbot/filters.js simulation/ai/qbot/military.js If you're making a Hero often, also add the "Hero" class token to the filter in "military.js" file. This bug was fixed in Alpha 10.
  20. According to my research, I should use heal.js as inspiration. Then: In Age of Empires, conversion is probabilistic: a priest channels (with a minimum/maximum time), and there is a chance per interval that the unit will convert. Units resist based on type/technologies. In 0 A.D., we will use the "Heal" component as a base (priests heal allied units). We will adapt it to "Convert" for enemies: the priest approaches, channels, and upon success, changes the ownership of the enemy unit.
  21. https://interactivepasts.com/mod-ception-the-player-developer-in-0-a-d/ 0AD is mod inside 0AD...
  1. Load more activity
×
×
  • Create New...