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

Prefab API adding every cloned networked prefab to an R2API serializable content pack for no reason #508

Open
Priscillalala opened this issue Nov 24, 2023 · 0 comments

Comments

@Priscillalala
Copy link
Contributor

Prefab API creates a serialized content pack for every mod that wants to clone a networked prefab and adds that prefab to the networked objects collection. This behavior makes no sense because most of these prefabs need to be in the character bodies, masters, projectiles, etc. collections anyway, and because it is needlessly coupling these two things together.

PrefabAPI creating serialized content packs for mods that have no need for them is a needless annoyance.

In my opinion, this should be removed save for maintaining backwards compatibility, because this functionality is already provided by ContentManagement itself. But there should be an option to opt out through PrefabAPI at the very least.
Whole ContentManagement system is off the rocker anyway so this is really just here as a reminder to me and Nebby to work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant