Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.079
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. No that's the same because mods can alter the way the replay is computed. Eg some unit stat or a whole component. The replay is just a list of commands. It will not be the same depending on what mods you have loaded. Of course we should support more mod types but currently we do not.
  2. Can be a loop if you are up to it. We can extract command aknowledgement sounds from loops later if we need to
  3. I have a few substances I made in the past if you want. Some are exported there: https://github.com/0ADMods/eyecandy/tree/master/art/textures/terrain/types/new Did you change the terrain XML material file to match ?
  4. All animal killing was sacrificial ?
  5. Not that I know of. The engine only knows those two for now. The shaders are told to use UV1 for diffuse and UV2 for AOmap you cannot override this. You're limited to one material per model
  6. We only do when we need to. You can't bake AO on a texture atlas You could bake a new texture from the Atlas but then you'll lose all the advantages of the texture atlas, about performance and reusability We use the alpha channel as the height channel That's the only case of texture combination I know. Shaders would have to be edited in order to process the others.
  7. Also good initiative, I usually answer a lot of messages on Discord Maybe this way I can redirect some of the questions here. Although it should be in the wiki eventually.
  8. Should I lightpack my uv and be done with it ? I assume you mean Smart UV Project/ Lightmap Pack options of unwrapping in Blender. If that's the case, ambient occlusion is generally the only one that needs that as it's gonna be one texture per model (Although you can sometime manage to use the same texture, eg baking props with the main mesh) In general unique texture should be retexturable in photoshop for skins, so if you use lightmap or smart uv project that's literally impossible. Depends on the size of the object, sometimes diffuse is enough. Also note that you can't use AO with animated mesh and you need to bake it into the diffuse, and that normal maps only are supported with animated mesh if you add gpuskinning=true to your config file (That's also what limits the number of bones to 64, else it's 255) I'm not sure the helper bones count into that 64 I think it's only those with weights. Actually I'm not sure, can you show me an example ? Also note that Albedo is for PBR engines, and that most of the time we need to bake light information in the diffuse, because 0 A.D uses a spec/norm/diff rendering Specular is not limited to black and white, you can also use colors. Transparency used with specular and the glow material creates an inner glow (as in you won't see light on other surfaces) Transparency on normal maps creates a parallax effect. AO Maps should not have an alpha channel, although it is supported and does nothing.
  9. Those don't use parallax, although we have that, hence the name parallax in material. Those "fancy" material use triplanar projection. From what I see it basically use the alpha channel as height as well, but instead of distorting the ground it adds little plane objects
  10. I personally like it as well. Now we just need animations. I asked people on Social Media maybe someone will step up.
  11. We got some feedback about them being too boxy on facebook
  12. Yes and when not needed it's better to have no props. Each prop add drawcalls. And each drawcall means the mesh is resent for rendering. So that's 57x33k tris
  13. Can you show me the ingame polycount and drawcalls statistics ? In atlas open up the actor viewer view and enable the option Good work. We have to be careful with the props
  14. @mysticjim We are waiting for some features that prevents the game from being packaged on Linux and Mac. Those features almost exclusively requires Itms to work on them for there is no one else that can do it. Unfortunately Itms is not available right now whcih delays them. Sorry for the inconvenience.
  15. Have you tried with user.cfg instead ?
  16. I pinged him by writing his name here. He usually checks the forums
  17. Hello @BeanBurrito I missed you on IRC today. You have to settle the matter with @user1 who moderates the lobby.
  18. Hello @Drogoberto You have two options. Either download a fixed bundle from Here Or in the game options in the lobby tab disable TLS. Sorry for the inconvenience...
  19. If possible cap at 5K -7k unless you really need more
  20. For texturing one needs to use the pers_struct.dds file. And indeed it needs more props including lamassu As for its usage it's supposed to replace the ziggurat. Feel free to take it on.
  21. Since there would be little of them why not, now we might not need that much pixels, we'll see
  22. Cc @Itms (Unit tests) having an idea how much coverage we have would be nice. Also having a transition guide might be nice in case we go that route.
×
×
  • Create New...