Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.114
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. See the note at https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/.lfsconfig
  2. https://gitea.wildfiregames.com/0ad/0ad/wiki/NormalMaps Terrains use opengl normal maps though.
  3. It is not a known issue as far as I am aware so thanks for reporting. Could be because arch and manjaro use sdl3 rather than sdl2. Maybe @hyperion can reproduce
  4. Sadly the engine has no knowledge of the previous anim, it only knows the current. Usually in Engines, the animation choices is a state machine that defines how to go from one anim to the other. We have no code nor UI to do either.
  5. By interpolation you mean animation blending?
  6. If it's not the settings do you have a stack trace ?
  7. Can you try with full graphic quality? Could be a setting related crash.
  8. Is this a unit you can create in the game? If so, does it crash in the game.
  9. See https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/.lfsconfig
  10. I don't understand, even if I made the path not hardcoded it would only point to one place, so that would be the same as just overriding the file no?
  11. Actually either Rename and let the game install it Rename ResetSeed.zip to ResetSeed.Pyromod Double click, the game should open Enable the mod, save, and restart the game Drag and drop the zip Open the game Drag and drop the zip on the game's window Enable the mod in the mod selection Copy the zip into the right location Copy it to mods/ResetSeed/ResetSeed.zip Extraction (Least recommended) Extract the mod Put the contents in : mods/ResetSeed/*
  12. They are text files so in theory you can.
  13. Seems either the file isn't the one that happened during the crash (it's overriden each time you start the game) or that it doesn't even have time to log the error. If you want to use AO you need two UVMaps on your mesh
  14. Could you share the path, maybe it could be added to https://gitea.wildfiregames.com/0ad/0ad/wiki/GameDataPaths.md
  15. Hey @Jackerino I would need to see the mainlog.html. Or at least see the actor file. The only things I know that might crash badly atlas would be - Using AO with one set of UVMap - Using AO with animated meshes - Something else, but I need the mainlog for that.
  16. Mmh then maybe the installer doesn't install it anymore (or never has cc @Itms) You can grab the exe from here https://trac.wildfiregames.com/browser/ps/trunk/binaries/system
  17. It only uses VisibleClasses and Classes IIRC.
  18. Don't forget to run 0ad/source/tools/spirv/get-nightly-shaders.sh if you want to use Vulkan.
  19. What should they build? The AI uses the building classes to know what to build next.
  20. Depends, on what your OS is. It's usually next to your pyrogenesis executable.
×
×
  • Create New...