question about labelling/numbering animations for EE
amika
Member Posts: 34
Today I made this handsome boy:
He's not fancy, just a simple palette swap on the cornugon (same sounds and everything), to match this art:
(Sam Wood?)
I tried doing this initially with effects on the .cre, but couldn't get it to look good.
Is there a way to find out which hex numbers are valid to use for the .ini file and to have WeiDU APPEND to animate.ids, as well as the reference number in the APPENDs to EXTANIM.2da and EXTSPEED.2da? Or is there a reservation database similar to the one for mod prefixes? I understand Infinity Animations served this purpose but is incompatible with EE.
Here's what it looks like in my tp2 file with placeholder values:
I have it in-game and working without overwriting anything currently, but at the moment I'm using the slot/numbers from another mod that I was checking my work against; I'm nottt sure how I'd go about ensuring better compatibility with other mods. Any pointers or insight would be appreciated.
He's not fancy, just a simple palette swap on the cornugon (same sounds and everything), to match this art:
(Sam Wood?)
I tried doing this initially with effects on the .cre, but couldn't get it to look good.
Is there a way to find out which hex numbers are valid to use for the .ini file and to have WeiDU APPEND to animate.ids, as well as the reference number in the APPENDs to EXTANIM.2da and EXTSPEED.2da? Or is there a reservation database similar to the one for mod prefixes? I understand Infinity Animations served this purpose but is incompatible with EE.
Here's what it looks like in my tp2 file with placeholder values:
COPY ~Mikaela-NPC/ini/9999.ini~ ~override~
COPY ~Mikaela-NPC/bam/~ ~override~
APPEND ~animate.ids~ ~0x9999 CORNUGON_BLUE~ UNLESS ~^0x9999~
APPEND ~EXTANIM.2da~ ~12345 0 1 1 0 0 1 47 0 0 NONE NONE NONE 6 3 FZOR NONE 0 0 NONE~ UNLESS ~^12345~
APPEND ~EXTSPEED.2da~ ~12345 10~ UNLESS ~^12345~
I have it in-game and working without overwriting anything currently, but at the moment I'm using the slot/numbers from another mod that I was checking my work against; I'm nottt sure how I'd go about ensuring better compatibility with other mods. Any pointers or insight would be appreciated.
3
Comments
By the way, I think you only need to write the animate.ids entry if you're using the .ini method.