Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.396
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by vladislavbelov

  1. Hi! That problem will be fixed in the next version of the game (Alpha 27): https://trac.wildfiregames.com/ticket/6629 What to do to fix the problem prior Alpha 27, possible choices: https://wildfiregames.com/forum/topic/95151-i-dont-know-what-to-do-can-someone-help-me-and-explain/#comment-523747 Download and install community-mod Try delete matchsettings.json
  2. Generally yes, it's better to avoid many textures. Also it's possible to combine a single 2k texture from 4x 1k textures if it'll be reused for many actors with the same material.
  3. We need to update only changed files. We already have scripts to detected outdated years and update years for affected files. But not everyone and not always uses them.
  4. We use OpenAL library to play sounds. You could try other games with OpenAL (for example SuperTuxKart or Warzone 2100) and check how sound behaves there.
  5. Forgotten year updates But yeah, periodically we change such old files:
  6. We're here and were here. Just a bit busy with different stuff. The image isn't loading.
  7. Yeah. We might reconvert (with recalculating MIPs) them or better convert them to PNG.
  8. Yeah, it's a known thing. You might find it for some trees as well. First of all we need to adjust DDS converting (nvtt or compressonator) to preserve alpha correctly.
  9. Ideally it should be fixed on the art side. Because grass is kind of broken (it was hacked to look correctly for old hacky shaders). But I made a patch to workaround it for a while (though it might be kind of blocker for PBR): https://code.wildfiregames.com/D5106
  10. We already support Windows 11. Could you attach what's the error you have and logs (you might find path to them here: https://trac.wildfiregames.com/wiki/GameDataPaths#Windows)?
  11. Hi! Could you attach logs? You can find a path to them for your platform here: https://trac.wildfiregames.com/wiki/GameDataPaths#Windows
  12. I think some kind of steps were (according to mainlog.html): Open the game Start Lower Nubia Exit to the main menu Start Alpine Lakes Pause the game Do they make sense?
  13. Hi! You can disable atlas for update-workspaces.sh (pass --disable-atlas argument) if you don't need it or install wxWidgets (search for your platform here: https://trac.wildfiregames.com/wiki/BuildInstructions).
  14. Could you run make clean and compile again to make sure that there's no outdated files? (It'll take some time to recompile the game)
  15. If it happened in the SVN version then it's very likely the LOS bug: https://trac.wildfiregames.com/ticket/6844
  16. Hi! The active zone size is a known bug of Gnome: https://gitlab.gnome.org/GNOME/mutter/-/issues/2740 You could try to workaround the cursor offset by adding borderless.fullscreen = "false" in your user.cfg (configuration file), you can find it in: ~/.config/0ad/. More options to try are available in the development version of the game (SVN) and will be included in the next release (A27).
  17. Unfortunately we don't officially prebuild SVN binaries for Linux and macOS. You could try to follow instructions here: https://trac.wildfiregames.com/wiki/BuildInstructions#Linux. To run the game with Vulkan you'll need to install the 0ad-spriv mod before switching to the backend: https://mod.io/g/0ad/m/0ad-spirv (also available in-game mod downloader). BTW the game works in 64bits mode on Linux and macOS (if a host is 64bits).
  18. Currently it's just an idea. We have no stated plans to have more players. We're working on that, but the progress is very slow (because the task is complex). I'd like to have it done to the next release though it's a very optimistic goal.
  19. You might need to cleanup the solution.
  20. No problem Not for RC and releases, spirv is prebuilt there. Yep.
×
×
  • Create New...