diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 6b60300..762543e 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -1,11 +1,20 @@
# CHANGELOG.MD
+## 2024-11
+Added compat for Viles Series.
+Added Proper MechanicalSawmill Textures.
+
+Adjusted Flour Grind Recipe.
+
+Added Compat for HMC(mainly corn flour).
+
+Added Bulk weaving recipe for cloth and flaxcloth.
+
## 2024-08-13
Emergency Failure Recovery from a catastrocpy $rm -rf without dryrun.
updated to 1.5
added Patches/PRestoreRoyaltyWeaponRecipe.xml
-
## 2024-04-05
Make x4 bulk meal recipes to all cook stove.
Make Bulk wood cutting recipes available to Mechanical & Electrical sawmill.
@@ -13,7 +22,7 @@ Fixed Rimfeller Easy Factory tech prerequsite.
Removed Bulk food ingrident research.
Make Soymilk Bulk.
Make cheese Bulk.
-Make most bread Bulk.
+Make most bread Bulk.
## 2023-12
More Tools Compat.
diff --git a/Defs/RecipeDefs/Bulk_Cooking_Ingridents.xml b/Defs/RecipeDefs/Bulk_Cooking_Ingridents.xml
index 06057bf..ce0a1aa 100644
--- a/Defs/RecipeDefs/Bulk_Cooking_Ingridents.xml
+++ b/Defs/RecipeDefs/Bulk_Cooking_Ingridents.xml
@@ -1,13 +1,13 @@
- BulkFlour
+ Bulk10xFlour
Bulk grind flour 100
Bulk Grind wheat, corn, rice or oats into flour. Produces 100.
Grinding flour.
CookSpeed
Cook
- 2000
+ 4800
Recipe_CookMeal
true
@@ -40,6 +40,50 @@
Cooking
Bakery_C1
+
+ MillElectric
+
+
+
+ Bulk5xFlour
+ Bulk grind flour 50
+ Bulk Grind wheat, corn, rice or oats into flour. Produces 50.
+ Grinding flour.
+ CookSpeed
+ Cook
+ 2400
+ Recipe_CookMeal
+ true
+
+
+
+
+ Rawwheat
+ RawCorn
+ RawRice
+
+
+ 100
+
+
+
+
+ Rawwheat
+ RawCorn
+ RawRice
+
+
+ AllowRotten
+
+
+
+ 50
+
+
+ 5
+
+ Cooking
+ Bakery_C1
MillElectric
GrindStone
diff --git a/Defs/RecipeDefs/Bulk_WeavingCloth.xml b/Defs/RecipeDefs/Bulk_WeavingCloth.xml
new file mode 100644
index 0000000..754aae7
--- /dev/null
+++ b/Defs/RecipeDefs/Bulk_WeavingCloth.xml
@@ -0,0 +1,112 @@
+
+
+ IKOBHSKG_BulkMakeLinen
+ Spin linen cloth
+ Spin linen cloth from raw flax. Produces 50.
+ Spinning linen cloth from raw flax.
+ 2400
+ TailoringSpeed
+ Tailor
+ Recipe_Tailor
+
+ TableLoom
+
+
+
+
+
+ RawFlax
+
+
+ 100
+
+
+
+
+ RawFlax
+
+
+
+ 50
+
+
+ 7
+
+ Crafting
+
+
+ IKOBHSKG_BulkMakeCloth
+ Spin cloth
+ Spin cloth from raw cotton. Produces 100.
+ Spinning cloth from raw cotton.
+ 2400
+ TailoringSpeed
+ Tailor
+ Recipe_Tailor
+
+ TableLoom
+
+
+
+
+
+ RawCotton
+
+
+ 100
+
+
+
+
+ RawCotton
+
+
+
+ 100
+
+
+ 5
+
+ Crafting
+ 0.8
+ Apparel_B1
+
+
+ IKOBHSKG_BulkMakeHempCloth
+ Spin hemp
+ Spin weed into hemp. Produces 75.
+ Spinning hemp from weed.
+ TailoringSpeed
+ Tailor
+ Recipe_Tailor
+ true
+ 4800
+
+ TableLoom
+
+
+
+
+
+ SmokeleafLeaves
+
+
+ 150
+
+
+
+
+ SmokeleafLeaves
+
+
+
+ 75
+
+
+ 9
+
+ Crafting
+ 0.8
+ Apparel_B1
+
+
\ No newline at end of file
diff --git a/Defs/RecipeDefs/RCP_AutomaticAssemblyer.xml b/Defs/RecipeDefs/RCP_AutomaticAssemblyer.xml.TODO
similarity index 100%
rename from Defs/RecipeDefs/RCP_AutomaticAssemblyer.xml
rename to Defs/RecipeDefs/RCP_AutomaticAssemblyer.xml.TODO
diff --git a/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml b/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml
index 2f23870..b8370b3 100644
--- a/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml
+++ b/Defs/RecipeDefs/Recipes_Enlarged_CoreSK.xml
@@ -6,7 +6,6 @@
EnlargedDryingRack
-
1
@@ -287,11 +286,11 @@
10
- 1
+ 2
Bulk_25_Fertilizer
- make fertilizer 25
+ make fertilizer 20
Make fertilizer 25. Takes 2.8 days to make,only available for Large Industrial Compost Barrel,Space Effecient!
@@ -307,6 +306,6 @@
25
- 2
+ 5
\ No newline at end of file
diff --git a/Defs/ThingDefs_Buildings/Buildings_MechanicalWoodCutter.xml b/Defs/ThingDefs_Buildings/Buildings_MechanicalWoodCutter.xml
index 72c3cc0..b766871 100644
--- a/Defs/ThingDefs_Buildings/Buildings_MechanicalWoodCutter.xml
+++ b/Defs/ThingDefs_Buildings/Buildings_MechanicalWoodCutter.xml
@@ -55,9 +55,6 @@
-
- WorkTableWorkSpeedFactor
-
PlaceWorker_ShowFacilitiesConnections
diff --git a/Loadfolders.xml b/Loadfolders.xml
new file mode 100644
index 0000000..4a673ce
--- /dev/null
+++ b/Loadfolders.xml
@@ -0,0 +1,7 @@
+
+
+
+ /
+ VilesCompat/Wood
+
+
\ No newline at end of file
diff --git a/TODO.MD b/TODO.MD
index b9c8a42..f73f698 100644
--- a/TODO.MD
+++ b/TODO.MD
@@ -2,7 +2,8 @@
高效主粮种子
# 皮革再构
-皮革分解为蛋白纤维 -> 重组为各档次皮革
-
-人造合成革 > 效果在 敲击兽皮和普通革间
+任意皮革分解为生物质 ->
+人造合成革 -> 略逊于敲击兽皮。
+# 重构RecipeDefs 以 支持 HMC
+# 启用Loadfolders 以 集成Vile`s Mods 支持.
\ No newline at end of file
diff --git a/VilesCompat/Wood/Patches/PVIlesWood.xml b/VilesCompat/Wood/Patches/PVIlesWood.xml
new file mode 100644
index 0000000..1fcd81a
--- /dev/null
+++ b/VilesCompat/Wood/Patches/PVIlesWood.xml
@@ -0,0 +1,30 @@
+
+
+
+
+ Defs/ThingDef[defName="MechanicalSawmill"]/recipes
+
+
+ MakeWoodPlanks_Hand
+ SawPlanks_Plywood_Planks
+ MillPlanks_Chipboard
+ SawPlanks_Cecropia
+ SawPlanks_Pine
+ SawPlanks_Willow
+ MakeRedWoodPlanks_Hand
+ SawPlanks_Cypress
+ SawPlanks_Poplar
+ SawPlanks_Maple
+ SawPlanks_Teak
+ SawPlanks_Birch
+ SawPlanks_Oak
+ SawPlanks_Acacia
+ MakeBambooPlanks_Electric
+ SawPlanks_Drago
+ SawPlanks_Mangrove
+
+
+
+
+
+
\ No newline at end of file
diff --git a/isekaiob.HSKGrinder.code-workspace b/isekaiob.HSKGrinder.code-workspace
index efbf0ce..71d9061 100644
--- a/isekaiob.HSKGrinder.code-workspace
+++ b/isekaiob.HSKGrinder.code-workspace
@@ -10,5 +10,6 @@
"rwxml.paths.rimWorldManaged": "",
"rwxml.paths.localMods": "",
"rwxml.logs.level": "silly",
+ "workbench.colorTheme": "Material Theme",
}
}
\ No newline at end of file