Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
lovbudy
Many Devs Coming Up with New Idea
Great to see some dev in A3
Long Live A3
Yeah, Long live A3 :thumbup:
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
lovbudy
Many Devs Coming Up with New Idea
Great to see some dev in A3
Long Live A3
i second that , I came across many good idea as a matter of fact.
I suppose 562 are more or less hard work or say small new things or modification made.
I wonder if making customized sets an option? (requesting an answer for this )
For Example i came across a server in which a developer made customized unique which instead of red gave green aura from uniques..
Re: Difference between 562 client and 219 client!
Green, red, Purple or whatever aura you want, that is only a graphics change. (Only client side changes)
Re: Difference between 562 client and 219 client!
Re: Difference between 562 client and 219 client!
Well, but the confusion in my mind is,
Like animated auras (Aura 1 to Aura 5), they are animation, but if changed in TDB file it changes its design and color and not the animation.
SO I wonder, Is the flame from unique is TDB file or a separate animation ?
If that flame color is TDB file, It will come in handy to try changing its color !
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
Magixxx
Well, but the confusion in my mind is,
Like animated auras (Aura 1 to Aura 5), they are animation, but if changed in TDB file it changes its design and color and not the animation.
SO I wonder, Is the flame from unique is TDB file or a separate animation ?
If that flame color is TDB file, It will come in handy to try changing its color !
Its from some SDB file, that much i know, Red things are not like TDB, those are something different. I tried it but coudnt keep the color stable. it used to spoil the floor gfx and transparancy would vanish. If any one can unpack tta3 client, you can study it well
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
getdeepz
If any one can unpack tta3 client, you can study it well
If anyone succeeds in it please inform me. Even I need unpacked TTA3 client.
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
getdeepz
Its from some SDB file, that much i know, Red things are not like TDB, those are something different. I tried it but coudnt keep the color stable. it used to spoil the floor gfx and transparancy would vanish. If any one can unpack tta3 client, you can study it well
Ohhh. I just thought that there might be relation between the files of the color of auras and color from uniques, so just kept wild guess. !
Re: Difference between 562 client and 219 client!
and also there are mesh database files in which the game models are stored if u know what i mean..
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
mav3r1cksandy
and also there are mesh database files in which the game models are stored if u know what i mean..
There are many things which we know what they are, but whats the use of knowing about it if we are unable to edit/change em!
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
Magixxx
It depends on how good u'll edit ur client..
And hw much u knw..
bt 1st thing is login with 562,
and 2nd is once logged in, the sea of bugs to be solved !
coz relation between 562 client and old taiwan zoneserver creates many bugs !
One Big Question...
Instead of making all this things (zoneagent etc.) to login 562(korean client).. Is it possible to make a(562 taiwan version) client which supports our taiwan files? So wont be facing bug problem or login problem..
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
holy003
One Big Question...
Instead of making all this things (zoneagent etc.) to login 562(korean client).. Is it possible to make a(562 taiwan version) client which supports our taiwan files? So wont be facing bug problem or login problem..
Why to waste time writing lines of code for taiwan files supported 562 client, when u can make LA, ZA with 80% less coding which will need for client. !
Re: Difference between 562 client and 219 client!
May be u r right..
But instead of workin on a new client, cant we modify the 562(korean version client) to support our server files ?(just editing the lines which need to be)
Re: Difference between 562 client and 219 client!
Quote:
Originally Posted by
holy003
May be u r right..
But instead of workin on a new client, cant we modify the 562(korean version client) to support our server files ?(just editing the lines which need to be)
Yes it is possible!
Re: Difference between 562 client and 219 client!
Yea, it's possible.
a) Find where the acl structure is defined and remove the extra bytes (which are obviously used somewhere else too)
b) Find the comms routines and modify them accordingly in order to make client work with current Zoneagent
Piece of cake.