Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.154
  • Joined

  • Last visited

  • Days Won

    590

Everything posted by Stan`

  1. Hey Conzo, Thanks for taking the time to reach out to us (And sorry we couldn't fix the issue). Can you also upload the system_info.txt and userreport_hwdetect if they exist? I assume they don't since the detection fails. We don't currently provide aarch64 builds for Windows but I hope we do someday. Your mainlog.html seems to indicate it fails to find some files. This could mean there is a zombie 0 A.D. process (pyrogenesis.exe) running in the background
  2. I think that applies to everything science related no? Also isn't there some money involved? Paywalls copyrights and the like.
  3. Right so you could build some but not all. I wonder if there is a case where you cannot build any. Even then you can still use the dock as a dropsite / market iirc
  4. Even the small boat cannot be built ? I guess that's the reason DE has shipyards.
  5. See the patches linked above. IIRC most of the autociv features are hacks we can't easily port in the game.
  6. Could be the full screen mode as well. In the user.cfg file you could add borderless.fullscreen=false
  7. See https://code.wildfiregames.com/D4871 And @Itms rewrite here https://gitlab.com/na-Itms/0ad/-/compare/master...moderation?from_project_id=188465
  8. I think almost everyone has voted save for @bb_ and @vladislavbelov I chatted a bit with nephele an old contributor. (DISCLAIMER: they are working on https://pulkomandy.tk/projects/renga/ an XMPP client, with linkmauve) A few points for XMPP over matrix: You can join public room anonymously not leaking your JID. Matrix does not encrypt room specific nicks or topics All three operators (XMPP, Matrix, IRC) have the issue that operators can impersonate you, but I don't think it's a very big problem in our case. 90% of the people using Matrix will be on Matrix.org (which makes sense, since they wanted to not go the way XMPP did) Which also means, it's very likely that people will be forced to use Element (Matrix Client) to support the newer stuff. I think Matrix is not the way to go, but I'm a bit more inclined towards XMPP in spite of iRC, for the reason that it has a better phone support, and I've been using it to talk over IRC for about three years now. Having a phone app might make it more easy for people to talk to us...
  9. You cannot mute players in vanilla no ?
  10. I think they should too. The point is they should not interfere with the game. Another question is whether there is a difference between a defeated player and an observer
  11. We're gonna find what's wrong. It looks like it fails to create the folder, could be a permission issue. You can 1) try to run as admin 2) add an exclusion to your antivirus for 0 .A.D.
  12. Yeah I believe those hair are part of the 3D model not the texture. Transparency is expensive.
  13. Oh wait you're using SYSTEM_ENTITY? What does the schema look like? IIRC they have special schemas to tell the engine they are system https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/simulation/components/CeasefireManager.js#L3 Although the a: prefix is for docs so not sure.
  14. You might also delete or move the 0ad folder in C:\Users\gabri\Documents\My Games\0ad
  15. @Pudim Can you copy the full error message from that dialog box?
  16. See https://docs.wildfiregames.com/pyrogenesis/writing-components.html https://gitea.wildfiregames.com/0ad/0ad/wiki/TDD_Simulation Did you add a component file and an interface file? Unless you reused one. Also your component should be in the template xml you're querying
  17. Oh I've never used it that way that's why. When Visual Studio starts I only open the pyrogenesis.sln file since I'm never gonna need any of the others. Recent projects and solutions is in the File dropdown For JS i usually place myself at the mod json level. (and use vs code)
  18. Yeah it was also svn ignored. Well it's parent folder was. Honestly once I opened it in Visual Studio, it was always in my recent projects and solutions. Are you saying it doesn't show up there ? I almost never use the folder view only the solution explorer.
  19. That should have happened with SVN but did not because VS doesn't support SVN
  20. Do you happen to have an accent in your Windows account name ? If so you need to install it somewhere else eg: C:\Games
  21. Maybe. But in these cases it's always better to know and test than to think. For instance my intuition would be that we should reuse all the queries results that happen on the same turn at almost the same location. Compute them once instead of 400 times and return slightly less accurate data. But it might be that this simplification could cost more than doing it 400 times.
×
×
  • Create New...