Content Patcher

Content Patcher

378k Downloads

[Content Patcher] 1.3 alpha: some changes not applied to trees

Pathoschild opened this issue ยท 1 comments

commented

In 1.3 beta, this seems to have no effect:

        {
            "Action": "EditImage",
            "Target": "TerrainFeatures/tree3_spring",
            "FromFile": "assets/tree3_spring.png",
            "When": {
                        "Season": "spring"
                }
        },

But this works fine:

        {
            "Action": "EditImage",
            "Target": "Maps/spring_outdoorsTileSheet",
            "FromFile": "assets/spring_outdoorsTileSheet.png",
            "When": {
                        "Season": "spring"
                }
        }

See sample content pack.

commented