mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
Match MediaWindows64.arc content
This commit is contained in:
parent
d93b5b4a08
commit
9062c58aa5
|
|
@ -72,14 +72,15 @@ install_subdir(meson.current_source_dir() / 'Platform/Durango/Sound', install_di
|
||||||
# install_subdir(meson.current_source_dir() / 'Platform/Windows64Media/DLC', install_dir : 'Windows64Media')
|
# install_subdir(meson.current_source_dir() / 'Platform/Windows64Media/DLC', install_dir : 'Windows64Media')
|
||||||
install_subdir(meson.current_source_dir() / 'Platform/DurangoMedia/DLC', install_dir : 'Windows64Media') # Use this just for funsies so we get access to more dlc
|
install_subdir(meson.current_source_dir() / 'Platform/DurangoMedia/DLC', install_dir : 'Windows64Media') # Use this just for funsies so we get access to more dlc
|
||||||
|
|
||||||
|
# Need to make this take inputs
|
||||||
localisation = custom_target('Minecraft.Client_Localisation',
|
localisation = custom_target('Minecraft.Client_Localisation',
|
||||||
output : 'languages.loc',
|
output : 'languages.loc',
|
||||||
command : [
|
command : [
|
||||||
'python3', meson.project_source_root() / 'scripts/pack_loc.py',
|
'python3', meson.project_source_root() / 'scripts/pack_loc.py',
|
||||||
meson.current_source_dir() / 'Platform/Windows64Media/loc',
|
meson.current_source_dir() / 'Platform/Windows64Media/loc',
|
||||||
'@OUTPUT@'
|
'@OUTPUT@'
|
||||||
]
|
],
|
||||||
|
build_always_stale : true
|
||||||
)
|
)
|
||||||
|
|
||||||
colour_table = custom_target('Minecraft.Client_Colour_Table',
|
colour_table = custom_target('Minecraft.Client_Colour_Table',
|
||||||
|
|
@ -94,12 +95,19 @@ colour_table = custom_target('Minecraft.Client_Colour_Table',
|
||||||
|
|
||||||
movies_path = meson.current_source_dir() / 'Build/Assets/movies'
|
movies_path = meson.current_source_dir() / 'Build/Assets/movies'
|
||||||
archive_sources = [
|
archive_sources = [
|
||||||
localisation,
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/languages.loc',
|
||||||
colour_table,
|
colour_table,
|
||||||
asset_dir / 'splashes.txt',
|
asset_dir / 'splashes.txt',
|
||||||
asset_dir / 'graphics\SaveChest.png',
|
asset_dir / 'graphics\SaveChest.png',
|
||||||
asset_dir / 'graphics\MinecraftIcon.png',
|
asset_dir / 'graphics\MinecraftIcon.png',
|
||||||
asset_dir / 'graphics\TexturePackIcon.png'
|
asset_dir / 'graphics\TexturePackIcon.png',
|
||||||
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/Tutorial.pck',
|
||||||
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/skinWin.swf',
|
||||||
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/skinHDWin.swf',
|
||||||
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/DLCOffersMenu480.swf',
|
||||||
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/DLCOffersMenu720.swf',
|
||||||
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/DLCOffersMenu1080.swf',
|
||||||
|
meson.current_source_dir() / 'Platform/Windows64Media/Media/DLCOffersMenuVita.swf'
|
||||||
]
|
]
|
||||||
archive_sources_movies1080 = [
|
archive_sources_movies1080 = [
|
||||||
movies_path / 'skinHDGraphics.swf',
|
movies_path / 'skinHDGraphics.swf',
|
||||||
|
|
@ -387,14 +395,14 @@ archive_sources_movies480 = [
|
||||||
movies_path / 'TutorialPopup480.swf'
|
movies_path / 'TutorialPopup480.swf'
|
||||||
]
|
]
|
||||||
archive_sources_moviesVita = [
|
archive_sources_moviesVita = [
|
||||||
movies_path / 'skinGraphics.swf',
|
# movies_path / 'skinGraphics.swf',
|
||||||
movies_path / 'skinGraphicsHud.swf',
|
# movies_path / 'skinGraphicsHud.swf',
|
||||||
movies_path / 'skinGraphicsLabels.swf',
|
# movies_path / 'skinGraphicsLabels.swf',
|
||||||
movies_path / 'skinGraphicsInGame.swf',
|
# movies_path / 'skinGraphicsInGame.swf',
|
||||||
movies_path / 'skin.swf',
|
# movies_path / 'skin.swf',
|
||||||
movies_path / 'skinHud.swf',
|
# movies_path / 'skinHud.swf',
|
||||||
movies_path / 'skinLabels.swf',
|
# movies_path / 'skinLabels.swf',
|
||||||
movies_path / 'skinInGame.swf',
|
# movies_path / 'skinInGame.swf',
|
||||||
movies_path / 'AnvilMenuVita.swf',
|
movies_path / 'AnvilMenuVita.swf',
|
||||||
movies_path / 'BrewingStandMenuVita.swf',
|
movies_path / 'BrewingStandMenuVita.swf',
|
||||||
movies_path / 'ChestLargeMenuVita.swf',
|
movies_path / 'ChestLargeMenuVita.swf',
|
||||||
|
|
@ -451,12 +459,12 @@ archive_sources_moviesVita = [
|
||||||
movies_path / 'ToolTipsVita.swf',
|
movies_path / 'ToolTipsVita.swf',
|
||||||
movies_path / 'TradingMenuVita.swf',
|
movies_path / 'TradingMenuVita.swf',
|
||||||
movies_path / 'TutorialPopupVita.swf',
|
movies_path / 'TutorialPopupVita.swf',
|
||||||
movies_path / 'DebugCreateSchematic720.swf',
|
# movies_path / 'DebugCreateSchematic720.swf',
|
||||||
movies_path / 'DebugMenu720.swf',
|
# movies_path / 'DebugMenu720.swf',
|
||||||
movies_path / 'DebugOptionsMenu720.swf',
|
# movies_path / 'DebugOptionsMenu720.swf',
|
||||||
movies_path / 'DebugSetCamera720.swf',
|
# movies_path / 'DebugSetCamera720.swf',
|
||||||
movies_path / 'DebugUIConsoleComponent720.swf',
|
# movies_path / 'DebugUIConsoleComponent720.swf',
|
||||||
movies_path / 'DebugUIMarketingGuide720.swf'
|
# movies_path / 'DebugUIMarketingGuide720.swf'
|
||||||
]
|
]
|
||||||
|
|
||||||
custom_target('Minecraft.Client_Archive',
|
custom_target('Minecraft.Client_Archive',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue