Age of Mythology: Extended Edition

Age of Mythology: Extended Edition

Fire Giant Texture for Granite Blood
6 Comments
ikosaeder 25 Apr, 2022 @ 8:23am 
Hehe thanks for the kind words, I'm a programmer and used to fiddling with code.

Great explanation again, cheers mate!
Stygian Emperor  [author] 24 Apr, 2022 @ 9:36pm 
Oh, yeah - those "nones" there would make it so the texture wouldn't change with Granite Blood for those animations. "SetSelector" needs to be "TechLogic" for the game to choose an animation based on what upgrades have been researched. "anim walkAttack" isn't actually used anywhere in the game but I figured I'd do that one just for completeness. You have a good intuition for this stuff though.
ikosaeder 24 Apr, 2022 @ 6:11pm 
Nah it's all fine, don't blame yourself. Thanks for the quick response and fix! :)

Your explanations are very much appreciated, I'm quite new to modding. The only "other small changes" I could find in the new version is in anim walkAttack: "SetSelector none" (original) vs "SetSelector" (yours) while other functions keep the "none" (like anim Death and anim Walk). But I'm sure there's a reason to it.
Stygian Emperor  [author] 24 Apr, 2022 @ 1:03pm 
"Why is Birth missing RIGHTFOOD and RIGHTHAND?"
I don't know, but that's also missing in the vanilla game's anim file. I fixed it in this new version per your comment, because it probably was just a mistake made by the original devs or Skybox that was never caught.

"Why add the eclipseSFX at all?"
The same reason it's on any other non-Egyptian myth unit: custom scenarios/compatibility with other mods. I'm pretty sure there are examples of that in the vanilla anim files as well; regardless, it's pretty much considered a bug by the community for myth units to not have it.

"And some other small changes when file comparing your anim with the original."
I didn't find any.
Stygian Emperor  [author] 24 Apr, 2022 @ 7:53am 
@ikosaeder: thanks for pointing all that out - it’s because i’m a ****head and wasn’t testing correctly (basically i should have been turning off all my other mods or at least making that one highest priority when testing and never did). the anim files are pretty self-explanatory so you probably have already fixed it for your game, or at least basically know how.

once i get back to a desktop i’ll fix it up and add your contributions to the description since you already put in more effort than i did
ikosaeder 23 Apr, 2022 @ 6:44pm 
AlanWake's original mod works as intended. But even if I subscribe only to your mod, the default fire giant does not change to the new texture after Granite Blood is researched.

Would be much appreciated if you could look into it! :)

I haven't done anim modding myself, but looking into the files some things seems off...

Why call for "Special N fire giant upgrade" but the files in your mod are called "Special N Fire Giant AlanWake".btx and .tga (never called in anim at all)?
Why is Birth missing RIGHTFOOD and RIGHTHAND?
Why add the eclipseSFX at all?
And some other small changes when file comparing your anim with the original.