Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<RCJobs>
<DefaultProperties
game="RPGSample"
target="TempRC"
/>
<DBAJob>
<Job input="*.i_caf" animConfigFolder="Animations" sourceroot="${game}" targetroot="${target}" cafAlignTracks="1" dbaStreamPrepare="1" />
<Job input="*.dba" copyonly="1" sourceroot="${target}" targetroot="${game}" />
<Job input="*.img" copyonly="1" sourceroot="${target}" targetroot="${game}" />
</DBAJob>
<Run Job="DBAJob" /> <!-- Run the only job -->
</RCJobs>