Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NoRespawning Objects #83

Open
savage13 opened this issue Jul 16, 2023 · 1 comment
Open

Add NoRespawning Objects #83

savage13 opened this issue Jul 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@savage13
Copy link
Contributor

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
Copy link
Member

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

@leoetlino leoetlino added the enhancement New feature or request label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants