-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.cfg
28 lines (26 loc) · 1.21 KB
/
index.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<configuration kit="bm_ROM">
<import>configs</import>
<import>scripts</import>
<atom type="ScriptSystem">
<hash type="ScriptAlias" key="bm_ROM_BrowsePath">scripts/bm_ROM_BrowsePath.py</hash>
<hash type="ScriptAlias" key="bm_ROM_SetFileName">scripts/bm_ROM_SetFileName.py</hash>
<hash type="ScriptAlias" key="bm_ROM_CreateAlphasGroups">scripts/bm_ROM_CreateAlphasGroups.py</hash>
<hash type="ScriptAlias" key="bm_ROM_CreateCompOutputs">scripts/bm_ROM_CreateCompOutputs.py</hash>
<hash type="ScriptAlias" key="bm_ROM_CreateUtils">scripts/bm_ROM_CreateUtils.py</hash>
</atom>
<atom type="UserValues">
<hash type="Definition" key="bm_ROMFilePath">
<atom type="Type">string</atom>
</hash>
<hash type="RawValue" key="bm_ROMFilePath">C:\ROM\</hash>
<hash type="Definition" key="CmdMyPopUpCommand_val">
<atom type="Type">string</atom>
</hash>
<hash type="RawValue" key="CmdMyPopUpCommand_val">JPG</hash>
<hash type="Definition" key="bm_ROMOutputPattern">
<atom type="Type">string</atom>
</hash>
<hash type="RawValue" key="bm_ROMOutputPattern">_[<pass>]_[<output>]_<FFFF></hash>
</atom>
</configuration>