• 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 page for updates, 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.) When you see an Incapsula error, you know we are in the process of migration.

How to Create a TCD Editor: Step-by-Step Tutorial

Newbie Spellweaver
Joined
Aug 7, 2015
Messages
73
Reaction score
29
Hello RZ Commu !

i post a tutorial for create tcd editor.

the video is not from me.

i'm hope you will release some tcd editor on this board, have nice day :cool:



if people can create tcd editor we will win lot of time :)

this is the goal to have new community of people in partnership to do the best for 4Story developpement
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Feb 9, 2019
Messages
16
Reaction score
0
Hello RZ Commu !

i post a tutorial for create tcd editor.

the video is not from me.

i'm hope you will release some tcd editor on this board, have nice day :cool:



if people can create tcd editor we will win lot of time :)

this is the goal to have new community of people in partnership to do the best for 4Story developpement
Hi, thank you for tutorial. i know.. this is old post. But i have some qustions on you and on community.
I trying creat TItem.tcd editor for 5.0 Araz files. I am at first part of video. Time 5:20.
So if i write wItemID in internal class Item like UInt16 wItemID; and bType like boolean bType;
How can i write dwSlotID and fPriceRate?
Thank you for all future responses.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 27, 2019
Messages
25
Reaction score
27
Hi, thank you for tutorial. i know.. this is old post. But i have some qustions on you and on community.
I trying creat TItem.tcd editor for 5.0 Araz files. I am at first part of video. Time 5:20.
So if i write wItemID in internal class Item like UInt16 wItemID; and bType like boolean bType;
How can i write dwSlotID and fPriceRate?
Thank you for all future responses.
dwSlotID = UInt32 ; bType = byte ; fPriceRate = Single
 
Back
Top