README.txt 735 B

123456789101112131415
  1. In addition to changing all references to "Template" this and that to a more appropriate name,
  2. you need to add a file called "GamePaths.xml" to the folder ABOVE where you put this template, with the following content:
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <Project>
  5. <PropertyGroup>
  6. <!-- Set this full path to your game folder. Must contain a slash at the end. -->
  7. <GamePath>C:\Program Files (x86)\Steam\steamapps\common\Roguelands\</GamePath>
  8. <!-- Set this partial path to the game's Managed folder. Must contain a slash at the end. -->
  9. <ManagedFolder>Roguelands_Data\Managed\</ManagedFolder>
  10. </PropertyGroup>
  11. </Project>
  12. Note that `GamePath` may need to be changed, depending on the nature of your installation.