Would it be possible to where the ores on the map, is the map loaded into chunks or is it just preloaded, the whole area is loaded at once Makign all the objects in the area visible?
Would it be possible to where the ores on the map, is the map loaded into chunks or is it just preloaded, the whole area is loaded at once Makign all the objects in the area visible?
Veins/Herbs/etc are all game objects. They're received from the server when you're in range and discarded once you're out of range. You can't dump them from the static client files.