Modifying .BIC files from linux command line
![dimecoin](https://forums.beamdog.com/applications/dashboard/design/images/defaulticon.png)
I need to modify player .BIC files from linux command line. (I want to automate though script, so GUI won't work). I'd rather no go full NWNX just for this if possible. (think of a nightly batch job, not real time).
Specifically I need to either remove a feat or replace it and also modify a simple string. What tool would you suggest?
Specifically I need to either remove a feat or replace it and also modify a simple string. What tool would you suggest?
0
Comments
.BIC files are GFF, and those utils can convert them to e.g. JSON, which can easily be parsed and modified by a myriad of tools. Then use the nim tools to convert back into .BIC.