-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
148 additions
and
71 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModMetaData> | ||
<name>Visual Exceptions</name> | ||
<author>Andreas Pardeike</author> | ||
<supportedVersions> | ||
<li>1.2</li> | ||
<li>1.3</li> | ||
<li>1.4</li> | ||
</supportedVersions> | ||
<modDependencies> | ||
<li> | ||
<packageId>brrainz.harmony</packageId> | ||
<displayName>Harmony</displayName> | ||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl> | ||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl> | ||
</li> | ||
</modDependencies> | ||
<loadBefore> | ||
<li>Ludeon.RimWorld</li> | ||
</loadBefore> | ||
<loadAfter> | ||
<li>brrainz.harmony</li> | ||
</loadAfter> | ||
<packageId>brrainz.visualexceptions</packageId> | ||
<url>https://github.com/pardeike/VisualExceptions</url> | ||
<description>A tool to display exceptions in a graphical way with all involved mods visualized</description> | ||
</ModMetaData> | ||
<name>Visual Exceptions</name> | ||
<author>Andreas Pardeike</author> | ||
<supportedVersions> | ||
<li>1.2</li> | ||
<li>1.3</li> | ||
<li>1.4</li> | ||
<li>1.5</li> | ||
</supportedVersions> | ||
<modDependencies> | ||
<li> | ||
<packageId>brrainz.harmony</packageId> | ||
<displayName>Harmony</displayName> | ||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl> | ||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl> | ||
</li> | ||
</modDependencies> | ||
<loadBefore> | ||
<li>Ludeon.RimWorld</li> | ||
</loadBefore> | ||
<loadAfter> | ||
<li>brrainz.harmony</li> | ||
</loadAfter> | ||
<packageId>brrainz.visualexceptions</packageId> | ||
<modVersion>1.3.0.0</modVersion> | ||
<steamAppId>2538411704</steamAppId> | ||
<url>https://github.com/pardeike/VisualExceptions</url> | ||
<description>A tool to display exceptions in a graphical way with all involved mods visualized</description> | ||
</ModMetaData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<ModName>Visual Exceptions</ModName> | ||
<ModFileName>VisualExceptions</ModFileName> | ||
<Repository>https://github.com/pardeike/VisualExceptions</Repository> | ||
<ModVersion>1.3.0.0</ModVersion> | ||
<ProjectGuid>{B0D46BB5-08FF-4E04-9EFD-3E32E38A9CC2}</ProjectGuid> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,8 @@ | |
<li>/</li> | ||
<li>1.4</li> | ||
</v1.4> | ||
<v1.5> | ||
<li>/</li> | ||
<li>1.5</li> | ||
</v1.5> | ||
</loadFolders> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters