GamePaths.xml 424 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <PropertyGroup>
  4. <!-- Set this full path to your game folder. Must contain a slash at the end. -->
  5. <GamePath>C:\Program Files (x86)\Steam\steamapps\common\Roguelands\</GamePath>
  6. <!-- Set this partial path to the game's Managed folder. Must contain a slash at the end. -->
  7. <ManagedFolder>Roguelands_Data\Managed\</ManagedFolder>
  8. </PropertyGroup>
  9. </Project>