Opened 5 years ago
Closed 5 years ago
#943 closed enhancement (invalid)
LOS view darkens minimap too much
Reported by: | beherith | Owned by: | Bluestone |
---|---|---|---|
Priority: | major | Milestone: | BAR Beta release |
Component: | BAR | Version: | |
Keywords: | Cc: |
Description
Is this an engine feature, then dont bother. If tweaking the LOScolors can fix it, ill look into the loscolors ZK uses, if the minimap widget controls this, then can it be fixed in there?
Change History (5)
comment:3 by , 5 years ago
Relevent link is https://github.com/spring/spring/blob/develop/cont/base/springcontent/shaders/GLSL/infoLOS.lua
I guess some changes to that shader is needed to control minimap seperately, idk how too.
I don't think we should worry about this for just a beta release.
comment:4 by , 5 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Finally understood what causes this - the darkening is simply the background of the parent Chili control in which the image is drawn.
Unfortunately didn't yet work out how to make the background disappear...
It can be tweaked using https://springrts.com/wiki/Lua_UnsyncedCtrl#LOS_Colors
Afaik currently in BAR nothing sets it and we just use engine defaults