Client String Data 2.0

smoochy boys on tour

Sanity

Legend
Legendary
Nov 7, 2007
3,809
115
300
This is a Excel spreadsheet of Woool 2.0 client strings, it makes translating the client that much easier.

Example
Code:
[TABLE="width: 1142"]
[TR]
[TD]004E2206   PUSH Copy_of_.009210A8                    附有%s期%s心魔[/TD]
[/TR]
[TR]
[TD]004E225E   PUSH Copy_of_.00918370                    (%s)[/TD]
[/TR]
[TR]
[TD]004E22C0   PUSH Copy_of_.0092109C                    +防御%d-%d[/TD]
[/TR]
[TR]
[TD]004E2322   PUSH Copy_of_.00921090                    +魔防%d-%d[/TD]
[/TR]
[TR]
[TD]004E238A   PUSH Copy_of_.00921084                    镇魔值%d[/TD]
[/TR]
[TR]
[TD]004E23F0   PUSH Copy_of_.009210A8                    附有%s期%s心魔[/TD]
[/TR]
[TR]
[TD]004E2448   PUSH Copy_of_.00918370                    (%s)[/TD]
[/TR]
[TR]
[TD]004E24AE   PUSH Copy_of_.00921078                    +攻击%d-%d[/TD]
[/TR]
[TR]
[TD]004E2514   PUSH Copy_of_.0092106C                    +魔法%d-%d[/TD]
[/TR]
[TR]
[TD]004E257A   PUSH Copy_of_.00921060                    +道术%d-%d[/TD]
[/TR]
[TR]
[TD]004E25E2   PUSH Copy_of_.00921084                    镇魔值%d[/TD]
[/TR]
[TR]
[TD]004E2636   PUSH Copy_of_.00921078                    +攻击%d-%d[/TD]
[/TR]
[TR]
[TD]004E268F   PUSH Copy_of_.0092106C                    +魔法%d-%d[/TD]
[/TR]
[TR]
[TD]004E26E8   PUSH Copy_of_.00921060                    +道术%d-%d[/TD]
[/TR]
[TR]
[TD]004E28DE   PUSH Copy_of_.00920E48                    黑暗魔力:%d佩戴者完成成就:%d[/TD]
[/TR]
[/TABLE]

The left part isn't important "004E28DE PUSH Copy_of_.00920E48", ignor that, only focus on the Chinese words.

Code:
[TABLE="width: 1142"]
[TR]
[TD]004E2206   PUSH Copy_of_.009210A8                    Start%sPeriod%sEnd[/TD]
[/TR]
[TR]
[TD]004E225E   PUSH Copy_of_.00918370                    (%s)[/TD]
[/TR]
[TR]
[TD]004E22C0   PUSH Copy_of_.0092109C                    +AC%d-%d[/TD]
[/TR]
[TR]
[TD]004E2322   PUSH Copy_of_.00921090                    +AMC%d-%d[/TD]
[/TR]
[TR]
[TD]004E238A   PUSH Copy_of_.00921084                    MagicValue%d[/TD]
[/TR]
[TR]
[TD]004E23F0   PUSH Copy_of_.009210A8                    Start%sPeriod%sEnd[/TD]
[/TR]
[TR]
[TD]004E2448   PUSH Copy_of_.00918370                    (%s)[/TD]
[/TR]
[TR]
[TD]004E24AE   PUSH Copy_of_.00921078                    +DC%d-%d[/TD]
[/TR]
[TR]
[TD]004E2514   PUSH Copy_of_.0092106C                    +MC%d-%d[/TD]
[/TR]
[TR]
[TD]004E257A   PUSH Copy_of_.00921060                    +SC%d-%d[/TD]
[/TR]
[TR]
[TD]004E25E2   PUSH Copy_of_.00921084                    MagicValue%d[/TD]
[/TR]
[TR]
[TD]004E2636   PUSH Copy_of_.00921078                    +DC%d-%d[/TD]
[/TR]
[TR]
[TD]004E268F   PUSH Copy_of_.0092106C                    +MC%d-%d[/TD]
[/TR]
[TR]
[TD]004E26E8   PUSH Copy_of_.00921060                    +SC%d-%d[/TD]
[/TR]
[TR]
[TD]004E28DE   PUSH Copy_of_.00920E48                    Dark Magic:%d Achievement:%d[/TD]
[/TR]
[/TABLE]


Basically instead of searching through a dam load of hex code for words, your given them here so all you do is search for Chinese word and translate it. Hexing guide on here somewhere, il link it when i get time.

I thought of a better way to translate the client, as the words displayed on the images are now hard coded we will have problems not having enough letters to use and well it will look ****, so instead you remove the hard coded string, get the sgl editor and edit the image instead.
But you have to know the string you are removing is the string which is displayed on the interface, if it isn't then yer your going to have problems, but il see if it's possible when i get to do the client.

Download:
View From Mediafire (Takes ages)
 
Last edited: