Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.630
  • Joined

  • Last visited

  • Days Won

    562

Everything posted by Stan`

  1. When importing, usually the one named 0 is UVMap, and the one named 1 is AOMap. It gets replaced by the mesh name (not the object name) when exporting. That is incorrect. You are baking AO, aka ambient occlusion. So it should be named polish_civic_center_ao.png or put in a folder called ao and called polish_civic_center.png. See ArtFileNamingConventions – Wildfire Games for guidelines you might want to follow. Name Abbreviation Meaning Specular _spec Reflectivity of the material Normal _norm Height information of the material NormalMaps – Wildfire Games Diffuse N/A Color information of the material Ambient Occlusion _ao or put in an ao folder. Rendering method that provides an approximation of how bright light should be at different parts of a visible surface.
  2. Need new types of input https://github.com/0ad/0ad/blob/master/binaries/data/mods/public/gui/session/minimap/MiniMapFlareButton.js#L31 So that you can call trigger flare action with data 0ad/MiniMap.js at a263e14a6c387ec63d64b3b1bea820a7d0ad7167 · 0ad/0ad (github.com) 0ad/Commands.js at 0f229e7a1a02211620d80c3449528c678a95db50 · 0ad/0ad (github.com) 0ad/messages.js at 1b114e2b4ed30e46486317643026a4a6ad7d52dd · 0ad/0ad (github.com) Might be relevant.
  3. It's in new maps, and it's a naval map. hence why it doesn't show in default.
  4. Do note that a lot of those are laptops using the wrong GPU. Hopefully the hint we added in A26 will switch to the correct GPU. In general they will perform badly, which is why the art upgrades in A23-A26 have taken a huge toll on them.
  5. If you do placeholders please don't copy actors reference those of the public instead.
  6. https://feedback.wildfiregames.com/ Kind of. We have lod support through the model quality drop down. But not all the models have lower quality alternative.
  7. Could work. Question is whether you really need it, or if it can be worked around with better textures. Hard to say, would have to look at the F11 profiler and see if graphics are eating your performance, or if it's the simulation. Depends. Sometimes less is more. I don't know maybe 2000 per unit in total. IIRC Assassin's creed has like 8000 and it's a FP game.
  8. Well @BrynnOfCastlegate is just busy, but I could ask her.
  9. Hey @Dove of Arc To troubleshoot we'd need to have a stack trace with debug symbols and more information about the crash. E.g when does it crash are there logs etc See wiki:ReportingErrors & wiki:GameDataPaths We also need information about your system.
  10. It sounds nice, but that's a lot of extra work for me...
  11. I feel like we lack the visual tooling to do that. It's mostly text editing outside of Atlas. And even there for triggers and stuff.
  12. Well yeah and that would work, but @vladislavbelov said it should only be grayscale in the game, and instead the shader should get the diffuse color to do the computation. Indeed. @Alexandermb used baking extensively. For baking reflective material it's usually nice to use an HDRI. setting color to environement texture. Mmmh it should be under actors(all); to be under entities you should add a template. If it's not maybe you didn't load your mod.
  13. Still using the civ.json file for AI Names, which haven't been updated accordingly it seems.
  14. Don't think it has ever had one. Inverted roughness should work IIRC. Probably leftover or confusion between diffuse and albedo.
  15. So some kind of a mod trailer? For all mods at once?
  16. That's because newer pipelines use PBR. So they have roughness and metallic or roughness and glossiness and no longer specular. Changing this would require redoing all the textures. But it might happen someday. Diffuse would become an albedo, and we'd need to get rid of all the light information Optimization. Instead of having one diffuse, spec and normal texture per model, you have one per civ. And not all of them have AO.
  17. You can't, what if the mods edits the lobby page ^^"
  18. Performance would be a concern. If many of those fancy units are moving around, you're going to hit some frame drops. Depends on the mesh polycount Note that those models aren't rigged, so you'll have to find a way to use our rig, or you will have to redo every animation. License. Those are not open source.
  19. Sounds like a bug @wraitii @Freagarach @Langbart
  20. I think so yes. @wraitii Template hotloading would be nice yeah. The problem is you have to rebuild the whole virtual file system respecting the order of the mods, and whatever the JS code might be doing.
  21. You just ask me and we migrate your repo there Some people just like their independance so I don't force them to go on 0 A.D. mods under the council of modders. which I guess isn't really a thing anymore.
  22. Oh right missed a step. You need two UVs, one for diffuse, normal and spec which you obviously used here, and one for AO. That's the image window I was talking about. Also known as image editor, and uv editor (Shift + F10) (You can switch from one another by pressing Shift F10 another time) So you need to add another UV map. Then you need to select it and mark it as active Then bake again. Important: You need to regenerate that AOMap uvmap, every single time you add or remove faces from the building. Using the smart uv project tool works file, but sometimes you need some manual edit. e.g Versus The second one is better because it maximises the texture space usage. Margins are important because of mipmaps.
  23. Yes. https://github.com/0ADMods Mods should be packaged sadly, some Linux users compile the game without NVTT so they cannot put textures in cache for instance. I'm not sure, but you can probably access mod.io from the lobby with some GUI modding (ping @rossenburg) Do note you still have to accept terms and whatnot. I see it as follows, you try to join a game you don't have the mods, it prompts you to open the mod selection, you download the mod there, restart the game and join the lobby again. We sadly have to restart the game to add new mods, files or whatever.
×
×
  • Create New...