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 whitelisting #35

Open
ghost opened this issue Aug 18, 2020 · 0 comments
Open

add whitelisting #35

ghost opened this issue Aug 18, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 18, 2020

I run a bunch of scripts that spawn random vehicles, containers and AI that I don't want grad-persistence to save because they're transient and they'll be randomly created again on a server reboot. Currently I have to hook into all of those scripts and blacklist all these objects on spawn to prevent grad-persistence from including them in saves.

It would be great to be able to reverse this logic and generate a whitelist of objects - via EHs when the players interact with an object, and then have grad-persistence save only whitelisted objects.

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

0 participants