Jump to content
OGXbox.com

Search the Community

Showing results for tags 'sub-folders'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Rules
    • Why Can't I Download?
  • Subscribed Members Only
    • Subscribed Members Only
  • Off Topic
    • New Member Introductions
    • Rumble Pit
    • Suggestion Box.
  • General Xbox Discussion
    • General Xbox Discussion
  • Original Xbox Modding Forum
    • Hardware Mods
    • Modchips
    • TSOP Flashing
    • Softmods
    • Repair
  • Xbox Case Modding
    • Case Mods
    • Lighting & Electrical Mods
  • Tutorials
    • Official Tutorials
    • Tutorial Submission
  • Software
    • Bios
    • Dashboards
    • Installation Disks
    • Applications
    • Games
    • Emulators
    • Homebrew
  • Xbox Collecting
    • Xbox Collection Showcase
  • Rare and Uncommon
    • Rare and Uncommon Xbox Hardware
    • Rare and Uncommon Xbox Software
  • Vendors
    • N64 Freak's Products
    • Barnito's Products
  • Development
    • Rocky5's Projects
  • Online Play
    • Game Night
  • Classifieds
    • Wanted
    • For Sale
  • Moderator Section
    • Moderator Back Room

Calendars

  • Community Calendar

Product Groups

  • Vendor Forum
  • Membership Subscriptions
  • Forum Ads

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 1 result

  1. It's been a while since I had a working XBox to play around with, and I'm a little forgetful of some of the things I can do to customise the various dashboards to my liking. I do remember spending a lot of time playing with values in a config file (don't remember the actual file) for UnleashX to remove unwanted and redundant menu items. This got me thinking about 'adding' menu items to the lists. I have a particular folder hierarchy I like to use for organising my various games folders for my consoles. I used an old telephone keypad layout for the base: |-"Console Name" Games\ |---123\ |---111.ROM |---222.ROM |---333.ROM |---ABC\ |---A\ |---AA1.ROM |---AA2.ROM |---AA3.ROM |---B\ |---BB1.ROM |---BB2.ROM |---BB3.ROM |---C\ |---CC1.ROM |---CC2.ROM |---CC3.ROM |---DEF\ ... and so on. I've come to like this structure, and have most of my games arranged in a similar way. It is relatively easy to navigate to find something specific, yet allows simple browsing, and it looks neat and tidy. As I mentioned above; I used to have my old consoles interface set up so it was minimalist yet still had all the important things I needed to access. As UnleashX builds it's interface from a config file; could I edit the file to restructure the Games list to reflect the folder structure I usually use? I have an example of the type of edit I'd use... Depending on the amount of games per folder I propose two options. 1: <List Text="Games" Sort="On" DelayLoad="True"> <List Text="123" Sort="On" DelayLoad="True"> <Path>E:\Games\123</Path> <Path>F:\Games\123</Path> <Path>G:\Games\123</Path> </List> <List Text="ABC" Sort="On" DelayLoad="True"> <Path>E:\Games\ABC</Path> <Path>F:\Games\ABC</Path> <Path>G:\Games\ABC</Path> </List> <List Text="DEF" Sort="On" DelayLoad="True"> <Path>E:\Games\DEF</Path> <Path>F:\Games\DEF</Path> <Path>G:\Games\DEF</Path> </List> <List Text="GHI" Sort="On" DelayLoad="True"> <Path>E:\Games\GHI</Path> <Path>F:\Games\GHI</Path> <Path>G:\Games\GHI</Path> </List> <List Text="JKL" Sort="On" DelayLoad="True"> <Path>E:\Games\JKL</Path> <Path>F:\Games\JKL</Path> <Path>G:\Games\JKL</Path> </List> <List Text="MNO" Sort="On" DelayLoad="True"> <Path>E:\Games\MNO</Path> <Path>F:\Games\MNO</Path> <Path>G:\Games\MNO</Path> </List> <List Text="PQRS" Sort="On" DelayLoad="True"> <Path>E:\Games\PQRS</Path> <Path>F:\Games\PQRS</Path> <Path>G:\Games\PQRS</Path> </List> <List Text="TUV" Sort="On" DelayLoad="True"> <Path>E:\Games\TUV</Path> <Path>F:\Games\TUV</Path> <Path>G:\Games\TUV</Path> </List> <List Text="WXYZ" Sort="On" DelayLoad="True"> <Path>E:\Games\WXYZ</Path> <Path>F:\Games\WXYZ</Path> <Path>G:\Games\WXYZ</Path> </List> </List> 2: <List Text="Games" Sort="On" DelayLoad="True"> <List Text="ABC" Sort="On" DelayLoad="True"> <List Text="A" Sort="On" DelayLoad="True"> <Path>E:\Games\A</Path> <Path>F:\Games\A</Path> <Path>G:\Games\A</Path> </List> </List> <List Text="ABC" Sort="On" DelayLoad="True"> <List Text="B" Sort="On" DelayLoad="True"> <Path>E:\Games\B</Path> <Path>F:\Games\B</Path> <Path>G:\Games\B</Path> </List> </List> <List Text="ABC" Sort="On" DelayLoad="True"> <List Text="C" Sort="On" DelayLoad="True"> <Path>E:\Games\C</Path> <Path>F:\Games\C</Path> <Path>G:\Games\C</Path> </List> </List> <List Text="DEF" Sort="On" DelayLoad="True"> <List Text="D" Sort="On" DelayLoad="True"> <Path>E:\Games\D</Path> <Path>F:\Games\D</Path> <Path>G:\Games\D</Path> </List> </List> <List Text="DEF" Sort="On" DelayLoad="True"> <List Text="E" Sort="On" DelayLoad="True"> <Path>E:\Games\E</Path> (... and so on) I'd have the games stored on the XBox's hard drive in the folder hierarchy I usually use. Unfortunately, I no longer have my old XBox, and the one I currently have isn't modded... yet. I'm waiting for the chip I ordered to come. But, as soon as that arrives I already have all the rest of the parts needed (including the drive) to install a 2TB of storage. So, until I get the chip, I can't try this out myself. Once the console is modded I will be spending many hours fiddling with things to see what I can do. I was just looking for some feedback on weather my above idea will work, or if UnleashX has any limitations that won't allow me to do that. Also, is there a simpler method or different lines of code I could use? To be honest, I'm just getting a little antsy as the date of delivery for the chip gets closer. As such I'm having ideas and thoughts about different things I want to try on my console. But, until the chip arrives I'm limited to the planning phase only. Like I said, as soon as the chip arrives and I install it, I'll be like a kid in a toy shop, playing with everything I can (usually until it breaks). Any thoughts on my above idea would be received with appreciation. SH

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.