mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Added RemoveUnused mod example
This commit is contained in:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user