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

Bug Report: Modded stage prop animations do not recognize offsets #2710

Open
echolotl opened this issue Jun 8, 2024 · 0 comments
Open

Bug Report: Modded stage prop animations do not recognize offsets #2710

echolotl opened this issue Jun 8, 2024 · 0 comments
Labels
status: pending triage Involves a bug which has not been reviewed yet.

Comments

@echolotl
Copy link

echolotl commented Jun 8, 2024

What platform are you using?

    • Windows
    • Mac
    • Linux

What version of the game are you using? Look in the bottom left corner of the main menu. (ex: 0.2.7, 0.2.1, shit like that)

0.4.0, 0.4.1

Have you identified any steps to reproduce the bug? If so, please describe them below in as much detail as possible. Use images if possible.

Have a modded Stage Prop, listed in the stage.json file with a offsets field under one or more of the animations, then play the animation using a script.

Please describe your issue. Provide extensive detail and images if possible.

When the stage prop has a filled in offsets field, the game seems to ignore it entirely? Here's an example:

(Starting animation is an Idle animation with offsets of [-1, 0])

No Offsets:

        {
          "name": "singLEFT",
          "prefix": "monsterleft",
          "frameRate": 24,
          "looped": false,
          "flipX": false,
          "flipY": false,
          "offsets": [0, 0]
        },
2024-06-08.15-34-19.mp4

Exaggerated Offsets:

        {
          "name": "singLEFT",
          "prefix": "monsterleft",
          "frameRate": 24,
          "looped": false,
          "flipX": false,
          "flipY": false,
          "offsets": [-20000, 0]
        },
2024-06-08.15-35-07.mp4

(They move downwards but that seems not related to the offsets and rather the camera acting differently from a F5 reload)
F5 reloading or restarting the game entirely have the same effect from testing.
This seems to be the correct way to do this, but if there's another way I'm supposed to be doing it I would love to have that cleared up!!

@echolotl echolotl added the type: minor bug Involves a minor bug or issue. label Jun 8, 2024
@EliteMasterEric EliteMasterEric added status: pending triage Involves a bug which has not been reviewed yet. and removed type: minor bug Involves a minor bug or issue. labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending triage Involves a bug which has not been reviewed yet.
Projects
None yet
Development

No branches or pull requests

2 participants