RimWorld

RimWorld

Cobalt Collection
43 kommentarer
Kinetic Kimo 19. aug. 2022 kl. 19:56 
Hi, I've encountered an issue with this mod and the Ideology expansion. I was setting up a temple and decided to use cobalt floors, but when I built the ideogram, I got a warning message that the symbol was "disrespected" because it was in an area that wasn't floored. I'm not sure why it isn't recognizing the cobalt flooring as it's recognized other modded floors before, but I was hoping maybe you'd know what the issue is. I'd really hate to take down all those nice floors, it looks fabulous. x3
Zen 16. maj 2022 kl. 6:16 
The reason why this doesn't work (doesn't burn apparel with 0% flammability) is because the tags are disallowed by default in the vanilla recipes.

<specialFiltersToDisallow>
<li>AllowNonBurnableApparel</li>
</specialFiltersToDisallow>
Zen 16. maj 2022 kl. 6:14 
Have my lil patch I wrote for myself that patches mechanoids, weapons and apparel to be "burnable" in the recipes.

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationRemove">
<xpath>/Defs/RecipeDef[defName = "CremateCorpse"]/fixedIngredientFilter/disallowedCategories</xpath>
</Operation>

<Operation Class="PatchOperationRemove">
<xpath>/Defs/RecipeDef[defName = "BurnApparel"]/fixedIngredientFilter/specialFiltersToDisallow</xpath>
</Operation>

<Operation Class="PatchOperationRemove">
<xpath>/Defs/RecipeDef[defName = "BurnWeapon"]/fixedIngredientFilter/specialFiltersToDisallow</xpath>
</Operation>
</Patch>
Zen 16. maj 2022 kl. 6:13 
All you need to do to fix this issue is to patch the cremation / burn recipe for apparel so it allows nonBurnableApparel to be burned as a category.

"<Operation Class="PatchOperationRemove">
<xpath>/Defs/RecipeDef[defName = "BurnApparel"]/fixedIngredientFilter/specialFiltersToDisallow</xpath>
</Operation>"
CobaltHero27 19. sep. 2021 kl. 21:54 
2e+18/10 time to make everything out of it
The Bard of Hearts 26. juli 2021 kl. 7:58 
awesome, dude! :steamthumbsup:
Wisconsin  [ophavsmand] 26. juli 2021 kl. 5:51 
Sure, I'll update to 1.3. Let me know if there are any issues!
The Bard of Hearts 20. juli 2021 kl. 18:58 
+1 for a 1.3 update! :steamhappy:
The Bard of Hearts 2. sep. 2020 kl. 6:03 
I don't think this mod is "poor" by any means. Its a simple one but I like it well enough. Personally, I never use the cobalt cloth, but thats because I use a mod to allow me to change my clothes colors at will. :viol:
The Bard of Hearts 2. sep. 2020 kl. 6:02 
I'm not gonna stop using your mod just 'cause of that. :steamhappy:
I wonder if it has anything to do with it being concidered "stoney" materials or some such? If the Cobalt-Colored cloth is retaining the "stoney" label, it might be interfering with burning them. /shrug
Wisconsin  [ophavsmand] 2. sep. 2020 kl. 1:35 
If you want to remove the mod, it should be fine to just do it. All cobalt items, walls, flooring etc will be removed.
Wisconsin  [ophavsmand] 2. sep. 2020 kl. 1:32 
I tried a lot of things, but I'm stumped. It's labeled as apparel in the files, but it just doesn't work. This is a poorly made mod in general. If I find a solution, I'll update as soon as I can.
The Bard of Hearts 1. sep. 2020 kl. 21:55 
You mean in the program code? no. lol. =D

by job-ingredient list, I refer to the list of "allowable" items to be subject to the "bill". In this case, the bill for "Burn Apparel" doesn't list the cobalt-colored clothes as available things to burn. Thus, a pile of tainted blue laundry is filling our closet. hahaha
Wisconsin  [ophavsmand] 1. sep. 2020 kl. 20:22 
Huh, I have no idea how to fix this. Can you tell me where the job-ingredient list is?
The Bard of Hearts 1. sep. 2020 kl. 15:19 
Hey, guy (or gal :steamsunny: ). First, you know I love your mod-work. Second, I found a small oversight, I think. The crematorium can't seem to cremate the cobalt-colored clothes. It seems to be treating it like its own entity and yet it's not listed on the job-ingredient list.
The Bard of Hearts 31. aug. 2020 kl. 2:09 
Awesome! Thanks man!
Wisconsin  [ophavsmand] 31. aug. 2020 kl. 2:00 
It should be fine. If anything else comes up let me know.
eg7560251 31. aug. 2020 kl. 1:40 
On the mod manager menu it keeps saying it's for the wrong version, but when I put it in the mod list it doesn't give me any errors. ?
Wisconsin  [ophavsmand] 30. aug. 2020 kl. 22:46 
Yeah, updated.
The Bard of Hearts 30. aug. 2020 kl. 12:37 
is this going to be upped to 1.2?
Jay 24. apr. 2020 kl. 13:37 
Wealth multiplier?
Adara Firecaster 11. mar. 2020 kl. 2:11 
Debug log is clear at least, Thanks.
Wisconsin  [ophavsmand] 11. mar. 2020 kl. 0:24 
Alright, fixed those issues, I hope.
Adara Firecaster 10. mar. 2020 kl. 22:38 
I got 3 errors from this mod when I tried to load it, 2 XML errors, one cross reference error.
XML error: <acceptTerrainSourceFilth>True</acceptTerrainSourceFilth> doesn't correspond to any field in type TerrainDef.
XML error: <smeltable>true</smeltable> doesn't correspond to any field in type StuffProperties.
Could not resolve cross-reference: No RimWorld.StatDef named TailoringSpeed found to give to Verse.RecipeDef MakeCobaltColoredCloth

