Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
Sounds pak properties moved here in order to override them.
|
||||
-->
|
||||
<DefaultProperties
|
||||
p="pc"
|
||||
game="automatedtesting"
|
||||
src="Cache\${game}\${p}"
|
||||
trg="${game}_${p}_paks"
|
||||
platform="pc"
|
||||
project-path="AutomatedTesting"
|
||||
src="${project-path}\Cache\${platform}"
|
||||
trg="${project-path}\user\paks\${platform}"
|
||||
|
||||
sounds_pak_types="sounds\*.*"
|
||||
sounds_pak_excludes=""
|
||||
@@ -39,19 +39,18 @@
|
||||
shader_pak_excludes=""
|
||||
|
||||
engine_pak_types="fonts\*.*;engineassets\*.*;config\*.*"
|
||||
engine_pak_excludes="config\editor.xml;config\game.xml"
|
||||
|
||||
gems_pak_types="gems\*.json;${game}\gems.json;${game}\gem\*.*"
|
||||
gems_pak_types="gems\*.json;gem\*.*"
|
||||
gems_pak_excludes=""
|
||||
|
||||
video_pak_types="*.mp4;*.mkv;*.webm;*.mov;*.bk2"
|
||||
video_pak_excludes=""
|
||||
|
||||
misc_pak_types="*.*"
|
||||
misc_pak_excludes="*cmakelists.*;editor\*.*;${levels_pak_types};${levels_pak_excludes};${game_data_pak_types};${game_data_pak_excludes};${animation_pak_types};${animation_pak_excludes};${objects_pak_types};${objects_pak_excludes};${character_pak_types};${character_pak_excludes};${textures_pak_types};${textures_pak_excludes};${sounds_pak_types};${sounds_pak_excludes};${scripts_pak_types};${scripts_pak_excludes};${shader_pak_types};${shader_pak_excludes};${engine_pak_types};${engine_pak_excludes};${gems_pak_types};${gems_pak_excludes};${video_pak_types}"
|
||||
misc_pak_excludes="*cmakelists.*;editor\*.*;${levels_pak_types};${levels_pak_excludes};${game_data_pak_types};${game_data_pak_excludes};${animation_pak_types};${animation_pak_excludes};${objects_pak_types};${objects_pak_excludes};${character_pak_types};${character_pak_excludes};${textures_pak_types};${textures_pak_excludes};${sounds_pak_types};${sounds_pak_excludes};${scripts_pak_types};${scripts_pak_excludes};${shader_pak_types};${shader_pak_excludes};${engine_pak_types};${gems_pak_types};${gems_pak_excludes};${video_pak_types}"
|
||||
|
||||
src_game="${src}\${game}"
|
||||
trg_paks="${trg}\${game}"
|
||||
src_game="${src}"
|
||||
trg_paks="${trg}"
|
||||
/>
|
||||
|
||||
<!--
|
||||
@@ -59,12 +58,9 @@
|
||||
-->
|
||||
<CopyJob>
|
||||
<Job sourceroot="${src_game}\levels" targetroot="${trg_paks}\levels" input="*.pak" copyonly="1"/>
|
||||
<Job sourceroot="${src_game}\config" targetroot="${trg_paks}\config" input="game.xml" copyonly="1"/>
|
||||
<Job sourceroot="${src_game}\config" targetroot="${trg_paks}\config" input="editor.xml" copyonly="1"/>
|
||||
<Job sourceroot="${src_game}\config" targetroot="${trg_paks}\config" input="*.awslogicalmappings.json" copyonly="1"/>
|
||||
<Job sourceroot="${src_game}\config" targetroot="${trg_paks}\config" input="launcher.deployment.json" copyonly="1"/>
|
||||
<Job sourceroot="${src}" targetroot="${trg}" input="engine.json" copyonly="1"/>
|
||||
<Job sourceroot="${src}" targetroot="${trg}" input="engineroot.txt" copyonly="1"/>
|
||||
<Job sourceroot="${src}" targetroot="${trg}" input="*.cfg" copyonly="1" recursive="0"/>
|
||||
<Job sourceroot="${src}" targetroot="${trg}" input="*.xml" copyonly="1" recursive="0"/>
|
||||
</CopyJob>
|
||||
@@ -85,7 +81,7 @@
|
||||
<Job sourceroot="${src_game}" input="${video_pak_types}" zip="${trg_paks}\videos.pak" exclude="${video_pak_excludes}" zip_compression="0" />
|
||||
|
||||
<Job sourceroot="${src_game}" input="${shader_pak_types}" zip="${trg_paks}\shaders.pak" exclude="${shader_pak_excludes}" />
|
||||
<Job sourceroot="${src_game}" input="${engine_pak_types}" zip="${trg_paks}\engine.pak" exclude="${engine_pak_excludes}" />
|
||||
<Job sourceroot="${src_game}" input="${engine_pak_types}" zip="${trg_paks}\engine.pak" />
|
||||
<Job sourceroot="${src_game}" input="${misc_pak_types}" zip="${trg_paks}\misc.pak" exclude="${misc_pak_excludes}" />
|
||||
|
||||
<Job sourceroot="${src}" input="${gems_pak_types}" zip="${trg_paks}\gems\gems.pak" exclude="${gems_pak_excludes}" />
|
||||
|
||||
Reference in New Issue
Block a user