Jump to content

Freagarach

WFG Programming Team
  • Posts

    1.118
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Freagarach

  1. I wonder how many travel hours, CPU power etc. were used to create such reports.
  2. Ranged infantry can be manned on the walls and they'll attack as usual. There is even more room on top! Just the corner pieces are attack-less now. (Else one could make many short pieces and thus abuse those corner towers.)
  3. Lo and behold, the kind of stuff one wants in a Strategy game!
  4. Not more than documented here: https://trac.wildfiregames.com/wiki/EnglishStyleGuide, I think.
  5. Yes. Do you happen to have a replay of this behaviour, since I cannot reproduce.
  6. You can try setting up a SSH key?
  7. That is annoying. Especially since fixing it will break string freeze and we must allow translators time to fix it. Luckily the entities to construct is correct, so we can fix it after the release, IMHO. Interesting how that went unnoticed since March,,,
  8. Why not a few turret points and the rest garrison slots? Or only ranged units on deck?
  9. One problem is that as long as we're in Feature Freeze no-one else can commit interesting stuff.
  10. I too would advise you to go to A25. This (https://code.wildfiregames.com/P225) is the script that I used to move the templates to their civ-subfolders (for A24) it left for little manual work. For the port to A25, we've tried to maintain a (fairly complete) list of stuff that has changed: https://trac.wildfiregames.com/wiki/PortA24ToA25.
  11. It is on git: https://github.com/SlavomirSlovenkai/Kiara.
  12. Or have a rating per alpha, so if one switches back temporarily one can still enjoy their old rating.
  13. Regarding balance: Probably. But keep in mind that some changes also have a visual element or immersion consequence. In this case a turn speed which is slow enough to be noticable made the game more immersive for quite some Single Player players.
  14. Those are defined in the entity's template and specifically in the Identity component. Yes, you can be more specific, see e.g. the ArcheryTradition tech. Projectile speed can't be changed, look in the Attack.js component, line 617, we use the template value instead of a modified one (see e.g. L658, where you can see that spread *can* be changed using a tech). Area damage can only be changed if it had it already and you'll need to find the path to modify (e.g. "Attack/<attacktype>/Splash/<property>"). Not that I can see. But what problem do you have? Is it not researchable, does it give an error, is there no effect after upgrading? See e.g. the Persian Architecture and the Carthaginian Colonisation technologies.
  15. @Mr.lie The excessive Siege, Ships and Cavalry constructing/training should be fixed in SVN now.
  16. (See e.g. https://code.wildfiregames.com/D3811.)
×
×
  • Create New...