This may mean there were some undocumented/poorly documented changes made in the defs of the base game. That was the case with my own mod.
The Bard of Hearts 10. mar. 2020 kl. 17:26 
awesome! 50pts for SoufulPumpkin!
Wisconsin  [ophavsmand] 10. mar. 2020 kl. 16:44 
Yes.
The Bard of Hearts 10. mar. 2020 kl. 14:28 
1.1??
ashhhh2 10. feb. 2020 kl. 11:44 
what are the armor modifiers for cobalt?
The Bard of Hearts 15. dec. 2019 kl. 9:53 
awesome dude. Sorry if I sounded like a jerk, it wasn't meant to be.
Wisconsin  [ophavsmand] 14. dec. 2019 kl. 18:28 
Thanks for your feedback. I've removed the cleanliness value (IDK why I put that in in the first place), decreased beauty from 5 to 3, and the floor beauty from 5 to 3.
The Bard of Hearts 14. dec. 2019 kl. 9:14 
I apologize, Metal Tiles (+0.2 not +0.6) still given that it also has nearly as much beauty as Jade (+5 vs. Jade's +6) and that you get quite a bit a Cobalt everywhere and don't need to have any tech to make it. Doesn't that seem a bit OP? /shrug
The Bard of Hearts 14. dec. 2019 kl. 9:10 
OK... I just noticed something... Cobalt has a cleanliness bonus... its equal to Sterile tiles???
The Bard of Hearts 9. okt. 2019 kl. 19:21 
OK. So, using dev mode and peeking around on several maps; It would seem that whatever you did fixed the problems. We are now able to see that gold, jade and silver all will spawn correctly now. Thanks for the quick response and willingness to fix the issue. Too bad there aren't alot more authors like you.
The Bard of Hearts 9. okt. 2019 kl. 7:39 
No Problem. I'll give it a shot tonight and see what happens.
Wisconsin  [ophavsmand] 8. okt. 2019 kl. 0:21 
Ok, I think I fixed that issue. Let me know if it still occurs. Thanks!
The Bard of Hearts 7. okt. 2019 kl. 18:25 
It seems to me that this stuff ends up being everwhere. I was thinking it was going to be a less rare version of jade but I usually get as much cobalt as I do steel and I never see jade anymore unless I buy it nor do I see gold. =/
KingoftheDwarves 12. aug. 2019 kl. 14:52 
I think there should be special equipment... maybe something like a gun made by cobalt plasteel advanced computers and an cobalt ai core. maybe it fires extracted cobalt dealing ~30 sharp for each round and it fires 5-10 rounds and maybe an armor that has decent sharp res and a shield that has 1500 but slow recharge... requires an cobalt ai core...
Star~Verse 10. aug. 2019 kl. 10:42 
you should try making a few more of these, maybe ruby, Amethyst, just for variety.
Wisconsin  [ophavsmand] 8. aug. 2019 kl. 0:25 
Jade has a beauty of 2.5, and Cobalt has a beauty of 2, so a normal quality small sculpture for Jade would be 135, where for Cobalt it would be 110.

Jade has a market value of 5, where Cobalt has 2.5.

Jade has a blunt damage multiplier of 1.5, where Cobalt has a 1.2. Other material stats should be the same.

Hope this helps!
Adara Firecaster 7. aug. 2019 kl. 23:07 
I'd like to know how it compares to jade. Specifically in beauty. and possibly price.
RavenousEye 7. aug. 2019 kl. 11:46 
that's exactly what we needed ^^ also i love that flooring :P
definitely gonna use it
Wisconsin  [ophavsmand] 7. aug. 2019 kl. 10:27 
Thanks for the suggestion, I've added some stats to the description. Let me know if I should add any more.
RavenousEye 7. aug. 2019 kl. 8:07 
Could you add in some stats please.

As example i would like to know:
*overall durability of walls built with it
*overall strength of tools made with it
*HP of the ore to mine it
*How much cobalt can you get per ore

this info will make it more attractive for me and many others :)