Jump to content

How Do You Create The Ddfs For L2Disasm?


ShibSta

Recommended Posts

With Valiance being released today, I'm wanting to get in and see some of the new data. I understand how to decode the files and breakdown the hex values to try figure out what the data represents. My question is, how do you create the ddf's? Is there a way to make it more verbose so that l2disasm will output everything up-to an error? Also, looking at some of the files in the past, they have upwards of 39 columns but when trying to decipher the hex codes, not all items have that many values.

 

Could someone with some experience in successfully making a ddf please explain to process of creating and debugging the ddf, after you've figured out what parts of the data represents?

 

Thanks

 

(And also, if anyone has found ddfs that work in valiance, most specifically itemname-e, I'd to see it!)

Link to comment
Share on other sites

  • 2 weeks later...

 Itemname-e  credit sakaszli

but i need armorgrp

//sakaszli power
FS = "\t"; 
HEADER = 1; 
RECCNT = -1; 
MTXCNT_OUT = 1; 
MATCNT_OUT = 1; 
ORD_IGNORE = 0; 
{ 
   UINT id;
   UNICODE name; 
   UNICODE add_name; 
   ASCF description; 
   INT popup;
   INT SetItemGrp_id;
   INT Unk;
   UNICODE L2Font;
}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...