Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.967
  • Joined

  • Last visited

  • Days Won

    578

Everything posted by Stan`

  1. In the mod.json you specify dependencies. You can use <= or >= there although I would not recommend it because you do not know if your mod will be compatible with the future version.
  2. I think you'll find something better than this is coming this week.
  3. This looks like broken gpu skinning. Could you disable that option in the settings ?
  4. Can you show a screenshot ? Ideally provide ~/.config/0ad/logs/userreport_hwdetect.txt
  5. Usually when you use rustup it either installs it itself in path or you have to edit your bashrc. Could also be you installed the wrong toolchain.
  6. Batching can mean many things but IIRC in our case we're just ordering the models so that we render them one by one by texture combination in order to save some time copying textures and mesh data to the gpu buffers. While instancing would mean that if you have 6 identical barrels to render they can be rendered multiple times with different transformations (position, rotation, scale) and material properties in a single draw call instead of 6
  7. As mentioned on the ticket I believe we do have batch rendering, but not instancing. I could not get instancing to work from previous work from @wraitii sadly. It can be picked up at https://gitea.wildfiregames.com/Stan/0ad/src/branch/GL_ARB_Instancing/ (anyone feel free) This will significantly reduce the number of drawcalls, but it might not make a big difference, since we have a lot of different models. Might work with the limit variation option.
  8. If you're playing in wifi you might consider an ethernet cable. It might also be that macOS is angrily trying to save power by shutting down the wifi causing intermittent lag. What did you play on before ?
  9. Can you enable the public (0ad) mod at the bottom ?
  10. It would be nice to be able to override this as well in the <prop tag as well>
  11. There should be a button on the right you click there and then the terms will appear. Once you accept enable feedback will be enabled
  12. Can you clarify ? Did you accept the terms ?
  13. Would be interesting to know if you have the same issue with other games using the sdl like super tux kart, battle for wesnoth, warzone 2100
  14. I see, thanks for the explanation. On Windows this is less likely to happen since the game keeps an exclusive access to the files it uses. E.g. you would not be able to override the public mod while the game is running. If bad things like this does happen though it might be nice to have an issue tracking that. The reason we do not install it there but rather in %LocalAppData% which resolves to C:\Users\yourname\AppData\Local is not all users have admin rights and are able to put it in program files. Also I imagine the game might have some issues with the space in the folder name
  15. Any reason not to use the -writableRoot param ? This would store all the files installed and created by the game in the corresponding app folder. That's what the portable version of 0 A.D. uses.
  16. Thanks for testing. Do you know use Gnome/Mutter? If you do, you might try a different DE.
  17. @zyli can you please upload the replay as well ?
  18. Everything is down currently sorry for the inconvenience
  19. The diff https://code.wildfiregames.com/D1905
  20. IIRC Silier had a patch that allowed hiding the vision depending on terrain. Not sure it worked with walls though.
  21. 0.27 does not exist yet. Have you tried the native package ?
  22. It would be nice indeed but there is a Gitea bug https://github.com/go-gitea/gitea/issues/33291
×
×
  • Create New...