-
-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
Bounty availableMajorBig stuff to doBig stuff to do❓Vanilla bugVanilla game bugs that are requested to be fixedVanilla game bugs that are requested to be fixed
Description
Fog of War exists in code YR, but was disabled due to not working correctly. CNCNet Client spawner allows to force enable FoW, however this causes several issues:
- Units are still visible under the FoW,
- Structures under the FoW (mostly high civilian buildings) render incorrectly, usually with transparent triangles, This also happens when the top of a building is visible, but the foundation is not,
- Structures under the FoW cannot be properly targeted (units issue move command instead of attack/garrison/repair), unless the cursor is on the top edge of the top foundation cell.
- Jumpjet units and aircraft provide vision only when moving or landed (possibly shroud uncovering check is not tied to ground cells, but FoW refresh is?),
- Jumpjet and aircraft have a global vision range specified in rules->[General]->AircraftFogReveal, could be deglobalised to work with unit sight,
- High fog refresh rate (set in rules->[AudioVisual]->FogRate) causes flickering and effectively makes air units provide no vision,
- On the other hand, low fog refresh rate causes units to leave a decaying trail of vision behind them (this happens with any unit, but for slow units disappears very quickly, might be additionally linked to movement-into-two-cells issue?),
- Temporary drawing glitches, similar to ones that rarely happen with uncovered shroud in vanilla YR (black outline of cell remains until we scroll away and back, or black gradient around "old" vision that quickly disappears)
- Possibly more yet unknown bugs caused by Ares' new features
MortonPL and CatTanker
Metadata
Metadata
Assignees
Labels
Bounty availableMajorBig stuff to doBig stuff to do❓Vanilla bugVanilla game bugs that are requested to be fixedVanilla game bugs that are requested to be fixed