Internally, LDTK is representing Intgrid layers as CSV integer arrays in the intGridCSV field in JSON. I'd like to be able to have an Intgrid layer import an external .csv file and populate the layer based on the file's values. This would allow me to use an external program that could generate basic scaffolding for levels, save them as .csv files, and then bring them into LDTK for me to add entities, or connect them as levels, etc.
(The overarching problem I'm trying to solve is 'how can I procedurally generate levels that can then be edited in LDTK?' Maybe there are better ways to approach this!)
Internally, LDTK is representing Intgrid layers as CSV integer arrays in the
intGridCSV
field in JSON. I'd like to be able to have an Intgrid layer import an external.csv
file and populate the layer based on the file's values. This would allow me to use an external program that could generate basic scaffolding for levels, save them as.csv
files, and then bring them into LDTK for me to add entities, or connect them as levels, etc.(The overarching problem I'm trying to solve is 'how can I procedurally generate levels that can then be edited in LDTK?' Maybe there are better ways to approach this!)