Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.015
  • Joined

  • Last visited

  • Days Won

    524

Everything posted by Stan`

  1. I suppose they fall in the "derivative works" category so they would be CC BY SA 3.0 as long as you give credit to wildfiregames it should be fine
  2. That is where the ignoreincompatibility check comes in play (i wonder if a small countermeasure would be to make that flag work only with signed mods). It's written in the signing mod rules that any mod touchig simulation cannot be signed with ignore compatibility checks to true. The rule is not perfect but it's the rule. The idea is just to say well you might run into sync troubles but also this mod changes thing in a way you might not want to play without it.
  3. @hyperion Sure. IMHO mod.io's goal should be to ensure general mod safety. Not to ensure anything else. Commercial games have little ways of preventing cheating opensource ones even less so.
  4. Even that badge wouldn't be enough. Some people just edit the public mod these days...
  5. Usually happens when animation synchronisation mess up, sometimes when buildings have horse props.
  6. IIRC @Itms @wraitii and @vladislavbelov can sign mods.
  7. Entities are "templates" you want to select actors in the dropdown.
  8. That's because of the way normal maps are computed. They deform the light. No light no deformation
  9. Needs => https://code.wildfiregames.com/D4979 IIRC
  10. @AGamer Just to clarify, I did not say it was not possible with OpenGL (Although has @vladislavbelov said, it might be trickier to do it in postprocess). The point was that changing just openGL shaders would not work, you'd have to to change shaders for Vulkan as well. If you don't use Vulkan you don't need to worry about it for now.
  11. IIRC it was almost ready for A27 and now someone is bringing it back to A26 in their own fork of the repo.
  12. Seems they got lost during the migration @implodedok @Itms
  13. I mean the Macedonia campaign could be a good start...
  14. 64bit the limit is much higher.
  15. Probably the JS garbage collector. it's quite visible on a RPI4. Needs to be profiled though.
  16. You're gonna have to rig your mesh to the existing armature and hope it has the same proportions. For that you need to import the armature from the unit blend file and scale your mesh to match it as best as you can. Then you can try to make the armature the parent with automatic weights. https://trac.wildfiregames.com/browser/art_source/trunk/art/meshes and animations/skeletal/biped_meshes_and_animations.zip
  17. Usually means one of two things: More than one material Loose geometry (in face mode select all press h to hide and see if there are loose vertices/edges) https://trac.wildfiregames.com/wiki/ExportingErrors
×
×
  • Create New...