Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.196
  • Joined

  • Last visited

  • Days Won

    591

Everything posted by Stan`

  1. Thank you ! glad you enjoy the mod, and thanks for the screenshots.
  2. @user1 @Hannibal_Barca Can you give us some input ?
  3. Actually there is. Currently we are redacting the Privacy Policy and the terms of service for it. @Itms and @elexis are on it.
  4. So 96% Multithreading → We don't have Navigation Meshes → We don't have Lods → We don't have Advanced Particles → We don't have. Instancing → We don't have
  5. Can you have been temporarily banned because of the following reasons ? Bad language, Multiple accounts,
  6. 200ms SinglePlayer 500ms Multiplayer Those might increase depending on the game load
  7. Well you can change the hotkey by manually editing the config file, switching to a qwerty layout might also work
  8. We use an ECS. Each of the object in the game have a bunch of components. A health component, a UnitAI component a sound Component etc. The title of the video is a bit misleading. What they do is optimize the scene on the fly using LODs (Which we don't have and are also Components (One could add that component to every entity and switch meshes on the fly depending on the zoom level)) GL optimizations (which we can't use because of the old opengl version) Multithreading which we only partially have. And finally they optimize stuff for platforms.
  9. @LordGood Missing file 'art/textures/skins/gaia/cattails.png' referenced by: 'public/art/actors/props/flora/cattails.xml'
  10. No, I know that we won't be able to fix everything that one might want. But asking is the first step. Then you can't blame people for not telling you.
  11. Would you mind to elaborate on the circumstances you'd like to see changing ?
  12. Oh okay, sorry about that. You can still ask questions here then we'll do our best to answer them.
  13. I don't know if @(-_-) still plans to work on the feature https://code.wildfiregames.com/D1642 You can compile it yourself in the meantime to test things for your mod
  14. @ramtzok1 Btw how did it go with the Fork AD developers did you get answer for all your questions ?
  15. Can you attach you mod to this topic ? I might have an idea when looking at the code. Maybe it's just a folder name mismatch
  16. The first step would be to look the interestinglog.html file in %localappdata%/0ad/logs and see whats the root cause
  17. The object is used but I haven't found any use of the height property. It just sets the value.
  18. That's different. Elevation bonus just adds more range to the tower. The fact that it isn't taken into account in the visualization is a bug ret.attack[type].elevationAdaptedRange = Math.sqrt(ret.attack[type].maxRange * (2 * ret.attack[type].elevationBonus + ret.attack[type].maxRange)); Just had a look. It would seem that the height property of the footprint isn't used anywhere. So it's basically useless. @bb_ can you confirm ? EDIT: I was wrong
  19. Yeah. That would suck though. Pyrogenesis is not that bad.
  20. 6x6 footprint would be 24x24 7x7 footprint would be 28x28 I guess 7x7 makes sense. Actually you can't see the height footprint. It's something different. So height seems to only be used to define guarding and whether a projectile will hit the structure.
×
×
  • Create New...