-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
elvise
cabalmain.exe v22
CMP EAX,0B -> CMP EAX,0D
CMP EAX,0B -> CMP EAX,0D
Man Woman Armor Works perpect but hat is still problem like this
Attachment 94788
That's not a costume item, it replaces your helm in the equipment slot...
-
3 Attachment(s)
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
SpeedDevil
That's not a costume item, it replaces your helm in the equipment slot...
Iknow that's not comstume item
Attachment 94792
solve change code not use Le_item.dec
man costume all work perfect Woman body costume and battle hat work perfect
but still woman armor hat and martial hat something wrong
Attachment 94795
Attachment 94796
thx for SpeedDevil
almost finished
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
The problem lies in the "Type" of your hat in item.enc, change it to 12.
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
PunkS7yle
The problem lies in the "Type" of your hat in item.enc, change it to 12.
my item.enc have 12
enum Type tpye = Headgear2 - (12)
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Then switch it to the other type for headgear, 1 of them has to work :P
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
PunkS7yle
Then switch it to the other type for headgear, 1 of them has to work :P
That's Invalid value out of range
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
elvise
That's Invalid value out of range
I meant
Code:
Headgear - IDT_HMET (11)
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
PunkS7yle
I meant
Code:
Headgear - IDT_HMET (11)
11 is more small small size
im aleady try that
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
anyone have some photo with costume for head for fb / fa?
-
1 Attachment(s)
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
oospikeoo
anyone have some photo with costume for head for fb / fa?
Attachment 94859
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
I don't get it why 12 doesn't work for you, head should be fine.
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
PunkS7yle
I don't get it why 12 doesn't work for you, head should be fine.
would you show me woman armor helm,martial helm screenshot and code?
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
I'm not understanding how to put battle mode 3 can someone tell me please?
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Can someone have weapons texture? ^^
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
filipealdeia
I'm not understanding how to put battle mode 3 can someone tell me please?
You cannot add Battle Mode 3 with these files, they just contain the costumes that are automatically equiped on the player when he starts his Battle Mode 3.
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
something that could put the code to put on the costume and item.enc iten.scp and cabal.enc
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
solved! but i have problem regarding in helm costume.. like someones problem too
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
bryandakis
solved! but i have problem regarding in helm costume.. like someones problem too
I'm sorry I haven't had time to check that problem yet, I'm still in the middle of exams and will have a look at it when they are over. ;)
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
how can we use this? renaming man10.ech man11.ech to man12.ech and wearing hat costume so we can see full bm3 set? im newbie bout this pls help me tnx :D
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
jasper1268
how can we use this? renaming man10.ech man11.ech to man12.ech and wearing hat costume so we can see full bm3 set? im newbie bout this pls help me tnx :D
Welcome to RaGEZONE and the Cabal Section.
You'll have to edit your cabalmain.exe to load the .ech files up until that number unless you're using one of the edited clients and servers found here. (editing cabalmain: http://forum.ragezone.com/f729/cabal...llydbg-637582/)
To use the data in the files you'll need to make new items for the BM3 costumes that will display them upon equip.
Be sure to check out the Tutorials section.
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
what file write this code :
Armor style
Costume: DisplayCode_pt2 52
Hat: DisplayCode_pt2 20
Martial style
Costume: DisplayCode_pt2 53
Hat: DisplayCode_pt2 21
Battle style
Costume: DisplayCode_pt2 54
Hat: DisplayCode_pt2 22
when show custom items??
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
SpeedDevil the template from yamachi for items dont work anymore on item.enc of ep8.... is another strcuture did u know what FileSize and types is or did u make new one ? xD bcz i cant figure it out..
-
Re: Custom fixed (wo)man.ech's / Latest FX & Item files.
Quote:
Originally Posted by
Mihai Alexandru
SpeedDevil the template from yamachi for items dont work anymore on item.enc of ep8.... is another strcuture did u know what FileSize and types is or did u make new one ? xD bcz i cant figure it out..
Since Episode 3 or higher (I forgot) there have been some modifications to the data structure of the item.enc. I haven't edited Yamachi's template yet for the new structure, thinking about doing so soon.