边缘世界 RimWorld

边缘世界 RimWorld

Example Better Trees Mod
 此主题已被置顶,因此可能具有重要性
Enrico  [开发者] 8 月 29 日 上午 6:09
Texture filename and fallback guide
The only graphic type that's mandatory is the Mature type! Anything else is optional:

GraphicType
Fallback Chain If Missing
Mature
-> Entire tree texture invalid
Leafless
-> Mature
Immature
-> LeaflessImmature -> Mature
LeaflessImmature
-> Immature -> Mature
Polluted
-> Leafless -> Mature
MatureSnowOverlay
-> No Overlay
ImmatureSnowOverlay
-> No Overlay
LeaflessSnowOverlay
-> No Overlay

Any given texture should be pathed as followed:
[Mod Root Folder]\Textures\BetterTrees\[TextureName]\[GraphicType]\[TextureName]_[GraphicType][RandomIndex].png

[RandomIndex] = Letter starting from A (all the way to Z), for each alternate texture that can be randomly selected by the game.

Example path:
MyTreeMod\Textures\BetterTrees\MyOakTexture\Mature\MyOakTexture_MatureA.png
最后由 Enrico 编辑于; 8 月 30 日 上午 4:23