Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.144
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. I believe the issue is the file being hotloaded like the js scripts. I'm not sure exactly which folder is being hotloaded but moving it out of there and loading it only on demand might work.
  2. I'll do that after D1718 is committed, (maybe after the template differential to actually use that feature) I think there is a patch for that. You mean like if you garrison a catapult the building should fire catapult projectiles ?
  3. Back on topic, I don't know, but one should be chosen, it should be the best to reflect 0 A.D.'s nature, and everything should be updated to reflect that.
  4. I wrote he last time and I got the same remark. I guess I could write they as it is 'inclusive' but I always find it misleading not to know whether we are speaking about one person or multiple. I sent "them" a P.M." to clarify the matter. Can't use "one" in this context either
  5. That's not really just a button You have to replace characters, make it so it works for every alphabet, you might need to have a line in every template.
  6. Actually it would just be hidden in the GUI. As long as it's a specific name defined in the XML file it will not appear. The list will be dynamically changeable. One could just create a mod for that
  7. Good, I will try to find some time, no promises though.
  8. Yeah so as elexis said you need to find a way to put a semaphore on the file (or handle the case where it's used by another process) On a side note, if you are not the one making this PR https://github.com/0ad/0ad/pull/25 you can use that to send commands directly to the engine. You'll probably have to figure some stuff out first, maybe contact the person
  9. What os are you ? Windows handles multiple file ownership badly. Do you have a set up guide so I can try to reproduce it locally
  10. Why did they not ask Stan ? That should be part of the wiki steps'
  11. Sweet Christmas What did you call this mod ?
  12. I guess the trees do all the work
  13. @feneur can you remove the post limit please ? Thanks
  14. Maybe then we could restrict catapults to buildings when attack range is implemented.
  15. I loaded the file in Blender and made a few checks but didn't find something inherently wrong. 1 material maximum... okay Mesh parented to the armature... okay Vertex groups... okay Did you get any error before or after those three like unable to load skeletons or something ? If you changed the rig, you need a new skeleton file.
  16. Oh okay. So first "static_meshes" should contain both the mesh, and the armature. animation should also contain both the mesh and the armature. However if multiple static meshes are using the same animation because the skeleton is compatible you do not need to export all the meshes as animation. The static_mesh should have the same number of bones and vertex groups than the animation. The static_mesh may not have two vertex groups with the same name.
  17. Hello and welcome to the forums @Adrix ! Skeletons do not need to be pointed to, they are recognized automatically, this is both a good thing and a bad thing. Yeah, if it's using the same skeleton as another one you do not need to create the file. Yeah, most of the time, import doesn't work with animated DAEs, you should ask @The Undying Nephalim for the source file instead.
  18. I guess packed units should be on standground ? Maybe something to include in @wraitii's changes
  19. Oh nice, can we do anything for him ?
  20. Sure, I just made sure the work was really easy If he comes back soonish he'll only have to add the actions to the blend file, copy the script press enter, and replace the files. Instead of having to do everything manually I could buy a power supply for him, if that gets him back Are you in contact with him ?
  21. Sure, but there could have been other issues, like non rigged vertices Just wanted to make sure everything is fine. Also I'm not sure how Enrique managed to duplicate the vertex groups at the first time I would have loved to, but he hasn't uploaded anything there https://github.com/AlexanderVzla?tab=repositories Yeah really sorry about that.
  22. That sounds doable, maybe someone could make a patch for it. @Freagarach Is working on a feature that will allow one to use catapults to bombard areas, which might make them a bit more useful.
  23. I need to write a tutorial for this explaining parallax and normal maps. Some facts: we use directX normal maps, not opengl ones (the shaders do the inversion for us) OpenGL shows how it will look in game (outward bump) Alpha channel of the normal map controls the height, the more transparent the higher (Usually using ao works fine for the mask)
×
×
  • Create New...