Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.123
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. Can you try to limit frames / enable vsync? Did you try GLSL on and off ?
  2. But does single player lag with it? It's normal it's the alpha 26 lobby.
  3. I asked @wraitii if there is any counter indication and will make it default for A26 if not.
  4. Did you compile the game yourself? EDIT1: Also, enable prefer GLSL and disable all mods. EDIT2: You might also try the release candidate.
  5. Is it a laptop or a desktop? You upload the files from the Gamedatapaths above
  6. Split. Please keep this discussion civil and refrain from trolling.
  7. Currently I believe the issue is that ships use buildingAI not UnitAI so they cannot have formations. And for land units, since a few commands like attack move are broken it's not possible.
  8. My bad, don't think one can easily overload C++ functions, the roundtrip between js and c++ could be more costly than just js. Also you cannot extend interfaces with more functions, nor can you change the C++ code that use it. Then you have to overwrite those C++ functions with js ones too I suppose it should be profiled.
  9. Not moddable anymore, breaking all mods changing it. If not done properly overlflows and out of sync
  10. I think removing moddabilty will kill the game Because as that point going with a commercial engine might be smarter ^^ You can share interfaces for components. See UnitMotion and UnitMotionFlying which share the same interface. One is JS the other C++ But IMHO if we thread the sim ai and gui which would be good (and all have to be in the same thread cause js contexts are not thread safe) it should not require components to be changed.
  11. Maybe @wowgetoffyourcellphone has more but it stayed like this for the past 10 years.
  12. Here is a 470ms frame in Combat Demo (Huge) You can reproduce it easily by playing that map, or by using the automated version I made here trailer_tools/maps/scenarios at main ยท 0ADMods/trailer_tools (github.com) Messages here are onownership + ondestroy. Most units don't care about it though. In theory that also gets send to all the alive entities, trees building etc.
  13. According to the first post he downloaded the torrent file; So uploading it to Virus Total should work.
×
×
  • Create New...