* *

News

Nexon has recently updated Mabinogi to a 64 bit client. This update has broken many mods in memory patchers for the time being. The mod creators are working hard to essentially rebuild all mods from scratch, and this process will take some time. Please be patient, and stay tuned for more updates.

Keep in mind that you must register an account, and be logged in to view any content on this site.

Mabinogi Status

Erinn Timer

Time
Erinn Time 14:58
Local 01:34
Server 01:34
Moongate Prior G16 [ + / - ]
11:11 Tir Chonaill
12:22 Dunbarton
13:33 Emain Macha
14:44 Bangor
14:44 Emain Macha
16:66 Emain Macha

Ceo in days.

Price [ + / - ]
01:12 Emain Macha - Island in South Pathway
01:48 Sen Mag 5th house from West
Rua [ + / - ]
01:39 Resting
02:15 Resting

Themes





Author Topic: Changing the Final Hit ani colors  (Read 624 times)

0 Members and 1 Guest are viewing this topic.

Offline NovaDracon28

Changing the Final Hit ani colors
« on: August 18, 2014, 07:54:53 pm »
Is it Possible to change the animation colors of Final Hit similar to how you can edit the Race Name colors using Hex Color codes like my custom gold font that I use
There is a fine line between being smart and being stupid. I find that many people choose not to be smart

Offline Plonecakes

Re: Changing the Final Hit ani colors
« Reply #1 on: August 18, 2014, 10:59:35 pm »
I bet it's data/gfx/fx/effect/c2_g4_s2_double_sword.xml

The colors are the four byte hex codes, of course. Like: FFC2D7FF

The first byte seems to be the alpha value, so leave it as FF. If alpha is first, it's probably of the form AABBGGRR.

I expect you can take it from there.
My releases

Re: Changing the Final Hit ani colors
« Reply #2 on: August 19, 2014, 09:45:38 am »
 

Offline NovaDracon28

Re: Changing the Final Hit ani colors
« Reply #3 on: August 19, 2014, 11:42:07 am »
so now where would I put the color for the white over in FH when it is active cause I found the xml but there is a ton of variables
There is a fine line between being smart and being stupid. I find that many people choose not to be smart

Offline Plonecakes

Re: Changing the Final Hit ani colors
« Reply #4 on: August 21, 2014, 10:25:16 pm »
u wot m8?

it's AARRGGBB
Oh, I see! I actually like this format better, but it seems to be rarer.

so now where would I put the color for the white over in FH when it is active cause I found the xml but there is a ton of variables
You guess, like any good developer!
My releases