Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.958
  • Joined

  • Last visited

  • Days Won

    578

Everything posted by Stan`

  1. I'm working on this, but we first need to finish A25 compatibility then start A26 compatibility.
  2. Hey I'm not sure how hard it would be to create one, but for now there is nothing of the sort sorry. The main website and trac have a rss feed but they don't link directly. We don't release that often though so I could ping you when we do?
  3. You're using the wrong subforums. This concerns the community mod so it belongs here.
  4. @real_tabasco_sauce is compiling them, he said he'd try tonight.
  5. You're not looking at the right branch I haven't merged back into master yet everything is in signed. That's a protected branch that automatically uploads to mod.io
  6. It should You can try to spawn at that new entities position, units should automatically spawn around each other, not sure about a building, need to be attempted.
  7. If you have an entity id you can get it's cmpPosition and move the unit to x,y coordinates. This way you don't have to recreate it.
  8. I talked with @superflytom today and he might comment one or more matches
  9. The patch there is really old, probably doesn't apply My main usage would be putting siege engines on towers and ships without requiring to resize them. Obviously it would make scaling boats much easier because we don't need to worry about messing the armature. Importing animated meshes in blender is discouraged, and we don't have all the source files.
  10. Given the variety of building sizes it could be complicated
  11. @Dunedan you asked for someone to write code to add that feature. The diff above does the C++ part it would seem ?
  12. They'd need to be added to every single building manually in blender.
  13. Anything you can do in JS you can do in the console. It does not accept bash.
  14. That's interesting, it looks okay, but a bit inferior to the current actors we have for waterfalls.
  15. I believe it just means you cannot charge us if you distribute the software. But the GPL2+ definitely allows for commercial use. Now the real question is do we have GPL3 code, e.g in libraries, because those have an extra clause that might not be compatible. The TIVO clause.
  16. Few things. PMD format doesn't support scaling whatsoever (PMD_File_Format / PSA_File_Format ) - This is a bit annoying, since you need to do hacks to say, make a unit breathe, or change a muscle size when it flexes. You cannot scale models through templates. I suppose it's complicated because of props but @vladislavbelov might know more. I remember Sanderd17 talked about it in the past here Ticket here #5259 (A method to adjust the visual scale of an actor.) – Wildfire Games
  17. Raspbian Unstable has A26 so I assume you should be able to compile it yourself at least. For flatpacks you need to open an issue on their github I'll point @oSoMoN to this thread
  18. So what's in the design document that wasn't ever written :/ that's a bit tough
  19. I could look into it at my return. I'll put it in my ToDo list.
  20. I suppose we'd need some extra code in the the Foundation component that takes a list of builders and ask them to garrison in.
×
×
  • Create New...