-
Notifications
You must be signed in to change notification settings - Fork 246
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
flesh out teleporting for debugging purposes #202
Comments
I could not replicate your bug teleporting to -1, 10, -1. Perhaps for the test profile showing the current coordinates is a good idea because that is the only profile that can teleport by command. What do you mean by "shortcuts"? |
so if for testing purposes, if I need to go to -1,10,-1 often because it's a boss location, I could assign the address "boss" to to the coordinate -1,10,-1 and from then on, I could type teleport boss instead of -1,10,-1 (just to make it easier). and hm, maybe it was a mapping discrepancy between us. if it works now, that's fine. And yeah, current coordinate would only make sense for the test profile. |
I'll take a look at it tomorrow and see what I can do. Trying to finish as many Alpha issues as possible at the moment |
faa3412 prints coordinates on test profile |
Still to be done: Shortcuts |
I will implement this as a "read/add-only" feature in that the shortcuts will be saved in a json file with name and coordinate. Shortcuts will be able to be saved from within the game as a debug command ( |
I'm not positive that this is working 100%. Just wondering if we can go through it's paces and make sure it is. For instance, I tried
teleport-1,10,-1
and it moved me but then I couldn't actually move off that tile.The text was updated successfully, but these errors were encountered: