TETRISOID Posted February 21, 2018 Share Posted February 21, 2018 There are too many mods. And some mods using same file (like rpg_param.xml). But there are no mods, what uses all this values from that file. For example, "archery mod" uses only 1 param "AimSpreadMax". Or "herbalism mod" uses other 1 param "HerbGatherSkillToRadius". My request is to develop and create lua-script for xml files, that will use only that few param you need. And wont interfering with other mods uses same file but different param. Maybe something, like that, what was used in (Factorio) : data:extend({ { type = "bool-setting", name = "test", setting_type = "test", default_value = true, order = "ad-a", }, }) Link to comment Share on other sites More sharing options...
Marrv072 Posted February 21, 2018 Share Posted February 21, 2018 I was thinking something is needed as well, but was thinking more akin to witcher 3 script merger, but alas I do not know how that is coded Link to comment Share on other sites More sharing options...
chypres89 Posted February 22, 2018 Share Posted February 22, 2018 Yeah this is much needed. Link to comment Share on other sites More sharing options...
DigChrono Posted February 22, 2018 Share Posted February 22, 2018 (edited) The Witcher 3 script merger uses KDiff3 for the actually merging, and then just puts the merged scripts in their own mod folder. This would be pretty easy to do manually, you'd just have to extract, merge with KDiff3, and re-pak the scripts each time there's an update to an affected file. I'm sure it would also be easy to do that with KDiff3 and the 7-Zip command line, but creating such a solution is beyond my skill level. Edited February 22, 2018 by DigChrono Link to comment Share on other sites More sharing options...
Longshot308 Posted February 23, 2018 Share Posted February 23, 2018 I was thinking something is needed as well, but was thinking more akin to witcher 3 script merger, but alas I do not know how that is coded Ya a KCD merger program ala script merger would be handy.Tho am another with no clue if or how. Link to comment Share on other sites More sharing options...
Recommended Posts