Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 2018-12-27 in all areas

  1. Immortals in ceremonial robes are also available in vanilla game. Atlas > unit/pers_arstibara wow had recently acquired these textures, tho not yet committed.
    1 point
  2. hi @Xerus, no there is not different lobby for os. They might probabily have different version of the game. They maybe have older version, or you or them has/have svn - development version of the game.
    1 point
  3. @Itms can we ask them to whitelist our game ? EDIT they do apparently https://www.avast.com/whitelist-program-application
    1 point
  4. The packagers have been notified, this is out of our hands now, sadly. you can still download the packages manually from https://releases.wildfiregames.com Sorry for the inconvenience.
    1 point
  5. The code is all here (the files with "Pathfinder" in their names). My current perspective is that users with very fast PCs are the least important when optimising the game - in general it's best to focus on optimising the bottlenecks, so users with very slow PCs are the much more interesting problem . We want the gameplay to work well for every player; and to support multiplayer and replays (and to preserve sanity when debugging problematic behaviour) we really need the pathfinder to give identical results for every player; so performance is constrained by the slowest player we want to bother supporting (which nowadays is probably still (just about) single-core CPU and middling Intel GPU, i.e. not much opportunity for parallel computing). I've seen some interesting demos like ATI's Froblins of doing pathfinding on the GPU (just using D3D10 in that case) - that's more like the Continuum Crowds paper than SupCom2 is, in that it uses the crowd density when computing the potential field (and has to update it each time everyone moves). I don't know how practical it'd be for a game though - their demo seems to have few distinct pathfinding goals ("go to any gold" and "go to any temple" and not much else), and a uniform unit size and no formations etc, which cuts down the need for many distinct potential fields, so it'd be interesting to know if there are other clever parallelisable ways to do pathfinding that could work well in practice.
    1 point
×
×
  • Create New...