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

Make Travel Restrictions configurable #1733

Open
kamronbatman opened this issue Apr 16, 2024 · 1 comment
Open

Make Travel Restrictions configurable #1733

kamronbatman opened this issue Apr 16, 2024 · 1 comment

Comments

@kamronbatman
Copy link
Contributor

kamronbatman commented Apr 16, 2024

Currently travel restrictions are hard coded into a multi-dimensional array of booleans. We should fix this.

Potential options:

  1. A world-serialized configuration system that can be manipulated in-game by staff using PropsObject gumps by a command.
  2. A json configuration file.

For #1, we have the first go at a configuration system here: #653. That system was geared toward spawners and loot, not a general configuration system.

@serheygmailcom
Copy link

maybe just move responsibility to Regions?

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