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

Loading a game causes some errors #44

Closed
LordGolias opened this issue Sep 15, 2017 · 0 comments
Closed

Loading a game causes some errors #44

LordGolias opened this issue Sep 15, 2017 · 0 comments
Assignees
Labels

Comments

@LordGolias
Copy link
Owner

When loading a saved game, there is often already spawned spawns (e.g. locations). Because the load has to erase everything and put them back, e.g. locations became nil and errors pop up.

It would be great to, at load:

  1. stop all existing spawns
  2. stop spawn loop
  3. stop all missions
  4. load game
  5. start spawn loop
  6. start missions

so that there is no error on loading.

The errors may break the spawn loop, causing locations to not be spawned.

@LordGolias LordGolias added the bug label Sep 15, 2017
@LordGolias LordGolias self-assigned this Sep 15, 2017
LordGolias added a commit that referenced this issue Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant