Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.393
  • Joined

  • Last visited

  • Days Won

    601

Everything posted by Stan`

  1. https://gitea.wildfiregames.com/0ad/0ad/wiki/Basic3DImplementation
  2. C++ ProjectileManager.cpp. would be nice to have configurable someday
  3. An official appimage is planned, but in the meantime I personnally trust @andy5995 We also made the flatpak official just a few days ago. It's as native on Windows than it is on macOS, BSD, Haiku and Linux. It's just that the distribution of the most performant version is a bit slower on Linux it's out of our control. We could wait for the maintainers to release but then just like when the trailer leaked, we'd get confusion in the lobby if they take 3 months like A26.
  4. Hey those are complex tools to add. So it's unlikely we'll have them in the near future. But thanks for the suggestion.
  5. Splat the thread. Please keep this civil or the thread will be locked.
  6. Ah. This GPU does not support Vulkan on Windows, only Linux. Sorry :/
  7. First we need to find whether your GPU is Intel, Nvidia or AMD. You could go in this folder - Open the Run command (Windows Key +R) - Type %localappdata%/0ad/logs - Press enter - Select all files and make a zip
  8. Oh your GPU (graphics card) doesn't support Vulkan it seems. Can you try to update your drivers ? I know it's a bit techy, we'll help.
  9. We need to know more about the crash, for that we need your logs with crashlog.txt, crashlog.dmp and the other html and txt files there. See ReportingErrors and GameDataPaths
  10. Does the game work with OpenGL? The map editor is stuck with OpenGL.
  11. https://flathub.org/apps/com.play0ad.zeroad was updated and verified yesterday. There is a little quirk on the version on that page which might be why you don't see it
  12. You might try the 27 flatpak we recently updated see if it fixed your issue. I'm not sure popos 22:04 would work with a ubuntu 24:04 ppa but it might work to get a native package. @oSoMoN could you check Atlas with snap when you have some time?
  13. It's created on startup. https://gitea.wildfiregames.com/0ad/0ad/wiki/GameDataPaths should give you it's hidden location. Also my bad it's .txt Is it a flatpak, a snap, native package ? Can you launch the game in the terminal to see if you have any extra output? Can you run in gdb to get a backtrace ?
  14. Can you give more info? userreport_hwdetect.text what you're doing etc
  15. Hey congrats! don't forget to post some screenshots
  16. Use alt to select them Then you should be able to delete them.
  17. Don't think so. Might be doable with a mod though. Also with regards to this thread when sharing your user.cfg please mind that it contains your lobby password
  18. Then it sort of makes sense. The GUI is probably completely GPU bound, which means the game has nothing to do except requesting more frames. In the game though, You're probably being CPU bound, so the game is waiting for the data to send to your GPU. Note that if you are using VSYNC it will cap the fps at your monitor's refresh rate.
  19. @Seleucids Do you by any chance have tweaked the fps cap option ?
  20. He needed to be added to the docs or contributor group. That's done now.
  21. Yeah async is not a magical bullet It only works if you have threads, if you don't, might as well call it synchronously.
  22. Yeah sorry about that, we only updated one spot during FOSDEM.
×
×
  • Create New...