Jump to content

Wrong quotes about trees and their saplings


KXWl1
  • DLC VERSION - IMPORTANT!: Vanilla - NO DLC, Reign of Giants, Shipwrecked, Hamlet Pending

HAM's four kinds of trees (Rainforest, Tea, Claw Palm, Tuber) have more or less wrong checking lines:

  • Rainforest Tree Sapling uses the its tree seed (Jungle Burr) quotes instead. The BURR_SAPLING under speech should put into BURR's table. The Rainforest Tree also have its special quotes when it is burning, but this is not defined in its prefab file. ALSO, the variety of Rainforest Trees -- Spider Monkey Trees have no special quotes for its burnt and stump versions although defined in the prefab file (does not find in speech file). Please klei, adding some quotes is quite easy.
  • Claw Palm Tree have no special quotes for its burnt and stump versions although defined in the prefab file (does not find in speech file). Please klei, adding some quotes is quite easy.
  • Tuber Tree have no special quotes for its burnt and stump versions although defined in the prefab file (does not find in speech file). Please klei, adding some quotes is quite easy.
  • Tea Tree Sapling uses the its tree seed (Tea Tree Nut) quotes instead. The TEATREE_SAPLING under speech should put into TEATREE_NUT's table. The Tea Tree also have no special quotes for its burnt and stump versions although defined in the prefab file (does not find in speech file). Please klei, adding some quotes is quite easy.

In SW world:

  • In SW world, The Palm Tree and Jungle Tree have their quotes when they are burning, but this is not defined in their prefab files.
  • In SW world, Mangrove Tree have no special quotes for stump versions although defined in the prefab file (does not find in speech file).

In Vanilla/RoG:

  • Evergreen Tree (and its SPARSE variety) and Deciduous Tree have their quotes when they are burning, but this is not defined in their prefab files.

Strangely, the bugs about all trees have no special quotes while they are burning does not apply to Marsh Tree, which is defined in its prefab files:

local function inspect_tree(inst)
    if inst:HasTag("burnt") then
        return "BURNT"
    elseif inst:HasTag("stump") then
        return "CHOPPED"
    elseif inst.components.burnable and inst.components.burnable:IsBurning() then
        return "BURNING"
    end
end

I find that the mentioned bug also happen to DST, but who cares about DST.

At last, may have I/we a lttle request about having special quotes for Blooming Tuber Trees and Blooming Rainforest Trees?

 


Steps to Reproduce

1. Find a Rainforest Tree, Tea Tree, Claw Palm Tree, Tuber Tree in a porkland world.

2. Find Jungle Burr, Teatree Nut.

3. Plant Them. Find that the saplings use wrong lines as they were a tree seed.

4. Get a burnt Tuber Tree, a burnt Claw Palm Tree, a burnt Spider Monkey Tree, a Tuber Tree stump, a Claw Palm Tree stump, a Spider Monkey Tree stump, check them, wrong lines appear.

5. Get a blooming Rainforest Tree and a blooming Tuber Tree during LUSH season. Check them, no special lines.

6. In a SW world, burn a Palm Tree and a Jungle Tree, check them while they are burning. Have no special lines.

Check all kinds of tree while they are burning, having no special lines.

  • Like 1



User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...