Advertisement
KaosEngineer

UnleashX config.xml for FloTheBro

Jun 10th, 2025
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Unleashx>
  3.     <Settings>
  4.         <Preference>
  5.             <AbortOnError>Yes</AbortOnError>
  6.             <ContextMenu AllowUninstall="No" AllowItemEdit="No" AllowRecentList="Yes" LinkToSave="No" LinkToGame="No"></ContextMenu>
  7.             <Skin Path="Skins\">[Default]</Skin>
  8.             <VideoSettings Soften="No" Widescreen="No" UsePAL60="No" FastRefresh="No" EnableTextureCompression="No" Use720P="Yes" Use480P="Yes" FilterLevel="0"></VideoSettings>
  9.             <LiveUpdate AutoCheck="No"></LiveUpdate>
  10.             <AutoVideoMode MultiRegion="Off" UsePAL60="No">no</AutoVideoMode>
  11.             <Games AutoLaunch="No"></Games>
  12.             <DVD AutoLaunch="No"></DVD>
  13.             <AudioCD AutoLaunch="No"></AudioCD>
  14.             <EnableDriveF>Yes</EnableDriveF>
  15.             <EnableDriveG>Yes</EnableDriveG>
  16.             <FanSpeed>1.00</FanSpeed>
  17.             <Use24HFormat>Yes</Use24HFormat>
  18.             <SNTP Synchronize="Yes" HTTP="Yes" Port="80">143.210.16.201</SNTP>
  19.             <AutoSetTime>Yes</AutoSetTime>
  20.             <ScreenSaver Wait="300">
  21.                 <Text>Xbox Softmodding Tool</Text>
  22.             </ScreenSaver>
  23.             <LanguageFile>E:\apps\UnleashX_0_39_0222A_Build_572\English.xml</LanguageFile>
  24.         </Preference>
  25.         <Network Type="DHCP" Enable="Yes">
  26.             <AutoDetect>yes</AutoDetect>
  27.             <IP>192.168.1.26</IP>
  28.         </Network>
  29.         <FTP Enable="Yes">
  30.             <MaxUsers>10</MaxUsers>
  31.             <AllowAnon>No</AllowAnon>
  32.         </FTP>
  33.         <Audio>
  34.             <EnableSoundEffect>Yes</EnableSoundEffect>
  35.         </Audio>
  36.         <LED>
  37.             <Default>Default</Default>
  38.         </LED>
  39.     </Settings>
  40.     <Menu>
  41.        
  42.         <Item Action="LaunchDVD">Launch Disc</Item>
  43.  
  44.         <List Text="Games" Sort="On" DelayLoad="True">
  45.             <Path>E:\Games</Path>
  46.             <Path>F:\Games</Path>
  47.             <Path>G:\Games</Path>
  48.         </List>
  49.  
  50.         <List Text="Homebrew" Sort="On" DelayLoad="True">
  51.             <Path>E:\Homebrew</Path>
  52.             <Path>F:\Homebrew</Path>
  53.             <Path>G:\Homebrew</Path>
  54.         </List>
  55.  
  56.         <List Text="Applications" Sort="On" DelayLoad="True">
  57.             <Path>C:\Applications</Path>
  58.             <Path>E:\Applications</Path>
  59.             <Path>F:\Applications</Path>
  60.             <Path>G:\Applications</Path>
  61.             <Path>C:\Apps</Path>
  62.             <Path>E:\Apps</Path>
  63.             <Path>F:\Apps</Path>
  64.             <Path>G:\Apps</Path>
  65.         </List>
  66.  
  67.         <List Text="System" Sort="Off">
  68.  
  69.             <Item Action="Settings">Settings</Item>
  70.             <Item Action="Filemanager">File Explorer</Item>
  71.  
  72.             <List Text="Restart or Shutdown" Sort="Off">
  73.                 <Item Action="Restart">Soft Restart</Item>
  74.                 <Item Action="PowerCycle">Full Restart</Item>
  75.                 <Item Action="Shutdown">Shutdown</Item>
  76.             </List>
  77.  
  78.             <List Text="Tray Open or Close" Sort="Off">
  79.                 <Item Action="TrayOpen">Tray Open</Item>
  80.                 <Item Action="TrayClose">Tray Close</Item>
  81.             </List>
  82.  
  83.             <List Text="Copy Disc to HDD" Sort="Off" Batch="True">
  84.                 <Item Action="AskUser" Arg1="You sure??">Proceed with copying the disc to the HDD? If there is not enough space on the E partition, the F partition will be used instead. If not enough space is found there the G partition will be used, if it exists.</Item>
  85.                 <Item Action="CopyDVD">No disc found</Item>
  86.             </List>
  87.  
  88.             <Item Action="SavesManager">Saves Manager</Item>
  89.  
  90.             <List Text="Advanced Network Options" Sort="Off">
  91.                 <Item Action="FTPStop">Stop FTP Server</Item>
  92.                 <Item Action="FTPStart">Start FTP Server</Item>
  93.                 <Item Action="FTPReset">Reset FTP Server</Item>
  94.                 <Item Action="NETReset">Restart Network</Item>
  95.             </List>
  96.  
  97.             <List Text="Clear Cache" Sort="Off" Batch="True">
  98.                 <Item Action="AskUser" Arg1="Clear CACHE?">Doing this can help with applications or games that crash or refusing to boot.</Item>
  99.                 <Item Action="Copy" Arg1="Dummy" Arg2="E:\CACHE"></Item>
  100.                 <Item Action="Delete" Arg1="E:\CACHE"></Item>
  101.                 <Item Action="Copy" Arg1="Dummy" Arg2="E:\CACHE"></Item>
  102.                 <Item Action="Format" Arg1="X"></Item>
  103.                 <Item Action="Format" Arg1="Y"></Item>
  104.                 <Item Action="Format" Arg1="Z"></Item>
  105.                 <Item Action="MessageBox" Arg1="Complete">The CACHE has been cleared!</Item>
  106.             </List>
  107.  
  108.             <List Text="Clear Recent list" Sort="Off" Batch="True">
  109.                 <Item Action="Delete" Arg="E:\UDATA\9e115330\0064122817A8\recent.dat">Recent list already cleared, or recent.dat doesn't exist</Item>
  110.                 <Item Action="MessageBox" Arg1="Complete">Recent list cleared, this may require reloading the dashboard if list is still populated.</Item>
  111.             </List>
  112.  
  113.             <Item Action="Skins">Skins</Item>
  114.         </List>
  115.     </Menu>
  116. </Unleashx>
  117.  
Tags: UnleashX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement