Advertisement
KaosEngineer

HeXEn 2018's UnleashX config.xml Format Menu

Apr 19th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.30 KB | None | 0 0
  1.                 <List Text="Format Menu" Sort="Off" Auto="On" Password="Xbox">
  2.                     <Item Action="Format" Arg1="X">Format X Drive</Item>
  3.                     <Item Action="Format" Arg1="Y">Format Y Drive</Item>
  4.                     <Item Action="Format" Arg1="Z">Format Z Drive</Item>
  5.                     <List Text="Format F Drive" Sort="Off" Batch="True">
  6.                         <Item Action="AskUser" Arg1="Format" Arg2="If the F partition is larger than 256GB do not use this option, as it will lead to data corruption. You must use XBPartitioner 1.3 (under Applications) for partitions larger than 256GB. Continue?"></Item>
  7.                         <Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive F?</Item>
  8.                         <Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
  9.                         <Item Action="Format" Arg1="F">Format F Drive</Item>
  10.                     </List>
  11.                     <List Text="Format G Drive" Sort="Off" Batch="True">
  12.                     <Item Action="AskUser" Arg1="Format" Arg2="If the G partition is larger than 256GB do not use this option, as it will lead to data corruption. You must use XBPartitioner 1.3 (under Applications) for partitions larger than 256GB. Continue?"></Item>
  13.                         <Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive G?</Item>
  14.                         <Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
  15.                         <Item Action="Format" Arg1="G">Format G Drive</Item>
  16.                     </List>
  17.                     <List Text="Format E Drive" Sort="Off" Batch="True">
  18.                     <Item Action="AskUser" Arg1="Format" Arg2="If your Xbox is softmodded, when you format the E partition it will erase your hacked dash. You will still be able to boot a rescue disc. Do not proceed if you are unsure. Continue?"></Item>
  19.                         <Item Action="AskUser" Arg1="Format">Are you sure you want to format Drive E?</Item>
  20.                         <Item Action="MessageBox" Arg1="Format">Press OK to proceed with the format operation.</Item>
  21.                         <Item Action="Format" Arg1="E">Format E Drive</Item>
  22.                     </List>
  23.                 </List>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement