2010-08-22, 07:44 PM
Abysseon Wrote:Is it really that difficult to alter an item's name/description in game?
Item Names are kept in a file that has nothing but names and the associated IDs in it. No other functionality, so changing the names is literally as difficult as looking them up, determining which is which, renaming them, and saving the file. No possibility to break anything else because the only file touched is the name list.

