Jump to content

Freagarach

WFG Programming Team
  • Posts

    1.118
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Freagarach

  1. Create a ticket at https://trac.wildfiregames.com/ and upload the crashlog.txt and crashlog.dmp files to that ticket. But sharing the initial errors is useful too (either here or at that ticket). One can find them at the interestinglog.html in your log folder (see https://trac.wildfiregames.com/wiki/GameDataPaths).
  2. It should all(TM) be fixed now. (At least in SVN.)
  3. Hey, there is work done towards that: - https://code.wildfiregames.com/D2573 - https://code.wildfiregames.com/D2625 - There are also tickets on trac (trac.wildfiregames.com/report/1). But feel free to take those patches over!
  4. Thanks, @wowgetoffyourcellphone, I guess I didn't recheck the last patch good enough,,, ;(
  5. Hey, you'll need to mess around in the UnitAI.js component (https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js). Regarding the first question: UnitMotion deteremines the switch from walking to running, based on the units current speed. So you don't need extra work in the actor, but have to ensure in the above file that you want to run when approaching for attacks. E.g. in functions https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js#L1269 and https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js#L2057 you'll need to set the entity to running. And in functions https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js#L1282 and https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js#L2071, respectively, you'll need to reset the speed multiplier to normal. One can take a look at how it's done for chasing (search for `"chasing":` in that file).
  6. Given the context, and the triple post fact, I'm surprised if "Organization" means Wildfire Games. here. ^^
  7. https://code.wildfiregames.com/differential/diff/create/ ;P Ergo, no, I didn't make those patches.
  8. Mostly cleanups, but I would like to try https://code.wildfiregames.com/D4679 and would _love_ to see ele's dealing splash and Boudicca getting on and off her chariot.
  9. Obviously because the devs messed up. And obviously not because no-one proposed patches for them as "the devs" are usually not the ones with balancing knowledge. Sorry, but I feel mentioned every time someone says "the devs".
  10. I'm not sure about the terminology, but is what you mean that at every turn the former and current position of both entities is used to calculate whether an intersection occurs? Ignoring any entity dimensions here. ^^'
  11. Where are the slaves for Sparta? They are also known for those? (Although I'd rather have slaves for all civs who employed them and some bonus for some civs.) Nope, it isn't.
  12. The "main" king can recruit its counterpart? (once, obviously)
  13. Please give them more resistance as well, they die so quickly.
  14. You might add an upgrade with the aura, to change them to ranged units, but I guess that is not what you want. Sorry that is not possible.
  15. Kind of planned. If I read this correctly you want to have techs affect EntityLimits? Two exactly the same wonders doesn't sound nice by the way.
  16. Ergo, my childhood. ^^ I truly enjoyed making SP campaigns for AoE II!
  17. It won't even make siege towers. ^^' Yep, sadly this is correct. There is a lot to do for PetraAI.
  18. Thanks for the reports, I'm looking into it. The interestinglog.html would only show the errors. Can you reproduce without the mods?
×
×
  • Create New...