Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.563
  • Joined

  • Last visited

  • Days Won

    606

Everything posted by Stan`

  1. 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
  2. It's using garrisoning to teleport units through building chains, probably not what you want
  3. You forgot to give the link
  4. I'd also want to have turret restoration patch merged/improved
  5. 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.
  6. Technically you can use 0 A.D assets if you follow the licence CC - BY - SA 3.0
  7. We could, These days not a lot of people, usually me.
  8. Did you export them with private keys?
  9. IIRC it also happened when users had smart cards. I remember some people sharing random popups while trying to connect.
  10. 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
  11. What kind of videos would you like to do ?
  12. 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)
  13. I think that was the case in @Mentula's mod
  14. Looks like some kind of infinite loop, do you have the game logs ? you can also upload the saved game as well.
  15. 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.
  16. Glicko2 is already implemented in Replay Pallas.
  17. 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
  18. Hello, thanks for reaching out, depending on what you are good at / what you want to do there are various tasks you could do.
  19. Well if you know someone that can implement hotseat (that's how that's called) feel free to redirect them to https://gitea.wildfiregames.com
  20. Saves are zip files, I haven't checked but the seed should definitely be in there
  21. That's not a limitation, that's a bug XD
×
×
  • Create New...