Skip to content

Commit

Permalink
Add BPCache variant of RT templates (#12)
Browse files Browse the repository at this point in the history
* Add BPCache variant of RT templates
Add BPCache patch to BPCore template
Add LocalizedStrings.json to BPCore template
Update README to include new variants
Update package number in csproj

* Hopefully fix weird N++ white space (Used VS this time)
Should fix all the reviewed stuff

* ~~ADDB hates GOOD formatting :troll emoji:~~
  • Loading branch information
CasDragon authored Jul 9, 2024
1 parent d026e38 commit 6d61b27
Show file tree
Hide file tree
Showing 23 changed files with 1,391 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OwlcatTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.9.3</PackageVersion>
<PackageVersion>1.10.0</PackageVersion>
<PackageId>Owlcat.Templates</PackageId>
<Title>Owlcat Mod Templates</Title>
<Authors>ADDB;Microsoftenator;AlterAsc;CascadingDragon</Authors>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- `rtmod` - UnityModManager Template for Warhammer 40,000: Rogue Trader
- `rtmodworkshop` - UnityModManager Template for Warhammer 40,000: Rogue Trader. Adds a publishing task which will directly publish to Steam Workshop.
- `rtbpmod` - UnityModManager Template for Warhammer 40,000: Rogue Trader. Adds a patch for modifying the Blueprint cache.
- `rtbpmodworkshop` - UnityModManager Template for Warhammer 40,000: Rogue Trader. Adds a patch for modifying the Blueprint cache. Adds a publishing task which will directly publish to Steam Workshop.
- `wrathmod` - UnityModManager Template for Pathfinder: Wrath of the Righteous
- `wrathsoundmod` - Wwise Template to add new sounds/voices to the game, bundled with a UnityModManager Template for Pathfinder: Wrath of the Righteous. Read the docs (WIP) to find out how to use the Wwise setup!
- `wrathbpcoremod` - BPCore UnityModManager Template for Pathfinder: Wrath of the Righteous. BPCore is a community library to make certain aspects of modding easier in Wrath.
Expand Down
Loading

0 comments on commit 6d61b27

Please sign in to comment.