Jump to content

wraitii

WFG Programming Team
  • Posts

    3.395
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by wraitii

  1. Would be great if we could have the OOS dump of the OOS players as well for comparison
  2. I've updated https://code.wildfiregames.com/D3679 following discussions there.
  3. The logs should be OK to share, but the config file contains your lobby password (hashed, but it's still usable to connect with your account).
  4. Thanks for bringing this up. I guess it's another time where it's urgent to do nothing. I guess this might make it easier to move away from Phabricator, as people might share migration scripts. Might also end up with a straightforward fork that's not a one-man project and end up with a more functional product. We'll see.
  5. Right. I don't see the A24 situation as that problematic either (or at least I don't really mind), so the change isn't horrible to me, merely unfortunate. Note that it's still hardcoded in C++ that idle units are allowed to bunch up together more than walking units, I could make these settings different so we can tweak the parameters individually.
  6. This is mentioned in the very first post in this thread. I don't really like it, but I also don't think it's a very realistic situation outside of toy examples. I also don't expect it to be a particular balancing problem, but maybe I'm incorrect on that account. The 'pushing distance' can easily be modified by changing pathfinder.xml if you want to test out other settings.
  7. See also the discussion at https://code.wildfiregames.com/D3686
  8. Committed, thanks for reporting all
  9. Should be fixed by https://code.wildfiregames.com/D4066 if someone else can confirm
  10. Mh, yes, this is working as designed actually. I figured it was better to show cheats are always enabled than to not show it at all like in A24. I can either hide it again, or make it configurable.
  11. Can you upload you matchsettings.json in the user config folder? Then delete it, that will fix the problem.
  12. Mh, given the wide range of options we have, this does seem like something I'd be open to. Think elexis was a bit too strict there.
  13. Thanks @Nobbi, very insightful comment Right. The latter has a patch for it, not the former. You can no longer train horses at the barracks, so I think we should just change the barracks here, for consistency. The decay is on purpose, though whether it should be changed is an open question. Not sure what you mean about train time. Yes Made a ticket for that, it's less trivial than other things. You are indeed incorrect, there are no other bonuses in A24/25 (so far) Mmh, that sounds like a bug indeed. I don't necessarily disagree, but I think removing towers was a good move and we don't really have more than 3 town-phase buildings as things stand, so it's simply not possible.
  14. I largely disagree. While translation freeze means it's completely fair game, the chances that we do major change after feature freeze are low, and as it turned out for A24, translators usually have quite a bit of work to do anyways. And if tweaks are made, they'll usually be small tweaks that Transifex helps with fixing. Packagers, aye, players, maybe, but 'testers', certainly not. After all, people play SVN. Well, the first few bundles won't be RC but testing bundles, as per the above, so it's logical to not release it 'into the wild' too much. Commits are actually not permitted later, unless for exceptional circumstances, such as fixing a release blocker issue.
  15. Check out a tutorial online, like this one.
  16. Mh, that seems rather weird. I would suggest trying to get a more complete callstack by running in a debugger.
  17. If there is a specific topic for A25, please start a thread in the balancing discussions subform or make a diff.
  18. I think these are all things that would be "too much", from the unitAI standpoint. Players are still supposed to play the game That being said, I think we could have a higher level AI-assistant (that would be an actual AI in coop) for these kind of things in the (probably far) future
  19. You should be able to play over local MP, but not over the lobby unless you can configure something known as "NAT loopback/hairpinning" in your router. This should indeed be fixed in the next version.
  20. @ValihrAntcould you make a diff with the training times? I think we're missing that on Phabricator and A25 will be closing soon. Should we merge the 'remove root from fortress' patch as well, in your opinion?
  21. The concrete difference is that you can't edit scenario settings, while you can edit some skirmish settings (mostly the civilisations). This could be changed if/when we allow 'freezing' the civs in the gameosetup, which wouldn't be too difficult. Edit -> but we also have "random maps" that are only partly procedural now, with fixed terrain, the the distinction has grown increasingly confusing. I wouldn't be against cleaning all that up sometimes soon, particularly since the whole concept of "map type" is annoying in the code.
  22. You might need a few changes, as some templates were renamed (things like the elephant stable), but overall A24 and A25 maps should be compatible I believe.
  23. Correct, which is where Armour comes in: it modifies that base HP to make the unit more/less damageable against other types. Which is why negative values make sense. Yes, but that seems less obvious because we show HP and not armour.
  24. It actually does not. Compare: 200 HP, armour of 10 everywhere > you can take 200 / 0.9^10 => 573 HP of damage before dying 573 HP, armour of 0 => 573 HP of damage before dying. It's much easier to compare units if they all have a base armour of '0' and HP variations than if they have both.
  25. Agreed, it's a reasonable take. However, the current way ratings work waits for a message from all players until it actually rates the game (to avoid one user cheating, obviously). This means it can't rate a game where one user disconnects. Changing that without making it possible to cheat is not so easy.
×
×
  • Create New...