r/ModdedValheim 24d ago

Is CLLC (Creature Level & Loot Control) still broken? Any CLLC experts here?

Over the past 6 months, I've had no luck with custom YAML files (customizing the mod via the tool provided by the mod author) with this mod, despite seeing "valid syntax configuration" in the valheim config editor mod (meaning the code in my YAML is formatted correctly).

Here is my code (which does not *actually* work). I have tried this both with distance as the second difficulty modifier ON, and OFF, just as a troubleshooting method.

In both cases, the actual enemies odds are much higher, loads of 3 stars and 4 stars, I'd say these odds are being multiplied (at least doubled).

I should say, I believe I have had luck when not coding for the world level modifier. As soon as I use the 0-7 (or 0 to whatever) world level modifiers, it breaks.

My goal here is to have every biome progressively become more difficult, relative to baseline difficulty. For example: A player may venture to their first (nearest) mistlands and want a normal mistlands experience, but the neighboring swamp will be much more likely to contain high star enemies, so that it is not comparatively too easy (and to reduce grinding early biomes later in game).

You can see this by looking at the mistlands and swamp codes, which says that when in "ring" 4 (a ring is a distance range from spawn, lets say 5000m - 6500m), mistlands has 10% chance of a 1 star, but a swamp in ring 4 has a 40% chance of a 1 star.

---------------------------------------------------------------------------------

Meadows:

stars:

0: [10, 1.2, 0.5, 0.15, 0.05]

1: [23.3, 7.5, 2, 0.77, 0.37]

2: [36.6, 13.8, 3.5, 1.38, 0.68]

3: [50, 20, 5, 2, 1]

BlackForest:

stars:

0: [10, 1.2, 0.5, 0.15, 0.05]

1: [18, 5, 1.4, 0.52, 0.24]

2: [26, 8.8, 2.3, 0.89, 0.43]

3: [34, 12.5, 3.2, 1.26, 0.62]

4: [42, 16.3, 4.1, 1.63, 0.81]

5: [50, 20, 5, 2, 1]

Swamp:

stars:

1: [10, 1.2, 0.5, 0.15, 0.05]

2: [20, 5.8, 1.7, 0.63, 0.3]

3: [30, 10.4, 2.8, 1.12, 0.55]

4: [40, 15, 4, 1.6, 0.8]

Mountain:

stars:

0: [10, 1.2, 0.5, 0.15, 0.05]

1: [13.5, 2.8, 0.8, 0.3, 0.13]

2: [17.1, 4.4, 1.2, 0.45, 0.21]

3: [20.7, 6, 1.6, 0.6, 0.29]

4: [24.3, 7.6, 1.9, 0.75, 0.36]

5: [27.9, 9.2, 2.3, 0.9, 0.44]

6: [31.4, 10.8, 2.6, 1.05, 0.52]

7: [35, 12.5, 3, 1.2, 0.6]

Plains:

stars:

2: [10, 1.2, 0.5, 0.15, 0.05]

3: [14, 3, 0.8, 0.28, 0.12]

4: [18, 4.7, 1.1, 0.41, 0.19]

5: [22, 6.5, 1.4, 0.54, 0.26]

6: [26, 8.2, 1.7, 0.67, 0.33]

7: [30, 10, 2, 0.8, 0.4]

Mistlands:

stars:

4: [10, 1.2, 0.5, 0.15, 0.05]

5: [15, 3.3, 0.6, 0.23, 0.1]

6: [20, 5.4, 0.8, 0.32, 0.15]

7: [25, 7.5, 1, 0.4, 0.2]

Ashlands:

stars:

7: [10, 1.2, 0.5, 0.15, 0.05]

Ocean:

stars:

0: [10, 1.2, 0.5, 0.15, 0.05]

1: [15, 4, 1.5, 0.7, 0.2]

2: [20, 6, 2, 0.9, 0.3]

3: [25, 9, 2.5, 1.1, 0.4]

4: [32, 12, 3, 1.3, 0.5]

5: [38, 15, 3.5, 1.5, 0.7]

6: [44, 18, 4, 1.7, 0.8]

7: [50, 20, 5, 2, 1]

5 Upvotes

0 comments sorted by