-
Notifications
You must be signed in to change notification settings - Fork 722
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
LADX: Add "boots controls" option #2085
LADX: Add "boots controls" option #2085
Conversation
Actually - don't merge this, it has a bug in multiworld gen, will fix |
We ran into this today:
Might be the bug you were talking about. Bug only present with 2 people running LADX with the boots option on. |
I'd recommend making this PR as Draft then for now. |
I have a one line fix, tested last night. Will push it once I’m home tonight.Sent from my iPhoneOn Dec 3, 2023, at 1:57 PM, Zach Parks ***@***.***> wrote:
Actually - don't merge this, it has a bug in multiworld gen, will fix
I'd recommend making this PR as Draft then for now.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
IIRC I pushed this Sent from my iPhoneOn Dec 3, 2023, at 5:12 PM, ***@***.*** wrote:I have a one line fix, tested last night. Will push it once I’m home tonight.Sent from my iPhoneOn Dec 3, 2023, at 1:57 PM, Zach Parks ***@***.***> wrote:
Actually - don't merge this, it has a bug in multiworld gen, will fix
I'd recommend making this PR as Draft then for now.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hey this is actually not waiting on author please merge it |
@@ -757,7 +757,7 @@ def getLabels(self) -> ItemsView[str, int]: | |||
|
|||
def const(name: str, value: int) -> None: | |||
name = name.upper() | |||
assert name not in CONST_MAP | |||
assert name not in CONST_MAP or CONST_MAP[name] == value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assert name not in CONST_MAP or CONST_MAP[name] == value | |
assert name not in CONST_MAP or CONST_MAP[name] == value, "I'd recommend putting a message here, so that you get more than a mere AssertionError on webhost." | |
What is this fixing or adding?
Adds options for boots controls (open to better names...quick boots?)
How was this tested?
Beyond the work done in the development (incl the better part of a day trying to figure out how to fit it all in LADX's original controls handler, was seriously short one byte), genned a seed and played around some. Feels good.
If this makes graphical changes, please attach screenshots.
Look ma, no boots equipped.