Sleeping Gnome
5th Jan 2012, 02:39 PM
Hello
So, I've gone over the XML modding tutorial, which helped me make a few changes to the sculpting skill and material cost
now I want more. I want to add items! I wanna make it possible to sculpt dining tables, maybe some bookshelves, and maybe some more stuff...
I figure I could copy the whole <sculptures> </sculptures> part in GameplayData / SculptingData XML
problem is, the name of the objects you can sculpt in the XML aren't the same as they appear in-game (The Porcelain Throne, for example, is called "ToiletExpensive")
I looked around, opened a few .package files, but didn't found a way to match the name in the XML files to the name in the game (I know the name "ToiletExpensive" is descriptive of the porcelain throne, for example, but my english isn't good enough to understand all of the object names in the XML)
So... how do I match a name such as "TableDiningAsian" (hope that's not racist ;) ) to the object name in the game?
Thanks!
So, I've gone over the XML modding tutorial, which helped me make a few changes to the sculpting skill and material cost
now I want more. I want to add items! I wanna make it possible to sculpt dining tables, maybe some bookshelves, and maybe some more stuff...
I figure I could copy the whole <sculptures> </sculptures> part in GameplayData / SculptingData XML
problem is, the name of the objects you can sculpt in the XML aren't the same as they appear in-game (The Porcelain Throne, for example, is called "ToiletExpensive")
I looked around, opened a few .package files, but didn't found a way to match the name in the XML files to the name in the game (I know the name "ToiletExpensive" is descriptive of the porcelain throne, for example, but my english isn't good enough to understand all of the object names in the XML)
So... how do I match a name such as "TableDiningAsian" (hope that's not racist ;) ) to the object name in the game?
Thanks!