Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

File Structures for Game Editing

Ben

Developer - JS
Developer
Joined
Jul 6, 2013
Messages
1,224
Reaction score
506
Are there any file structures of the game for editors? I'm not into reversing the game as I have no experience in reversing but I can program tools to edit files though when I see an example.

Would like to help the section by developing C# application to edit files etc..
 
Newbie Spellweaver
Joined
Jun 24, 2017
Messages
12
Reaction score
4
Are there any file structures of the game for editors? I'm not into reversing the game as I have no experience in reversing but I can program tools to edit files though when I see an example.

Would like to help the section by developing C# application to edit files etc..

Yes, i have structures
 
Upvote 0
Newbie Spellweaver
Joined
Jun 24, 2017
Messages
12
Reaction score
4
TString.tcd structure

wCount
wStringID
strString

TSkillFunction.tcd


wCount
wSkillID
bMethodID
bType
bFunctionID
bOPCode
bCalc
wValue
wInc


=)))
 
Upvote 0
Back
Top