Re: Fable Crash [message #60427 is a reply to message #60426] |
Thu, 25 November 2010 02:29 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
You only packed an OBJECT entry. It doesn't have the mesh, textures, text entries, it doesn't have the CInventoryItemDef, CStockItemDef, CWeaponDef, CObjectAugmentationsDef or the CCarryableDef. But I can see that you made a new OBJECT entry, so I'll go ahead and say that your problem is a definitions problem.
From what I can see, you changed the inherited ID of several important CDefs to the ID number of your new OBJECT entry, yet you didn't attach any new CDefs. What I suggest is making new CDefs.
|
|
|