1. Hi guys.
    I'm looking for any mod/app/web that would let me see a heatmap of resources(nodes, trees, crates) spawning on the server map so that I can choose a good base location.

    Any ideas?
     
  2. Never heard of anything that does that. You'd probably end up having to modify RUST:IO but in my eyes that's too much hassle, particularly as I have no idea if it is open source.
     
  3. That wouldn't work, RUST:IO is obfuscated and as far as I know, decentralized. Some vanilla servers offer resource maps, to do so you need a plugin/extension that logs deposits appropriately using OnResourceDepositCreated during map generation.
     
  4. Thanks, but afaik the ResourceDeposit is only responsible for resources gathered by a quarries. I'm trying to get to nodes, trees, barrels etc.. Is there some hook for that other than OnentitySpawned?
    Like some spawning manager?
     
  5. I could be wrong, but those actually correlate to resources in the area.
     
  6. That sounds promising, will take a look into that. Thanks!