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

Asset Lifetime - Crowd Control and Entrance Rando #2756

Open
leggettc18 opened this issue Apr 28, 2023 · 1 comment
Open

Asset Lifetime - Crowd Control and Entrance Rando #2756

leggettc18 opened this issue Apr 28, 2023 · 1 comment

Comments

@leggettc18
Copy link
Contributor

leggettc18 commented Apr 28, 2023

Kenix3
When crowd control is enabled, on scene load, load all the actor objects that crowd control will need. For each actor CC can spawn, if CC is enabled, do not run the actor unload function. On CC unload, we need check if any of the CC spawnable actors have <= 0 actors spawned for that type, then run unload if so.

Enemy randomizer will be treated the same as CC.

@Malkierian
Copy link
Contributor

Once #4652 is merged, this should be very easy to address with a simple extra check against a list of objects and actors that CC needs so that they don't get unloaded if they happen to be in a scene's objects list.

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

2 participants