Skip to content

Exclude more files from the compilation#1374

Open
GabsPuNs wants to merge 4 commits intosmartcmd:mainfrom
GabsPuNs:main
Open

Exclude more files from the compilation#1374
GabsPuNs wants to merge 4 commits intosmartcmd:mainfrom
GabsPuNs:main

Conversation

@GabsPuNs
Copy link
Contributor

@GabsPuNs GabsPuNs commented Mar 21, 2026

Description

This PR excludes more Xbox 360 files to save space.

Changes

Previous Behavior

Previously, Xbox 360 sound files and the unused "gamerules", "tutorial" (is not the tutorial folder from windows64media) and "trial" folder in common folder were not excluded.

Root Cause

These files were not excluded from CopyAssets.cmake and Windows.cmake.

New Behavior

Now, music files with the following extensions are excluded from the compilation: ".xgs", ".xwb", ".xsb", ".xap", and "*.xzp".

Fix Implementation

Xbox 360 music files extensions were added to ASSET_EXCLUDE_FILES and gamerules folder was added to ASSET_EXCLUDE_FOLDERS. _MINECRAFT_CLIENT_WINDOWS_COMMON_RES_AUDIO was also removed from Windows.cmake

AI Use Disclosure

I didn't use AI for this

Note: If you're using Visual Studio and the compile option isn't showing up, simply switch from release to debug or vice versa to update the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant