Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.123
  • Joined

  • Last visited

  • Days Won

    587

Posts posted by Stan`

  1. On 09/09/2025 at 3:13 PM, Deicide4u said:

    I think I know why. The release version comes with cached files inside the "public.zip" file. SVN version doesn't have these pre-cached files, they need to be cached on the fly.

    Once they are cached though, you're good. You can open a few maps with svn and the units demo map, that should load most of the textures.

    • Thanks 1
  2. 37 minutes ago, cephalotus said:

    It seems that since the release of A27, selecting actors in Atlas using Alt+Select (as usual) doesn't work at all. I was searching a bit and I didn't find anyone discussing the problem, so my question is if this is a known issue or I'm missing something. It's pretty unfortunate, because I'm unable to make my own maps currently. I tested it on two computers, both running on Linux Manjaro, and it's not working on either of these, but it worked on A26. The recent patch release didn't fix the issue.

    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

  3. 2 hours ago, wowgetoffyourcellphone said:

    I imagine a few frames between states would be nice as a transition. It would have to be done procedurally since it would be too difficult to create the hundreds of transitional animations by hand that would be required. Just let the engine do it within some constraints.

     

    I believe @Wijitmaker and I last spoke about this a thousand years ago.

    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.

     

    • Like 1
  4. 2 hours ago, Player of 0AD said:

    Place a roman champion cavalry unit on the map: Atlas crashes completely
    OS: Linux
    Happens both for self-compiled and Appimage

    Is this a unit you can create in the game? If so, does it crash in the game.

  5. Actually either
     

     

    1. Rename and let the game install it
      1. Rename ResetSeed.zip to ResetSeed.Pyromod
      2. Double click, the game should open
      3. Enable the mod, save, and restart the game
    2. Drag and drop the zip
      1. Open the game
      2. Drag and drop the zip on the game's window
      3. Enable the mod in the mod selection
    3. Copy the zip into the right location
      1. Copy it to
    mods/ResetSeed/ResetSeed.zip
    1. Extraction (Least recommended)
      1. Extract the mod
      2. Put the contents in :
    mods/ResetSeed/*

     

    • Like 1
    • Thanks 1
  6. 29 minutes ago, Atrik said:

    Yes that's exactly the symptoms. IIRC I've already been that player who slows the game and I didn't experience any lag, not network, nor pc. Every time this happens, the buggy player doesn't believe others when they say he is lagging ("My cpu is at 15%" "I've just run a speedtest"). But kicking him out clearly solves the issue. It really happened to a very wide variety of players, and with enough occurrences to believe it's a bug of the game rather then any external factor.

    How do you find out which one is slowing the game ?

  7. 4 hours ago, Jackerino said:

    Here it is; not sure how helpful it'll be though, but it's resulting in an infinitely looping crash that causes the crash pop up to flood my PC until it crashes

    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.

    4 hours ago, Jackerino said:

    Note: Changing the shaders so that they use a separate material without AO does fix the crash.  Thank you for the pointer!

    If you want to use AO you need two UVMaps on your mesh :) 

×
×
  • Create New...