Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.989
  • Joined

  • Last visited

  • Days Won

    579

Everything posted by Stan`

  1. If you give me a minimal test case I could try to make it work.
  2. <?xml version="1.0" encoding="utf-8"?> <actor version="1"> <castshadow/> <group> <variant name="Base"> <animations> <animation file="hammerbro/Hammer_Throw.dae" name="Idle" speed="40"/> </animations> <mesh>hammerbro/Hammer.dae</mesh> <textures> <texture file="props/Hammer.png" name="baseTex"/> <texture file="props/Hammer_Bump.png" name="normTex"/> </textures> </variant> </group> <material>player_trans_parallax.xml</material> </actor> @Hello try this instead. Notice I changed the material to make use of the bump. Also note it won't stop turning once it hits the floor.
  3. Can you show me your actor file ? @Hello And tell me a bit more what you are trying to achieve.
  4. @Hello I think you should use the Idle animation instead. I meant that you'll have a way to make grenades and stuff like that explode on hit.
  5. @Hello Yes it's possible to change the topic name. Just click "Edit" on your first post and rename it there. Yes you should be able to add rigs to projectile to animate them, however I fail to see why you would do that ? In the next version you'll have projectile it animations. You need to apply rotation, location and scale, and make sure the mesh is centered in the scene (at (0;0;0))
  6. @Imarok Then it is and this is indeed the old anims ;D
  7. Minor ranting : I'll add updating those actors to my list of tasks. It's a good occasion to clean up the actor files.
  8. If I remember correctly @Enrique slightly tweaked the blender skeleton after @Jos3BV made those making them incompatible. However, I think Enrique did make a seeding animation. (He did in r14993) The file is under binaries\data\mods\public\art\animation\biped Not sure it's compatible with the new unit meshes looking at how old it is.
  9. Hey @ddb_brutus Welcome to the forums, I guess playing games as observer, watching replays, and asking good players like @Hannibal_Barca could help you
  10. @elexis Maybe a nice map for the game, if not too similar.
  11. @wowgetoffyourcellphone I'll try to have a look. It's hard to extract stuff from your mod sometimes.
  12. @Phalanx Having some suggestions about the ux wouldn't be that bad
  13. @Phalanx Thanks for sharing Is she interested in contributing ?
  14. Hey @Hello and welcome to the forums. Thanks for your interest in 0 A.D. modding. If indentation is correct your missing quite a few endtags. You can do <bone></bone> but also <bone /> if there is nothing in between. For instance <bone name="Finger_R" > should either be closed by a <bone/> tag or by being written <bone name="Finger_R"/> If you want I also wrote a script that generates Skeletons files from dae files automatically. https://github.com/StanleySweet/0AD-Skeleton-Generator On a side note I don't think you have to add the prop bones. Happy modding and feel free to ask any questions you might have. EDIT: Added link
  15. @wackyserious you mean make a new one ? For the bag I'll probably commit it when we commit those textures
  16. Looks like something that could be committed yes. What units should have it ?
  17. @wackyserious leather looks a bit flat to me, maybe you could add more depth to it by using drop shadows / the burn tool.
  18. Better wait for the final versions
  19. @wackyserious Only WFG can do you want to submit some of your psds ?
  20. @EzellN Do you mind attaching the file that block of texts prompts you to ? We won't be able to help you otherwise. In the meantime you can try to disable Prefer GLSL and postprocessing in the options Welcome to the forums.
×
×
  • Create New...