Advertisement
GrandBulwark

Untitled

Mar 6th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 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>!!MyModName!!</moduleName>
  3. <installSteps order="Explicit"> !!Leave Alone!!
  4. <installStep name="!!First Page of Options!!">
  5. <optionalFileGroups>
  6. <group name="01 - !!MyFancyGroup(Leave Groups Numbered)!!" type="!!SelectAtMostOne OR SelectExactlyOne OR SelectAny!!">
  7. <plugins order="Explicit"> !!Leave Alone!!
  8. <plugin name="01: !!My First Option(Leave Numbered)!!">
  9. <description>
  10. <![CDATA[!!HERE IS MY DESCRIPTION FOR SAID OPTION!!]]>
  11. </description>
  12. <image path="Fomod\Images\!!MyPicture!!.jpg"/>
  13. <files>
  14. <folder source="!!Location Of files In Archive EG 00Core!!" destination="" priority="0"/> !!Empty Quotes in Destination == DATA!!
  15. <folder source="!!01Textures!!" destination="Textures" priority="0"/> !!I don't entirely know how the priority system works, so I'd just avoid overwrite unless necessary!!
  16. <folder source="!!01Meshes\Blah\Blah!!" destination="!!Meshes\Blah\Blah!!" priority="0"/>
  17. </files>
  18. <typeDescriptor>
  19. <type name="!!Optional OR Required OR Recommended(Recommended will throw a warning about game instability if users select another option!!"/>
  20. </typeDescriptor>
  21. </plugin>
  22. <plugin name="02: !!Next Plugin(If Needed)!!">
  23. !!Same Format as First Plugin!!
  24. </plugin>
  25. </plugins>
  26. </group>
  27. <group name="01 - !!MyOtherFancyGroup(if Needed)!!" type="!!SelectAtMostOne OR SelectExactlyOne OR SelectAny!!">
  28. !!Same Format as First Group Insert <Plugins> to </plugins>!!
  29. </group>
  30. </optionalFileGroups>
  31. </installStep>
  32. <installStep name="!!Second Page of Options!!">
  33. !!Same Format as First Install Step; insert <OptionalFileGroups> to </OptionalFileGroups>!!
  34. </installStep>
  35. </installSteps>
  36. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement