[RELEASE] 9Dragons XSD Editor

11/19/2013 18:21 thai0101#61
Quote:
Originally Posted by witek1992 View Post
Here it is:
[Only registered and activated users can see links. Click Here To Register...]

thanks for looking at it.
let's brute force it :D
example:
first try: 1-0 to 1-99
second try: 2-0 to 2-99
...
n try: 99-0 to 99-99
;)
result in 9801 tries, may be only around ... 2000 tries :p
11/19/2013 18:39 saweet#62
Quote:
Originally Posted by witek1992 View Post
thanks for looking at it.
Got it, RS cipher keys are 08 & 01
11/19/2013 18:53 witek1992#63
It worked, thanks master!
11/19/2013 19:16 bog18dy#64
Quote:
Originally Posted by saweet View Post
Got it, RS cipher keys are 08 & 01
Thanks, I needed it too.
11/19/2013 19:39 dimand2010#65
Hi, everybody. Forgive for translitas. Question at me such as me to insert RUS into NDTEXTDB_DE. I am a beginner and didn't understand as to replace. Thanks in advance.
11/19/2013 21:09 soly95#66
Quote:
Originally Posted by dimand2010 View Post
Hi, everybody. Forgive for translitas. Question at me such as me to insert RUS into NDTEXTDB_DE. I am a beginner and didn't understand as to replace. Thanks in advance.
Use Merge ---> Matching only option
11/19/2013 21:44 dimand2010#67
Quote:
Originally Posted by soly95 View Post
Use Merge ---> Matching only option
It didn't turn out. Here that left
[Only registered and activated users can see links. Click Here To Register...]
11/19/2013 22:05 soly95#68
Quote:
Originally Posted by dimand2010 View Post
It didn't turn out. Here that left
[Only registered and activated users can see links. Click Here To Register...]
guess u have to do it manually, tho
11/23/2013 12:15 joa959#69
Any one know of any method to open up XP files? i really want to modify my game to have different bg music playing by editing SR_SOUND.XP .
cheers.
11/24/2013 09:20 thehacker12#70
XSD editing ftw
[Only registered and activated users can see links. Click Here To Register...]
11/24/2013 23:32 saweet#71
Update
  • Support for XSD version 1.0 and version 2.0
  • Added replace feature

Basically this means you can open NDTEXTDB.XSD (version 1 and 2) and NDTEXTDB_XX.XSD (language separated version 1)

Notes

Previous version was limited to the language separated version 1 XSDs, now supports multilingual version 1.0 and 2.0. Version 1 supports 5 languages, version 2 supports 10. I have seen XSDs with 8 languages and were version 2.0, I do not support these and am not sure which client version used them.

I might have the language order incorrect as I was having difficulty finding XSDs containing all 10 languages, and the Japanese, Chinese, and Taiwanese were often interchangeable. I'll keep them as they are for now, if you notice the languages are in the wrong order (in the grid) please PM me the correction
11/25/2013 00:10 soly95#72
Quote:
Originally Posted by saweet View Post
Update
  • Support for XSD version 1.0 and version 2.0
  • Added replace feature

Basically this means you can open NDTEXTDB.XSD (version 1 and 2) and NDTEXTDB_XX.XSD (language separated version 1)

Notes

Previous version was limited to the language separated version 1 XSDs, now supports multilingual version 1.0 and 2.0. Version 1 supports 5 languages, version 2 supports 10. I have seen XSDs with 8 languages and were version 2.0, I do not support these and am not sure which client version used them.

I might have the language order incorrect as I was having difficulty finding XSDs containing all 10 languages, and the Japanese, Chinese, and Taiwanese were often interchangeable. I'll keep them as they are for now, if you notice the languages are in the wrong order (in the grid) please PM me the correction
Thank You, boss

that will make reading scripts alot easier >< thanks
11/25/2013 02:32 ratxxx#73
saweet just doing his casual yearly update. lol the forums not the same without u man
11/27/2013 09:12 maikim101#74
Can you post the complete file 1 and 1 file was not in the beginning?
for example, the XSD file encoding of Q to receive the payment as simple as moving tickets.
1 No. XSD I absolutely can not understand its encoding DC
the math curriculum so stupid! Can someone help me distinguish between XSD encrypted before and after rewrite
PC 4h ago do too bad
12/02/2013 07:25 saweet#75
Update
  • Added union and intersect merging options
  • Fixed an out of bounds exception when adding rows
  • No longer have to delete sections one at a time

I'll explain how the new merging options work:

Union - rows are combined, values from the merged file are used when duplicate occur. For multiple languages each column is compared. Non-matching columns are merged, matching columns are replaced.

Intersect - the intersection of rows from both files. Only matching rows from both files are used for the result.

Matching Only - compares only by ID, values from the merged file will replace the current values.