Exclude content from your game by using the Exclude attribute
You can create a subset of content by using theExclude attribute in the subset .xml file that you pass to splitpkg. Use Exclude to exclude devices, features, tags, or languages. For example, your game might have sections for a single-player campaign and multiplayer online play. You might already be using Intelligent Delivery to offer the Campaign and Multiplayer features. For the disc, you might decide to offer only the Campaign feature. You can create a game disc that excludes the Multiplayer feature as shown in the following example.
If the game receives an update later (or the update is installed when the game disc is installed), the Multiplayer feature is downloaded from the XBOX content delivery network.
Remove content from your game
You can reduce the size of a game disc by removing content from your game. As an example, perhaps you have both the Campaign and Multiplayer features, but they each also have optional 4K assets. You can declare a chunk as requiring multiple tags by separating them with# as shown in the following example.
Campaign and 4kAssets are specified. When creating a disc subset file, all 4kAssets can be excluded from the game disc as shown in the following example.
OmitFromDisc tags get added to a default feature that’s always included by default. (This is because there is a recipe that includes the feature ID that has no Microsoft Store ID elements.) Creating this subset .xml file for splitpkg prevents any OmitFromDisc chunks from becoming part of the game disc as shown in the following example.
