You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
546 B
XML
17 lines
546 B
XML
<?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> |