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

[task] research instanced housing #35

Open
francy51 opened this issue Feb 18, 2020 · 2 comments
Open

[task] research instanced housing #35

francy51 opened this issue Feb 18, 2020 · 2 comments

Comments

@francy51
Copy link
Collaborator

Research possible methods with which we could implement instanced housing with the current portal system.

@DX4D
Copy link

DX4D commented Mar 3, 2020

This is related to issue #28
As mentioned in that post:

There are already great 3rd party building solutions like EBS (Easy Build System) that do this job already. I would not consider player building/housing a core feature, so it should be an addon/module/integration.

@DX4D
Copy link

DX4D commented Mar 3, 2020

Ownable Instances could be another option - or a better option (imho) would be Zone Teleporters that require a "key" to be used - then each "key" can link to a particular instance number in that zone. This decouples the zones from depending on the PlayerComponent as the "key" can be stored as a simple integer (or char/int struct if we want categories)

Not meaning a physical key item here btw, the key is just an identifier in the code. (which could easily be attached to a key item too depending on implementation)

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