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

Support setting custom SCAN for objects #64

Open
Miepee opened this issue Jun 14, 2024 · 0 comments
Open

Support setting custom SCAN for objects #64

Miepee opened this issue Jun 14, 2024 · 0 comments

Comments

@Miepee
Copy link

Miepee commented Jun 14, 2024

Providing a way to set the Scan File used for entities would be nice.
something akin to

"12456789": {
  "scanEntry": {
    "strg": [
        "This is Bob",
        "Names",
        "Bob likes to hydrate regularly. Be like Bob."
    ],
    "scanSpeed": 10,
    "logbookCategory": 0,
    "critical": true,
    "images": [
      {
        "textureID": 987654321,
        "appearancePercentage": 0.01,
        "imagePosition": 1,
        "width": 0,
        "height": 0,
        "interval": 0.0,
        "fadeDuration": 0.0
      },
      // repeat for all 4 images
    ]
  }
}
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

1 participant