Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.547
  • Joined

  • Last visited

  • Days Won

    606

Everything posted by Stan`

  1. I don't think it causes recompilation for the simple reason that those flags are set for a game. You don't play with the slider during the game.
  2. Note the stats are for 2k people
  3. It's not a time it's amount, e.g there will be at most five (in the example but it can up to 600) Thanks for the feedback. Actually I did not include them, they are managed differently from corpses. I suppose it shouldn't be hardcoded: // CCmpProjectile:41 // Time (in seconds) before projectiles that stuck in the ground are destroyed const static float PROJECTILE_DECAY_TIME = 30.f; I suppose yeah. Not sure how to do it though. Freagarach fixed it I think
  4. Stan`

    crashed!

    Can you attach crashlog.txt and crashlog.dmp? See https://trac.wildfiregames.com/wiki/ReportingErrors and https://trac.wildfiregames.com/wiki/GameDataPaths
  5. I'm creating this poll to discuss the inclusion of https://code.wildfiregames.com/D2936. Preliminary results show that it can be a significant improvement even on powerful machines. It also points out that corpses might be lingering too long for some reason(That should be fixed separately in the templates) Some team members feel like it's a good idea while others feel like we shouldn't have intermediate values of the option because it makes the game inconsistent. If a player doesn't have a powerful machine, then he should agree to disable entirely some expensive stuff. Some I'm creating this poll to gather the community feedback. corpses.mp4 Options
  6. Because of the material quality slider. With the lowest settings some materials have the only base texture. Also sampling 2 textures was slower than sampling 1 texture on old hardware.
  7. The logs give you the IPs. Since A24 the attacker cannot obtain your IP without joining your game. Only if he had it before can he attack you. But he need some way to know you're online.
  8. @wowgetoffyourcellphone does this. It could be part of the A25 map overhaul. I'm not sure how hard it is to implement this in say, mainland though. Skirmishes is easy. Could be another thread. Could be another thread.
  9. Not really you task everyone on one and let their do their thing.
  10. @wowgetoffyourcellphone will they work with the new ones ?
  11. It's possible he had you ips from before... Nothing in the logs?
  12. Edwarf had a good point: adding meat decaying will reduce micro a lot (which may or may not be a good thing with regards to hunting). Previously one could attack multiple targets then gather food. Now to prevent decaying as much as possible one will have a lot of gatherers on one single target, to maximise food income. See http://docs.wildfiregames.com/entity-docs/trunk.html#component.ResourceSupply (Freshly updated today)
  13. Yep really happy I pushed this. @Freagarach finished it. I think borg mentioned that one might lower max while at it. I also want to allow for random amounts eg starting at 65 or 45 randomly
  14. We also had a few developpers that prefered SVN, and it's generally way easier for non programmers (e.g artists) no rebase almost no merge conflicts. Commit = push. Also worth noting that while a bit wonky arcanist can make it transparent, one can also use git-svn
  15. @Panther you can just open the pyromod and get the files. This way it's even easier to drop them
  16. It would be great to see the Britons reworked! Is a Brittonic (or Gaulish) name known, though? Welsh did not yet exist in 0 A.D.'s timeframe and Welsh is no longer used in game either, so why should we adopt a (modern) Welsh name for the next alpha? Now that D11 is in we could have a Britonnic campaign. Not sure how to collaboratively work on this though... Well if the list of features that are gonna make it into A25 are known then it could. Due to the very nature of this project it's a bit hard to tell.
  17. Whoops Glad to see the song is indeed related.
  18. If you want them to use a different path and the path where they are is writable you can use -writableRoot.
  19. Did you change the victory conditions?
×
×
  • Create New...