Where does itemkinds1.txt get...

正在查看此主题的用户

akuthia

Knight
The maximum possible number of items that it contains? I've looked through module_items.py, and not found a reference setting that #, as well as module_constants,
header_items,header_operations and header_triggers and also not found any reference to that item. The reason i ask is because i'm starting to help on an aged mod, and we are trying to clean out some of the previous version's items, however our lead is saying it keeps kicking errors(although, i havent asked him what sort of error, gonna do that today) but my early suspicion is that the new itemkinds # is not matching with what the new # is after he removes something...
 
It counts the number of entries in module_items (via the Python process_items.py file).
In itemkinds1.txt you'll see this number at the top of the file. It needs to match the number of items actually held in the file (and cannot be less than the number of items that a save game has stored).
 
Well, i guess that means my theory on why it's throwing errors was wrong...

Thanks much for the fast reply!
 
后退
顶部 底部