zeldamods / objmap-totk

Tears of the Kingdom Object Map
https://objmap-totk.zeldamods.org
GNU General Public License v3.0
47 stars 7 forks source link

Add NoRespawning Objects #83

Open savage13 opened 11 months ago

savage13 commented 11 months ago

The game uses a NoRespawnTag actor in a few places to prevent some material objects from respawning even though other instances of that material do respawn. Below is a complete list of the objects that can only be collected once because of this mechanism (the object map unfortunately doesn't show which objects are linked to these tags). There's another actor NoRespawnTag_ResetBloodyMoon, but that one seems to only be used to prevent Yiga vehicles from spawning without their drivers so I didn't compile a list of those objects

Not_respawning_objects.txt

leoetlino commented 11 months ago

Radar should provide object link data that the client can display as is and/or rely on to determine if an object is linked to a NoRespawnTag. We shouldn't be hardcoding a list of non-respawning objects