边缘世界 RimWorld

边缘世界 RimWorld

78 个评价
[Retired] CCP's Plant Stuff
   
奖励
收藏
已收藏
取消收藏
Mod, 1.0, 1.1, 1.2, 1.3, 1.4
文件大小
发表于
更新日期
13.295 MB
2018 年 1 月 10 日 上午 9:15
2022 年 10 月 28 日 上午 5:55
11 项改动说明 ( 查看 )

订阅以下载
[Retired] CCP's Plant Stuff

描述
Some plants and gardening type stuff. Adds various wild and cultivated plants, garden paths, outdoors lighting, a light column, and some raised planter beds. It also patches vanilla berry bushes, roses, daylilies and clivias to use random textures.
Lifespan and growing time patches have been removed, since the vanilla plant spawner has been much improved.

It should be fine to add this to running games, but please report if you do encounter any issues. And unless you use another mod that patches the same things in the vanilla plants it should not conflict with anything.

Current features:
  • Mushrooms count as meat, yay for vegetarian nice meals!
  • Roses, daylilies and clivias use ranomised textures for more variety in your plant pots and gardens.
  • Adds several new cultivated plants: dwarf bamboo (yields wood), cultivated agave, pasture grass, mixed wildflowers.
  • Adds random textures to the wild berry bushes for more visual variety and daisies.
  • Ever wondered why your pawns don't just build planter boxes? They can now. The fertility is a bit lower than normal and rich soil but they're pretty easy to achieve if you get your hands on some plant matter to fill them with.
  • Garden paths in three variants (art by me, sorry). They are purely decorative, so consider placing a floor beneath them if you want a speed boost. Plants will poke through them for a more natural feel.
  • Three armoured lamps suitable for outdoors use (textures by ekksu <3), so raiders don't constantly break your lamps.
  • An armoured power conduit, buried to keep it even safer.
  • A tall pillar that will work as a growing lamp, but can also hold up a roof.

Planned features:
  • Patches to properly integrate the planters for folks who use mods like Fertile Fields.
  • An additional small solar powered floor lamp.
  • Leafless textures for the plants that don't already have them.
  • Better path textures and more flowers, maybe?

If you encounter any unexpected behaviour or other issues, please do report them! That's the only way to make sure they get fixed.
热门讨论 查看全部(1)
0
2020 年 4 月 28 日 下午 1:09
Download link for Non-Steam player
smikeproject
30 条留言
Vardath 2022 年 10 月 28 日 上午 7:01 
Needs a patch with Rocketman
JACK 2022 年 9 月 26 日 下午 11:35 
the mixed wildflowers alone are a must have, the rest of it just makes it better :)
Rics 2021 年 3 月 3 日 上午 8:41 
thank you for this awesome mod but i have a little question . whats the name of that bright path with the brown stepping stones overlay on it ? looks very cool i need it ;)
Rainycloud 2021 年 2 月 2 日 上午 11:29 
I love this mod. I always spend ages looking for it because I forget the name and look for garden paths etc. But it's worth it lol.
Thank you!
velcroboy333 2021 年 1 月 26 日 上午 10:08 
Hi, I encountered a small conflict with ZP Rice Cultivation, Because of their overwrite of the RawFungus def and your patching it to meat.

I altered this patch <Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RawFungus"]</xpath>
<value>
<thingCategories>
<li>MeatRaw</li>
</thingCategories>
</value>
</Operation>

to
velcroboy333 2021 年 1 月 26 日 上午 10:08 
<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationConditional">
<xpath>/Defs/ThingDef[defName = "RawFungus"]/thingCategories</xpath>
<match Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "RawFungus"]/thingCategories</xpath>
<value>
<li>MeatRaw</li>
</value>
</match>
<nomatch Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "RawFungus"]</xpath>
<value>
<thingCategories />
</value>
</nomatch>
</li>
<li Class="PatchOperationConditional">
<xpath>/Defs/ThingDef[defName = "RawFungus"]/thingCategories[li="MeatRaw"]</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "RawFungus"]/thingCategories</xpath>
<value>
<li>MeatRaw</li>
</value>
</nomatch>
</li>
</operations>
</Operation>


And it's working fine on my end. Just thought I'd let you know.
Halfelfaedyn 2020 年 4 月 30 日 下午 1:51 
I would like to have the planters on a separate mod if possible? The main thing keeping me from downloading this mod is "berry bushes, roses, daylilies and clivias to use random textures." since I already have a mod that changes these, but not a good mod for raised flower beds.
Mr. Rainger 2020 年 2 月 3 日 上午 10:30 
could you make a pure aesthetic version? The garden paths look really nice, but other plant mods already.
Luinithil 2019 年 9 月 14 日 下午 10:29 
Hey, so this and RimCuisine 2 apparently don't really like each other, at least the tweak where you make mushrooms count as meat. RC2 (and Pelador's Social Supplements) add several types of mushrooms, as I recall. Not sure if you'll have to make a patch, or if juggling load order will resolve it.

XML error: Duplicate XML node name thingCategories in this XML block: <ThingDef ParentName="PlantFoodRawBase"><defName>RawFungus</defName><label>raw fungus</label><description>Raw fungus.</description><graphicData><texPath>Things/Item/Resource/PlantFoodRaw/RawFungus</texPath></graphicData><statBases><MarketValue>1.1</MarketValue></statBases><ingestible><foodType>Meat</foodType></ingestible><comps><li Class="CompProperties_Rottable"><daysToRotStart>30</daysToRotStart><rotDestroys>true</rotDestroys></li></comps><thingCategories><li>MeatRaw</li></thingCategories><thingCategories><li>RC2_VegetablesRaw</li></thingCategories></ThingDef>
cucumpear  [作者] 2019 年 5 月 30 日 上午 3:13 
Yeah, there were some crop rebalances and I haven't gotten around to adjusting. Thank you for the reminder. :)