Results: 2Comments by: Scraelos
File: WritWorthy06/23/23
Hi! Can you update list of original...
Posted By: Scraelos
Hi! Can you update list of original set names in en_forced.lua? It's very important for those who play with non-EN l18n. I made my own fix, but was too lasy to filter only craftable sets, so it contains all ingame sets. If someone need it https://drive.google.com/file/d/1su1ZK5dVF97A70xvs563dwiBJMREVYnv/view?usp=sharing
File: MasterThief04/17/17
Hi! Can you add folowing fix for fu...
Posted By: Scraelos
Hi! Can you add folowing fix for furniture items support? Lines: -- special items MasterThief.ItemTypes = { ITEMTYPE_RACIAL_STYLE_MOTIF, ITEMTYPE_RECIPE, } Replace with -- special items MasterThief.ItemTypes = { ITEMTYPE_RACIAL_STYLE_MOTIF, ITEMTYPE_RECIPE, ITEMTYPE_FURNISHING, } Lines: function MasterThie...