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

Teleportation bug at beginning of game #1909

Open
kerizane opened this issue Jun 5, 2023 · 6 comments
Open

Teleportation bug at beginning of game #1909

kerizane opened this issue Jun 5, 2023 · 6 comments

Comments

@kerizane
Copy link
Collaborator

kerizane commented Jun 5, 2023

After the opening cutscene I was left in the players bedroom with no player character. I was able to open and close the menu, but wasn't able to move. I may have been mashing some keys at the time.
My character was female (probably not relevant).

The broken save file is attached.

slot3.zip

@JaskRendix
Copy link
Collaborator

JaskRendix commented Jun 6, 2023

I may have been mashing some keys at the time.

It doesn't help. Details missing in the bug reporting:

  • the scenario is Spyder
  • the person reporting has chosen a female sprite (gender choice done)
  • the person reporting has chosen a budeye (monster choice done)

So probably it (the person) didn't interrupt anything, but pressed somehow, somewhere, escape.

@kerizane
Copy link
Collaborator Author

kerizane commented Jun 6, 2023

There used to be a bug where walking whilst teleporting would cause a similar issue, where your sprite would be out of bounds. The coordinates in the save file look correct, though.

@JaskRendix
Copy link
Collaborator

JaskRendix commented Jun 6, 2023

the coordinates in the savegame are wrong (bedroom is smaller):

    "tile_pos": [
        26,
        11
    ],

if you replace it with 3,4, everything works fine. I have no idea how the player could have ended up in 26,11.

26,11 doesn't pop up anywhere in the code

@kerizane
Copy link
Collaborator Author

kerizane commented Jun 6, 2023

I think 26, 11 is the value I manually entered after the glitch happened. I thought I took that from a working file, but must have down something wrong.

Then this is probably the same error as a while back.

@JaskRendix
Copy link
Collaborator

I don't know, because it would have been popped up before. This is where the player is headed after the Mart scene:
<property name="act122" value="transition_teleport spyder_bedroom.tmx,3,4,0.3"/>
I tracked down the teleport, but I didn't notice anything weird.
I tried to click other keys while teleporting, but nothing happened.

@JaskRendix
Copy link
Collaborator

JaskRendix commented Jun 9, 2023

I don't know, each time I read the title of this issue, it doesn't sound right. The game doesn't freeze if you can open the menu. Although there are no clues it's the "old" not reproducible glitch, then it can be corrected with "teleport glitch".

@kerizane kerizane changed the title Game freeze at start of game Game breaking teleportation bug at beginning of game Jun 10, 2023
@kerizane kerizane changed the title Game breaking teleportation bug at beginning of game Teleportation bug at beginning of game Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants