Taking a closer look at https://github.com/TheGameCreators/AGKIDE/blob/master/src/project.c there is logic to replace tokens from the template files, for example %%ADDITIONALFOLDERS%% and %%LOADPACKAGE%%
Not being that familiar with how the codebase works makes it a bit unclear .. is it possible to put together a python script that does the equivalent to this code ?
If we could do a "HTML5 export" using a python script that would be very useful !