Page 1 of 1

Quality support for radius_visualisation_specification

Posted: Fri Jul 11, 2025 8:49 pm
by thesixthroc
In Cerys, higher-quality towers have a larger heating range. For the player-constructible towers that the player can hold in their cursor, the current value of radius_visualisation_specification.distance is 15, which matches their actual heating range at Normal quality, but not higher qualities.

At time of writing this is the only known bug in the Cerys mod. It would be fantastic for Cerys and other mods if this radius visualization could be assigned a quality scaling so that it is not inaccurate for higher qualities.

Re: Quality support for radius_visualisation_specification

Posted: Tue Aug 26, 2025 5:00 pm
by front
+1

Re: Quality support for radius_visualisation_specification

Posted: Thu Aug 28, 2025 5:42 am
by protocol_1903
+1

Re: Quality support for radius_visualisation_specification

Posted: Tue Nov 25, 2025 3:52 am
by OhSnap
+1

Re: Quality support for radius_visualisation_specification

Posted: Thu Nov 27, 2025 12:29 am
by Berserker55
+1

Re: Quality support for radius_visualisation_specification

Posted: Fri Dec 12, 2025 10:13 am
by guy smiley
Does this problem still apply if, rather than selecting from the recipes menu or by pressing q over the entity, you instead use a copy selector on it?

I have some experience with working on a mod that does similar things to what you are describing, ie: changing the effects quality has on an entity's properties, and yeah what you are describing sounds like the unfortunate UI situation I had to accept as well. Basically such mods have to create an entirely new entity for every quality level they want to modify stats on, and q selecting or similar methods simply select the original entity at that quality instead, not the new entity the mod created. Using a copy, or a blueprint selector, will actually select the mod's created entity instead, and will display area and range effects accurately.

The mod I'm working on rebalalances the Big Electric Pole to gain larger amounts of wire reach length per quality level than other pole types, instead of electricity distribution area, and the UI issues that has are exactly like what you described.

Alternately, if the answer to my question actually turns out to be "no" though, I guess I'll have to grab that mod and look at what it is doing differently.