Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.153
  • Joined

  • Last visited

  • Days Won

    588

Everything posted by Stan`

  1. You can query the player then query all its entities I think.
  2. Stan`

    MSAA bug!

    @gameboy @vladislavbelov is currently busy with AFK life. Please be patient.
  3. As I said the fix should occur on the programming side thanls for investigating
  4. Not actively these days. But we are still fixing some issues with it
  5. Should be fixed now. 1. Seems to be an issue with programming :/ 3. Can only be fixed by Alexandermb
  6. Ja. Mit Git Du kannst seinen Änderungen hochladen auf Github. I can give you access
  7. Ich meine, dass ich möchte, dass Sie einen "Pull-Request" auf Github erstellen, um die Fehler des Millenium-AD mod zu beheben
  8. No i meant for the milleniumad. For the female base_walk I can't commit something I do not understand
  9. Meh... Will you make a Pull request for the mods?
  10. It does not work for me... head goes completely out of sync. Did you by any chance forget to delete the base_female_walk file in milleniumad, hence, overwriting whatever was in SVN?
  11. T_T This make even less sense... You're removing animation variations for running and leaving the idle as is and it works for you?
  12. Sadly most of the time we can't use stuff from the "www" because their license is not compatible with ours... /me is confused thracians should not be in milleniumad...
  13. Sadly most of the time we can't use stuff from the "www" because their license is not compatible with ours...
  14. Yes. Might have been Dacian, I think there was a confusion at some point.
  15. Yeah that file comes from the public mod. What I don't understand is why it works for you and not for me.
  16. Wait... it works for you? For me it eventually goes out of sync no matter what ^^
  17. Thanks for the bug reports @Mr.lie maybe @m7600 wants to have a look at those? Else I will fix them, but I don't think I will have time soonish... I looked into it but no matter what I change the variant base_female_relax to I can't get it to sync. The variant was incorrect <?xml version="1.0" encoding="UTF-8"?> <variant frequency="1" name="Base"> <animations> <animation file="biped/citizen/idle_relax_f_long.dae" name="Idle" speed="100"/> <animation file="biped/citizen/idle_relax_f_short.dae" name="Idle" speed="100"/> <animation file="biped/citizen/idle_relax_f.dae" name="Idle" speed="100"/> <animation file="biped/citizen/idle_relax_f.dae" name="Idle" speed="100"/> <animation file="biped/citizen/idle_relax_f_long.dae" name="Idle" speed="100"/> <animation file="biped/citizen/walk_relax_f.dae" name="Walk" speed="20"/> <animation file="biped/citizen/run.dae" name="Run" id="run1" speed="8"/> <animation file="biped/citizen/run.dae" name="Run" id="run2" speed="9"/> <animation file="biped/citizen/run.dae" name="Run" id="run3" speed="10"/> </animations> </variant> instead of <?xml version="1.0" encoding="UTF-8"?> <variant frequency="1" name="Base"> <animations> <animation file="biped/citizen/idle_relax_f_long.dae" name="Idle" id="idle1" speed="100"/> <animation file="biped/citizen/idle_relax_f_short.dae" name="Idle" id="idle2" speed="100"/> <animation file="biped/citizen/idle_relax_f.dae" name="Idle" id="idle3" speed="100"/> <animation file="biped/citizen/walk_relax_f.dae" name="Walk" speed="20"/> <animation file="biped/citizen/run.dae" name="Run" id="run1" speed="8"/> <animation file="biped/citizen/run.dae" name="Run" id="run2" speed="9"/> <animation file="biped/citizen/run.dae" name="Run" id="run3" speed="10"/> </animations> </variant> But even with the ids it does not want to sync.
  18. See https://code.wildfiregames.com/D2372
  19. Could you elaborate? (The doesn't works properly part)
  20. Thanks for sharing @mysticjim
  21. @Genava55 would a gaul archer require extra textures, or can we use the current armour and helmets for base advanced and elite ? Else it's just XML work
×
×
  • Create New...