RimWorld

RimWorld

Meow Framework
41 Comments
橙风 29 Aug @ 11:05am 
(System.Collections.Generic.IEnumerable`1<Verse.Thing>)
Verse.AI.Toils_Recipe/<>c__DisplayClass3_0:<FinishRecipeAndStartStoringProduct>b__1 ()
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.Toils_Recipe/<>c__DisplayClass2_0:<DoRecipeWork>b__2 (int)
Verse.AI.JobDriver:DriverTickInterval (int)
Verse.AI.Pawn_JobTracker:JobTrackerTickInterval (int)
Verse.Pawn:TickInterval (int)
Verse.Thing:DoTick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
橙风 29 Aug @ 11:05am 
MakeThing error: Apparel_Pants is madeFromStuff but stuff=null. Assigning default.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.ThingMaker.MakeThing_Patch1 (Verse.ThingDef,Verse.ThingDef)
OberoniaAurea.MakeRecipeProducts_Patch/<Postfix>d__0:MoveNext ()
System.Collections.Generic.List`1<Verse.Thing>:AddEnumerable (System.Collections.Generic.IEnumerable`1<Verse.Thing>)
System.Collections.Generic.List`1<Verse.Thing>:.ctor (System.Collections.Generic.IEnumerable`1<Verse.Thing>)
System.Linq.Enumerable:ToList<Verse.Thing>
橙风 29 Aug @ 11:02am 
如果 `madeFromStuff=true` 却没有 `stuffCategories`,就会导致 `stuff=null` 的错误。
3. 检查配方是否指定了材质
在 `RecipeDef` 中,生成该物品的配方也必须正确处理材质。例如:
```xml
<RecipeDef>
<defName>Make_Apparel_Pants</defName>
<products>
<li>
<thingDef>Apparel_Pants</thingDef>
<count>1</count>
</li>
</products>
</RecipeDef>
```
如果没有指定材质来源,系统可能无法自动推断。
橙风 29 Aug @ 11:02am 
MakeThing error: Apparel_Pants is madeFromStuff but stuff=null. Assigning default.
这表示游戏尝试生成一个需要材质的物品(如裤子),但没有指定材质(stuff=null),于是 RimWorld 自动分配了一个默认材质。
1. **确认是哪一个 MOD 添加了该 Apparel_Pants**
你可以通过 Dev Mode → 检查物品定义 → 查看 `ThingDef` 的来源 MOD。也可以在 MOD 文件夹中搜索 `Apparel_Pants` 或相关 XML。
2. **检查该物品是否正确设置了材质类别**
在 XML 中,正确的定义应该包含类似:
```xml
<ThingDef ParentName="ApparelBase">
<defName>Apparel_Pants</defName>
<label>pants</label>
<madeFromStuff>true</madeFromStuff>
<stuffCategories>
<li>Fabric</li>
</stuffCategories>
</ThingDef>
```
橙风 29 Aug @ 11:00am 
有问题,拆衣服是这个mod的么,莫名其妙配方没了,我倒是有个天轴的拆衣服配方(应该是?图标挺像的)但是那个会循环爆红,拆衣服会一直拆,拿到啥就会无限拆随机品质(可能有)随机原料的对应衣服,调位置也没用,有人真的咋回事么
18696851@qq.com 5 Aug @ 4:33pm 
修理武器跟修理衣服,没反应啊。 修理都需要什么原材料啊?
Lizbeth5782 18 Jul @ 9:53am 
I am also getting the texture error for the dummy.
天启洪流apocalyptic 18 Jul @ 7:25am 
Exception loading UnityEngine.Texture2D from file.
absFilePath: G:\SteamLibrary\steamapps\workshop\content\294100\3247685844\Textures\dummy.png
Exception loading UnityEngine.Texture2D from file.
absFilePath: G:\SteamLibrary\steamapps\workshop\content\294100\3247685844\Textures\dummy_east.png
Exception loading UnityEngine.Texture2D from file.
absFilePath: G:\SteamLibrary\steamapps\workshop\content\294100\3247685844\Textures\dummy_north.png
Exception loading UnityEngine.Texture2D from file.
absFilePath: G:\SteamLibrary\steamapps\workshop\content\294100\3247685844\Textures\dummy_south.png
jinitaimei1314 19 Jun @ 8:23am 
辛苦了作者大大
Eoral Milk  [author] 17 Jun @ 4:17am 
@1554500 是窝临时修了一下
jinitaimei1314 17 Jun @ 2:00am 
修理能正常用了。,好像是因为harmony更新的问题
帮我称10秒 6 Jun @ 10:15am 
原來衣服修不了不只我有啊
AT 6 Jun @ 1:51am 
衣服和武器都不能修了
AutumnPizazz 5 Jun @ 6:52pm 
+1,最近修不了衣服了QAQ
2165261085 5 Jun @ 4:27am 
修复衣物无法使用
jinitaimei1314 4 Jun @ 1:30am 
修复衣物用不了了
寒昼冷雨 3 Jun @ 5:31am 
加一,更新后无法修复衣物
芋圆柚子 1 Jun @ 7:25am 
更新完修复衣物用不了了,提示没有可用原料
望月 26 Apr @ 12:30am 
发现金鼠鼠的那个布料回收建筑会导致衣服回收后依旧生成的bug
xiangechuichui 24 Feb @ 7:36am 
大佬衣服分解后会出现一件全新的衣服和材料,可以修复一下吗。
鸭蛋卖鸭蛋牡蛎卖牡蛎 25 Nov, 2024 @ 11:53am 
刚才测试了一下,使用本mod的女性基因时,小人会随机选择本来不可能随到的头部,比如随到驼鹿族的头或者AOC清洁恶魔的头之类的。我刚才只开了外星人框架,优化鱼,本mod和驼鹿族(不止上面提到的这两个种族),然后发现还是会随到,所以应该不会是mod冲突导致
酒月丶 21 Nov, 2024 @ 7:23am 
这勾八分解了之后衣服不消失啊,一件衣服分解了半年,我说这两万多个皮革哪来的:steamfacepalm:
My clothes did not disappear after recycling, and the corresponding materials were given, which led to a rapid increase in my wealth.
SklmQAQ0991 8 Sep, 2024 @ 1:29am 
感谢分享,请问可以只订阅使用这个框架吗?因为我目前只需要其中的修理装备功能。当然如果可以把修理装备功能分离出来做成独立mod就更好了。:luv:
Eoral Milk  [author] 23 Aug, 2024 @ 3:07am 
@hd83 no, you don't need the multiplayer mod. but I have no idea about the error. Anyway, the error won't effect your game play I think.
hd83 23 Aug, 2024 @ 2:15am 
The error no longer appears when the Multiplayer mod is installed.

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2606448745

Is the Multiplayer mod required?
hd83 23 Aug, 2024 @ 2:07am 
The following error occurs.

Error in static constructor of Meow.HarmonyInit: System.TypeInitializationException: The type initializer for 'Meow.HarmonyInit' threw an exception. ---> System.TypeLoadException: Could not resolve type with token 010000ea (from typeref, class/assembly Multiplayer.API.MP, 0MultiplayerAPI, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null)
Garry 25 Jul, 2024 @ 4:44pm 
meow :3!
飛梅 22 Jun, 2024 @ 10:56pm 
回收衣物在游戏运行一段时间之后会出现回收衣物,分解出了材料但是衣物没有消失的bug
hyuntoe 21 Jun, 2024 @ 10:53pm 
this framework must be under the Humanoid Alien Races.
most framework is okay over HAR.. I wonder why. :$
Eoral Milk  [author] 26 May, 2024 @ 2:28am 
@GeneralTso use Tailor and machining table.
GeneralTso 26 May, 2024 @ 1:07am 
How does the repairing and recycling work? I want those features but you haven't described them
Eoral Milk  [author] 24 May, 2024 @ 8:57am 
@泥头车 我这也在用vef啊,也没有问题啊
泥头车 24 May, 2024 @ 8:17am 
@Eoral Milk 找到原因了,与Vanilla Expanded Framework有冲突,无论是VEF前置还是后置都会导致我遇到的问题。
Eoral Milk  [author] 24 May, 2024 @ 6:41am 
@泥头车 窝这里都正常
泥头车 24 May, 2024 @ 5:07am 
@Eoral Milk 我使用开发者模式对回收和修理装备进行了测试,结果只有回收衣物可以使用。使用机械加工台,回收武器修复武器修复护甲三个选项都不能用(可以添加清单,但操作小人工作就显示“需要无”)。使用缝纫机(手动和电动),可以回收衣物,但无法修复衣物(情况同上),劳烦您再看看。
Eoral Milk  [author] 24 May, 2024 @ 3:46am 
@泥头车 护甲要用机械加工台修理
泥头车 24 May, 2024 @ 3:14am 
请问修复衣物怎么用,总是显示:"无法->修复衣物:需要无"
Eoral Milk  [author] 19 May, 2024 @ 10:45pm 
@Icesakura 已修复。
Icesakura 19 May, 2024 @ 10:28pm 
你好, 框架好像讓載具旅隊的載重不正常了?
👁 16 May, 2024 @ 8:01am 
I look forward to seeing what comes of this.
Aranador 16 May, 2024 @ 7:54am 
OMG yes, the game needs a frame work for meow. Well done !!