Appearance 2DA
cervantes35
Member Posts: 2
I am working on a creature override. I used the Appearance 2DA from the Main File 2DA . I added all my new creatures into the user defined area of the 2DA, but all the OS creatures like the Herzou ect. do not show in the standard palette entry , they are completely blank. These creatures do still appear in the drop down appearance menu if you try to create a custom creature. Has anybody run into this adding creatures?
0
Comments
The most likely issue is that, in editing the 2da, you've accidentally corrupted it, perhaps by adding or deleting a field somewhere. For example, a text description containing blanks will corrupt the file if it's not in double quotes.
Try a detailed comparison of the base and modified files (using Winmerge Compare or whatever). There should be no differences other than the lines you added. You can also use one of the 2da editors on the Vault to check that the columns are loading properly (descriptions containing blanks will really mess them up).