Jump to content

ciaociao90

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ciaociao90

  1. You're right, the issue was that I'm still on my default HDD and hence I've installed my game in the "E:\" directory which is not being listed in your xml code
  2. Hello! And thanks for the softmod! Btw, the Games tab in UnleashX doesn't load games due to formatting error. I had to adjust the following file in "E\Dash/UnleashX/config.xml" I've changed this (lines 72 to 83) <List Text="Games." Sort="off" Auto="On"> <List Text="Show all Games (F/G)." Sort="On" Auto="On"> <Path>F:\Games</Path> <Path>G:\Games</Path> </List> <List Text="Show Games on (F) only." Sort="On" Auto="On"> <Path>F:\Games</Path> </List> <List Text="Show Games on (G) only." Sort="On" Auto="On"> <Path>G:\Games</Path> </List> </List> to this <List Text="Games" Sort="On" DelayLoad="True"> <Path>E:\Games</Path> <Path>F:\Games</Path> <Path>G:\Games</Path> </List> To make it work.
×
×
  • Create New...