Advertisement
Mangaclub

Simple FOMOD

Nov 2nd, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.70 KB | None | 0 0
  1. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd">
  2.  <moduleName>Your name</moduleName>
  3.     <installSteps order="Explicit">
  4.         <installStep name="Options" >
  5.             <optionalFileGroups>
  6.                 <group name="Resolutions" type="SelectAtMostOne">
  7.                     <plugins>
  8.                        
  9.                         <plugin name="resolution1">
  10.                             <description>
  11. description here
  12.                             </description>
  13.                             <image path="images\image.jpg"/>
  14.                             <files>
  15.                                 <file source="path/file.dds" destination="destinationpathindatadirectory/file.dds"/>
  16.                                 <folder source="pathtodrawer/sky" destination="textures/sky"/>
  17.                             </files>
  18.                             <typeDescriptor>
  19.                                 <type name="Optional"/>
  20.                             </typeDescriptor>
  21.                         </plugin>
  22.                        
  23.                         <plugin name="resolution2">
  24.                             <description>
  25. description here
  26.                             </description>
  27.                             <image path="images\image.jpg"/>
  28.                             <files>
  29.                                 <file source="path/file.dds" destination="destinationpathindatadirectory/file.dds"/>
  30.                                 <folder source="pathtodrawer/sky" destination="textures/sky"/>
  31.                             </files>
  32.                             <typeDescriptor>
  33.                                 <type name="Optional"/>
  34.                             </typeDescriptor>
  35.                         </plugin>
  36.                        
  37.                         <plugin name="resolution3">
  38.                             <description>
  39. description here
  40.                             </description>
  41.                             <image path="images\image.jpg"/>
  42.                             <files>
  43.                                 <file source="path/file.dds" destination="destinationpathindatadirectory/file.dds"/>
  44.                                 <folder source="pathtodrawer/sky" destination="textures/sky"/>
  45.                             </files>
  46.                             <typeDescriptor>
  47.                                 <type name="Optional"/>
  48.                             </typeDescriptor>
  49.                         </plugin>
  50.                     </plugins>
  51.                 </group>
  52.                 <group name="Overlays" type="SelectAtMostOne">
  53.                     <plugins>
  54.                        
  55.                         <plugin name="overlay1">
  56.                             <description>
  57. description here
  58.                             </description>
  59.                             <image path="images\image.jpg"/>
  60.                             <files>
  61.                                 <file source="path/file.dds" destination="destinationpathindatadirectory/file.dds"/>
  62.                                 <folder source="pathtodrawer/sky" destination="textures/sky"/>
  63.                             </files>
  64.                             <typeDescriptor>
  65.                                 <type name="Optional"/>
  66.                             </typeDescriptor>
  67.                         </plugin>
  68.                         <plugin name="overlay2">
  69.                             <description>
  70. description here
  71.                             </description>
  72.                             <image path="images\image.jpg"/>
  73.                             <files>
  74.                                 <file source="path/file.dds" destination="destinationpathindatadirectory/file.dds"/>
  75.                                 <folder source="pathtodrawer/sky" destination="textures/sky"/>
  76.                             </files>
  77.                             <typeDescriptor>
  78.                                 <type name="Optional"/>
  79.                             </typeDescriptor>
  80.                         </plugin>
  81.                        
  82.                     </plugins>
  83.                 </group>
  84.             </optionalFileGroups>
  85.         </installStep>
  86.     </installSteps>
  87. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement