-
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
4 changed files
with
17 additions
and
34 deletions.
There are no files selected for viewing
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
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 @@ | ||
# UniversalPropertyEnhancer |
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,6 +1,12 @@ | ||
<mod displayName="Universal Property Enhancer" unique="upe" description="Universal Property Enhancer is a mod for Spore, that allows enhancements to properties in a dynamic way." isExperimental="$SPOREMOD_EXPERIMENTAL" installerSystemVersion="1.0.1.2" dllsBuild="$SPOREMOD_DLLS_BUILD"> | ||
<prerequisite>UniversalPropertyEnhancer.dll</prerequisite> | ||
<prerequisite>UniversalPropertyEnhancer.pdb</prerequisite> | ||
<prerequisite game="Spore">UniversalPropertyEnhancer.package</prerequisite> | ||
|
||
<remove>UniversalPropertyEnhancer.dll</remove> | ||
<remove>UniversalPropertyEnhancer.pdb</remove> | ||
<remove game="Spore">UniversalPropertyEnhancer.package</remove> | ||
<!--Remove stuff from old versions of this mod--> | ||
<remove>UniversalPropertyReplacement*</remove> | ||
<remove game="GalacticAdventures">UPEVerify.package</remove> | ||
</mod> |