• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

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