Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.422
  • Joined

  • Last visited

  • Days Won

    601

Everything posted by Stan`

  1. Hello @seregadushka and thank you for sharing your opinions about this feature. As mentioned earlier in this thread, we value feedback, but we're never in capacity to address it all due to lack of sheer developer resources. That's why we usually encourage those who can to go the developer route or to find someone that can, because that makes changes much more likely to happen. I understand this is frustrating, but that's just how it works. Everyone here is doing things for free on their free time so no one can really be forced to do anything. As you saw in this thread what seems to be the biggest pain point you have in the game is inconsequential for some (but surely not all) other players. Everything here is about balance and compromise. Now to address your concern itself it was discussed at length in the past, and the developers made the choice to go one way and autociv (the mod) went the other way. Relevant links with documentation under the form of discussions https://wildfiregames.com/forum/topic/38261-auto-queue-for-0-ad/ https://gitea.wildfiregames.com/0ad/0ad/issues/6669 https://gitea.wildfiregames.com/0ad/0ad/issues/6743 https://code.wildfiregames.com/D3865 https://code.wildfiregames.com/D4144
  2. The problem would be a template doing -Citizen (notice the '-') that's what it's complaining about. Adding is fine, removing non existent is not hence the warning
  3. 0 A.D. takes the main output that exists when it starts. So the device needs to be connected and set up before starting the game.
  4. (It's a GPU skinning bug)
  5. Did you have vsync on? Cause with my 2021 m1 i have like 200fps with vulkan at the beginning of the match.
  6. Yeah we need to fix the fallbacks! Thanks for the report again, this will serve if other people are encountering the issue
  7. Hey @njj2003 Thanks for the report. Don't worry it's probably easy to fix We've added supports for CJK fonts but your current locale is not being recognized. Do you what it is ? e.g zh_TW, zh_Something ? Basically we're using different fonts depending on the locale, and the fallback is english. Here I have fr_FR
  8. If you do, please consider this too => https://code.wildfiregames.com/D1190 I think it would be really nice @Atrik thank you for switching to the contributing side, it's very appreciated. My goal was to get all the modders on the main team eventually so the lack of speed would be curbed by the sheer number of people It did and did not work out at the same time; so many areas to work on
  9. The config you're looking for is pauseonfocusloss You can set it to false, or if you want it to be temporary you can run the game with: -conf=pauseonfocusloss:false
  10. It will help for sure. But it might not be that much better.
  11. Isn't that directly contradicting the message you quoted?
  12. There is also a github pipeline made by @andy5995 that will autopackage the mod for you and upload it as a github release.
  13. Just FYI multiple cores are used, just not to their fullest because the hotpath cannot be threaded for now. Imagine you are cooking and there is some part of it that takes one hour to cook. Doesn't matter if you've set the table in the meantime, it's not gonna cook any faster.
  14. Can you reproduce it minimally in vanilla ?
  15. Hello, as mentionned in the banner on these forums, you need to reenable TLS in the game options in order to join the lobby
  16. Well I suppose before a poll we need a list of options
  17. Hey, Thx for the report. Did you download the 32 bit or the 64 bit version ? You should be able to get away with installing the https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
  18. https://gitea.wildfiregames.com/0ad/0ad/wiki/TechnicalArtRequirements
  19. https://gitea.wildfiregames.com/0ad/0ad/wiki/PortA27ToR28
  20. Hyrule implemented it a while ago. Dunno if @Perzival12 kept it. Attack.prototype.trueDamageSchema = "<optional>" + "<element name='TrueDamage' a:help='Damage that ignores armor and magic resistance'>" + "<ref name='nonNegativeDecimal'/>" + "</element>" + "</optional>"; // HC-End
  21. I imagine there is nothing in the porting guide ? Cc @phosit
×
×
  • Create New...