Skip to content

Instantly share code, notes, and snippets.

@Frityet
Created October 27, 2021 18:10
Show Gist options
  • Save Frityet/e556e6e2f88f4223b8f9c80e353f5592 to your computer and use it in GitHub Desktop.
Save Frityet/e556e6e2f88f4223b8f9c80e353f5592 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-16"?>
<ResourceManifest
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>Example Mod</Name>
<Guid>frityet.example</Guid>
<Assets>
<AssetManifest>
<Type>Texture</Type>
<Target>M1A1</Target>
<Files>
<AssetFile>
<Path>textures/m1a1_bc.png</Path>
<Attributes>
<string>Base Colour</string>
</Attributes>
</AssetFile>
<AssetFile>
<Path>textures/m1a1_norm.png</Path>
<Attributes>
<string>Normal</string>
</Attributes>
</AssetFile>
<AssetFile>
<Path>textures/m1a1_metal.png</Path>
<Attributes>
<string>Alloy</string>
</Attributes>
</AssetFile>
</Files>
</AssetManifest>
<AssetManifest>
<Type>Texture</Type>
<Target>M4A1</Target>
<Files>
<AssetFile>
<Path>textures/m4a1_bc.png</Path>
<Attributes>
<string>Base Colour</string>
</Attributes>
</AssetFile>
<AssetFile>
<Path>textures/m4a1_norm.png</Path>
<Attributes>
<string>Normal</string>
</Attributes>
</AssetFile>
<AssetFile>
<Path>textures/m4a1_metal.png</Path>
<Attributes>
<string>Alloy</string>
</Attributes>
</AssetFile>
</Files>
</AssetManifest>
<AssetManifest>
<Type>Texture</Type>
<Target>M16A4</Target>
<Files>
<AssetFile>
<Path>textures/m4a1_bc.png</Path>
<Attributes>
<string>Base Colour</string>
</Attributes>
</AssetFile>
<AssetFile>
<Path>textures/m4a1_norm.png</Path>
<Attributes>
<string>Normal</string>
</Attributes>
</AssetFile>
<AssetFile>
<Path>textures/m4a1_metal.png</Path>
<Attributes>
<string>Alloy</string>
</Attributes>
</AssetFile>
</Files>
</AssetManifest>
</Assets>
</ResourceManifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment