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

WorldInfo extension #115

Closed
willneedit opened this issue Mar 3, 2024 · 2 comments
Closed

WorldInfo extension #115

willneedit opened this issue Mar 3, 2024 · 2 comments

Comments

@willneedit
Copy link
Owner

The WorldInfo needs improvement.

  1. WorldCid will be renamed to TemplateCid, with the same meaning.
  2. WorldContentCid will be added, pointing to a list of 3D objects, with their transorm data and additional properties (details TBD)

WorldInfo with WorldContentCid == null means as-is - Template with their names, description, content rating and author name. TemplateCid will atill point to the original template author.

WorldInfo with WorldContentCid != null means a fully decorated - e.g. a furnished cookie-cutter suburbia house. Name, description and permissions can be altered accordingly.

@willneedit
Copy link
Owner Author

Better:

  1. WorldCid stays as-is, pointing to its AssetBundle and Metadata, in its directory,
  2. New name: WorldContent, pointing to a file named "WorldContent.jsom" (or, protobuf?)
  3. ListFile(WorldCid) yields...
  • ...missing: Naked template
  • ...existing: Decorated world
  1. Maybe with another metadata file, or embedded in the WorldContent file.
  • IPFS's directory is organized with MerkleDAG - Copying templates as-is means deduplication. Adding or removing files would be easy, only the root DAG node would be modified, resulting to a changed WorldCid.

  • Removing the WorldContent file would revert the root DAG node, making it possible to expract the original template's WorldCid.

willneedit added a commit that referenced this issue Jun 4, 2024
@willneedit
Copy link
Owner Author

Already done. Changes to WorldInfo are unneccessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant