altmp / altv-issues

Issues and roadmap for alt:V project
92 stars 17 forks source link

Not all assets are re-downloaded when reconnecting to the server. #2290

Open Yiin opened 1 week ago

Yiin commented 1 week ago

Description of the problem

I have to restart the game every time I change .png file or .rcss file for those changes to be re-downloaded, because they're somehow cached and simple reconnect does not update them.

Reproduction steps

  1. create client resource with index.rml
  2. include style.rcss in it
  3. render that rml document on screen.
  4. connect to the server, observe the style.
  5. change the style in style.rcss
  6. reconnect to the server using reconnect command
  7. observe that style was not updated
  8. close the game and start it again
  9. after connecting to the server observe that style is now updated.

Expected behaviour

The style should be updated after reconnect as well.

Additional context

No response

Operating system

Win 11

Version

16.1.0-dev.16

Crashdump ID

No response

Confirmation of issue's presence