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!

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
26
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