《Valheim: 英灵神殿》季节性视觉效果MOD通过调整纹理与色彩,展示动态四季,为玩家带来随游戏时长而变化的沉浸式环境体验。
1、您应该在 zip 中找到几个文件。
2、需要BepinEx才能工作。安装有两个主要步骤。
1a、 Seasonality.dll进入插件文件夹
2a、将Seasonality放入配置文件夹
3、Seasonality 是文件夹,其中包含插件正确应用更改到世界所需的所有纹理。
4、其中有许多文件夹,其中有许多 png 文件。
5、这个插件是在完全可配置的前提下设计的,这意味着,您可以操作 png 文件来创建您自己的外观!
(机翻)
固定拾取 isse
添加了新的天气,删除了保护冻结配置。使用新天气。
将纹理与主插件分开,以允许更新逻辑而不覆盖纹理
功能
四个季节:冬、春、夏、秋
由世界年龄确定的计数器
完全可配置性
天气控制
使用自定义纹理
配置
- 控制配置使用户能够随意决定季节
- 当前季节显示季节,是用户的下拉选择
- 可以打开和关闭玩家修改器
- 可以打开和关闭季节性天气
- 可以自定义修改器
与 Willybach 的高清纹理包的兼容性
如果您使用 Willybach 的纹理包,确保下载他的 自定义季节性纹理
颜色
修改树叶的粒子系统颜色并影响秋季树木的颜色。
全局键
季节_冬季
season_summer
season_spring
季节_秋季
将这些键与其他 mod 结合使用,按季节控制行为
自定义纹理
该插件允许通过将 png 文件添加到 bepinex 中配置文件夹内的指定目录中来使用自定义纹理。
文件结构
BepInEx
- config
- Seasonality
- Textures
- Beech
- BeechSmall
- spring.png
- Summer.png -
Winter.png
-fall.png
- Birch
- ...
- plugin
- Seasonality.dll
png 文件的名称必须遵循Summer.png语法以便插件识别它。
笔记
欢迎在 OdinPlus Discord 上找到我,分享纹理文件并了解纹理需要是什么样子。
季节性调整
附加插件,包含与主要季节性插件配合使用的额外功能。
功能
- 修改植物行为
- 修改可采摘行为
- 修改蜂箱行为
- 修改背包行为
- 如果安装了耕作或觅食,您可以用它来定义忽略季节参数
- 修改季节性项目行为
## 有 4 个不同的类别可供操作
##您可以添加自定义资产来操作它们
## 否则您可以删除文件,并让插件自动生成
## 应该识别修改后的项目
Pickable:
- m_prefabName: BlueberryBush
m_spring:
## m_amount refers to the amount plucked off bush/item when harvesting pickable
m_amount: 1
## m_canHarvest refers to the interactability of the pickable
m_canHarvest: true
m_summer:
m_amount: 1
m_canHarvest: true
m_fall:
m_amount: 1
m_canHarvest: true
m_winter:
Plants:
- m_prefabName: Beech_Sapling
m_spring:
## You can manipulate the scale and growth time of plants
m_maxScale: 1.5
m_minScale: 0.8
m_growTimeMax: 5000
m_growTime: 3000
m_canHarvest: true
m_summer:
m_maxScale: 1.5
m_minScale: 0.8
m_growTimeMax: 5000
m_growTime: 3000
m_canHarvest: true
m_fall:
m_maxScale: 1.5
m_minScale: 0.8
m_growTimeMax: 5000
m_growTime: 3000
m_canHarvest: true
m_winter:
m_maxScale: 1.5
m_minScale: 0.8
m_growTimeMax: 5000
m_growTime: 3000
m_canHarvest: true
Beehives:
- m_prefabName: piece_beehive
m_spring:
## You can manipulate the amount of honey that can be stored within the beehives
m_maxHoney: 4
m_canHarvest: true
m_summer:
m_maxHoney: 4
m_canHarvest: true
m_fall:
m_maxHoney: 4
m_canHarvest: true
m_winter:
m_maxHoney: 4
m_canHarvest: false
Pieces:
- m_prefabName: piece_gift1
m_season: Winter
更多内容:Valheim英灵神殿补丁