Added RemoveUnused mod example

This commit is contained in:
David
2024-04-11 13:10:18 -04:00
parent 61141c09e8
commit 60a3eef4e5
10 changed files with 108 additions and 6 deletions
@@ -0,0 +1,12 @@
{
"files" : {
"sections" : {
"ASSET_SPRITE_MINIMAP_UNUSED" : {
"filename": null
},
"ASSET_SPRITE_MINIMAP_UNUSED2" : {
"filename": null
}
}
}
}
@@ -0,0 +1,12 @@
{
"files": {
"sections": {
"ASSET_TEX2D_MINIMAP_UNUSED": {
"filename": null
},
"ASSET_TEX2D_MINIMAP_UNUSED2": {
"filename": null
}
}
}
}
@@ -0,0 +1,5 @@
{
"name": "Remove Unused Assets",
"authors" : ["Example"],
"description": "A simple example of how to remove assets by setting the section filename to null."
}