Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.571
  • Joined

  • Last visited

  • Days Won

    606

Everything posted by Stan`

  1. No we started working on both when we reached Feature freeze for R28
  2. The official page is here https://gitea.wildfiregames.com/0ad/0ad/wiki/Release29, but it's likely a bit behind.
  3. It's still there https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/art/actors/geology/geo_waterfall_double.xml Since it was placed as an actor you need to alt + select
  4. Just for info 0 A.D doesn't use Cmake. I would also advise against putting spaces in folder names. That's indeed what's missing.
  5. If you have a good plan, you can talk directly to the AI in VSCode or in the terminal, and it'll edit the files directly
  6. The irony is we went from a messy python QT app to a messy html app There might be some downsides to it being htmls, like saving being download and replace, and other stuff with import
  7. Had to run a few commands but seems to work. $ python3 -m venv .myenv $ source .myenv/bin/activate $ python3 main.py $ pip install PyQt6 $ python3 main.py
  8. It's using garrisoning to teleport units through building chains, probably not what you want
  9. You forgot to give the link
  10. I'd also want to have turret restoration patch merged/improved
  11. I would use the blend files rather than trying to reverse engineer pmd and psa to be importable in Blender (Source: I did and it's not worth the trouble for your case) https://trac.wildfiregames.com/browser/art_source/trunk/art/meshes and animations/skeletal contains most of the blend files you can reexport.
  12. Technically you can use 0 A.D assets if you follow the licence CC - BY - SA 3.0
  13. We could, These days not a lot of people, usually me.
  14. Did you export them with private keys?
  15. IIRC it also happened when users had smart cards. I remember some people sharing random popups while trying to connect.
  16. Hello, that would be me. Thanks for reaching out, but indeed, we are currently and for the forseeable future, not interested in adding advertisements to the engine 1. Pyrogenesis engine, it's custom and handmade 2. None whatesoever 3. N/A 4 N/A 5 N/A
  17. What kind of videos would you like to do ?
  18. It's basically the same code, but I didn't expose all the stuff. e.g Aliases are notoriously a touchy subject. The weights are the default weights the mod had at the time I wrote the app Indeed, I probably haven't updated the code since my last PR. It's hard for me to estimate how much people use replay pallas so updates are usually low in my list of tasks (which is already massive)
  19. I think that was the case in @Mentula's mod
  20. Looks like some kind of infinite loop, do you have the game logs ? you can also upload the saved game as well.
  21. What you mention is called culling, you can see what's being culled through the dev menu, by locking the camera frustrum. The problem is that at low angles, it's almost impossible to cull stuff, because you see an infinite distance forward. Other than that it's already implemented.
  22. Glicko2 is already implemented in Replay Pallas.
  23. Unfortunately you cannot make web requests via JS (which would be very problematic) so not really. I could theoretically make a distinct app for it in the mean time, but not sure that's worth the trouble
×
×
  • Create New...