FicsIt-Networks icon indicating copy to clipboard operation
FicsIt-Networks copied to clipboard

[Feature Request] Change sign emission

Open OHB opened this issue 1 year ago • 1 comments

I've tried to figure it out, but I don't know if sign emission would be on the sign, the prefab, or other and whether it would be an int or float. But, the ability to change emission (i.e. brightness) would be reasonable and very useful.

Proposals (depending on where the data belongs): on the sign: sign:getEmission(out int) and sign:setEmission(int) on the prefab: sign:getPrefabSignData().emission

I think one could argue that type (matte vs glossy) be supported at the same time. However, I think the counter-argument could be made that whether it is matte or glossy is a hardware choice not a software choice (and therefore wrongly implemented in-game) and so should not be editable programmatically.

OHB avatar Nov 22 '23 16:11 OHB

@OHB Please verify that this functionality have been added and works as expected using the latest development build

RozeDoyanawa avatar Jun 30 '24 13:06 RozeDoyanawa