mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Update to 11.4.1
This commit is contained in:
parent
e6dd981321
commit
8e23792be0
5 changed files with 22 additions and 7 deletions
|
@ -1,3 +1,2 @@
|
|||
* Added deploy script
|
||||
* Fixed LoadFolders for Revia and Moyo
|
||||
* Added changelogs to release page
|
||||
* Moved ATK Gnollmorph to feline group
|
||||
* Added build script
|
||||
|
|
|
@ -108,10 +108,8 @@ This mod requires RJW and must be placed somewhere below it.
|
|||
|
||||
## Plans
|
||||
* Maintain
|
||||
* Milk fixes and improvements
|
||||
### Mod support
|
||||
* VFE insects
|
||||
* Update milk mod support
|
||||
* FCP dogmeat
|
||||
* Alpha mythology
|
||||
* Avali
|
||||
|
|
4
build.ps1
Normal file
4
build.ps1
Normal file
|
@ -0,0 +1,4 @@
|
|||
Set-Location generator
|
||||
cargo run
|
||||
Set-Location ..
|
||||
Copy-Item -Path About/,Content/,LoadFolders.xml,ReadMe.md,changelog.txt -Destination D:\SteamLibrary\steamapps\common\RimWorld\Mods
|
|
@ -1,3 +1,7 @@
|
|||
11.4.1
|
||||
-Moved ATK Gnollmorph to feline group
|
||||
-Added build script
|
||||
|
||||
11.4.0
|
||||
-Added deploy script
|
||||
-Fixed LoadFolders for Revia and Moyo
|
||||
|
@ -366,3 +370,4 @@ Bovine Penis multi surgery bow require bovine penis and the label is fixed
|
|||
-Kijin hot Spring grants 10% fertility
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -233,11 +233,10 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
|
|||
"",
|
||||
("Dog", "Dog"),
|
||||
),
|
||||
// For foxes, hyenas, werewolves, etc (hyenas are felines oops)
|
||||
// For foxes, werewolves, etc
|
||||
RaceGroup::standard(
|
||||
"CanineHighSex",
|
||||
vec![
|
||||
"ATK_Gnollmorph",
|
||||
"ATK_Vulpinemorph",
|
||||
"Alien_Fennex",
|
||||
"Alien_Frijjid",
|
||||
|
@ -396,6 +395,16 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
|
|||
"Feline",
|
||||
("Cat", "Cat"),
|
||||
),
|
||||
RaceGroup::standard(
|
||||
"FelineHighSex",
|
||||
vec![
|
||||
"ATK_Gnollmorph",
|
||||
],
|
||||
"Fur", "1.3", true,
|
||||
"Breasts",
|
||||
"Feline",
|
||||
("Cat", "Cat"),
|
||||
),
|
||||
RaceGroup::standard(
|
||||
"Fish",
|
||||
vec![
|
||||
|
|
Loading…
Reference in a new issue