Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.545
  • Joined

  • Last visited

  • Days Won

    606

Everything posted by Stan`

  1. What kind of videos would you like to do ?
  2. 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)
  3. I think that was the case in @Mentula's mod
  4. Looks like some kind of infinite loop, do you have the game logs ? you can also upload the saved game as well.
  5. 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.
  6. Glicko2 is already implemented in Replay Pallas.
  7. 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
  8. Hello, thanks for reaching out, depending on what you are good at / what you want to do there are various tasks you could do.
  9. 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
  10. Saves are zip files, I haven't checked but the seed should definitely be in there
  11. That's not a limitation, that's a bug XD
  12. Here it's different faces, so that wouldn't work, (only for skin color) I don't think @Alexandermb kept the feature of transparent skin / hair
  13. @vladislavbelov btw per civ is it better to have 8 256x128 textures or one 2048x1024 for all 8 heads but with 8 separate meshes, with identical geometry but different UV. (Sadly we can't specify atlas position in actor)
  14. Hey @Kilouaare you on a special network like a school network where the server might be blocked? @Dunedan tls is on, any clue what could go wrong now ?
  15. Finally got rid of all their posts.
  16. What does the tex look like now ? (My guess is the top corners can be used for props)
  17. All our art allows commercial use, so we'd be breaking that license
  18. We could probably update it for R28
  19. Both work It's currently 45 degrees
  20. Can you make it so there is not so much wasted texture memory with transparency ? E.g bake on a 128x256 or something
×
×
  • Create New...