mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Corona reflections do not render on all roads

Open lopezloo opened this issue 3 years ago • 2 comments

Describe the bug

Some road models do not have is_road model flag set so these do not reflect corona reflections. This is single player issue.

Steps to reproduce

crun setCoronaReflectionsEnabled(2) me.position = Vector3(2046, 1549, 10) marker = Marker(me.position, "corona", 1.0) marker:setCoronaReflectionEnabled(true)

Describe the solution you'd like

We could set is_road flag for such models.

Additional context

  1. Depends on #1714.
  2. There was single player mod fixing that but I can't find it now.

Example positions: large part of Las Venturas.

Security Policy

  • [X] I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.

lopezloo avatar Sep 18 '22 07:09 lopezloo

There was single player mod fixing that but I can't find it now.

Probably you mean this mod: https://www.gtainside.com/en/sanandreas/mods/70869-road-reflections-fix-1-0/

FileEX avatar Aug 11 '23 14:08 FileEX

There was single player mod fixing that but I can't find it now.

Probably you mean this mod: https://www.gtainside.com/en/sanandreas/mods/70869-road-reflections-fix-1-0/

No, the issue this mod fixes was already fixed in MTA. There is mod which changes the is_road flag for models which have them not set.

lopezloo avatar Aug 11 '23 19:08 lopezloo