JRod9909 Posted July 7, 2018 Share Posted July 7, 2018 Hello. When I edit armor.xml values like slash, stab, max_status and place .pak file in my folder the values are not changing in game. Any info regarding this issue would be greatly appreciated. Thanks. Link to comment Share on other sites More sharing options...
Lieste Posted July 8, 2018 Share Posted July 8, 2018 All tables are in two forms: .xml, and a compiled .tbl form of the same data.By default .tbl are preferred over .xml files, so either compile the modifed data into a .tbl (I think there are notes on the format here or on the kcd wiki), or use a zero length file to replace the .tbl file.It is better to build a mod with the .xml and .tbl you want to change than to edit the one in the base game, easier to revert if you make errors which prevent loading, amongst other issues. Do this in the mod folder for easier compatibility. Link to comment Share on other sites More sharing options...
Recommended Posts