There were over 1300 vehicles in the game. This is due to a bug in epoch, that fails to properly limit vehicles.
This ruined the gameplay as vehicles could be found everywhere and people could get rich at all times.
Also, destroyed vehicles weren't removed.
All of the above issues caused the framerate to drop considerally.
What I have done to fix this:
- Added a database task that runs every day that removes all destroyed vehicles
- Added a database task that deletes all vehicles with a last access date of more than 3 days (get in and out of your vehicle at least every 3 days to keep it).
This ruined the gameplay as vehicles could be found everywhere and people could get rich at all times.
Also, destroyed vehicles weren't removed.
All of the above issues caused the framerate to drop considerally.
What I have done to fix this:
- Added a database task that runs every day that removes all destroyed vehicles
- Added a database task that deletes all vehicles with a last access date of more than 3 days (get in and out of your vehicle at least every 3 days to keep it).