-
Notifications
You must be signed in to change notification settings - Fork 227
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
Add NXTALE fixes for Xbox version and gamepad #1872
Add NXTALE fixes for Xbox version and gamepad #1872
Conversation
Download the artifacts for this pull request here: GUI:
CLI: |
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
{ | ||
i = 0 | ||
while (i < gamepad_get_device_count())"); | ||
ReplaceTextInGML("gml_Object_obj_time_Create_0", @" |
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.
see above
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.
Not very sure what this has to do with that. The intent is to make the game not pretend a gamepad is there on PC
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
ScriptMessage(@"NXTALE Enabler by Kneesnap | ||
Xbox and gamepad fixes by Dobby233Liu | ||
|
||
NOTE: You're not done yet! |
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.
any reason we cant do this automatically?
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.
I just prepared the files. In case we figure this out, I think we should ask the user if they would like that first.
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Outdated
Show resolved
Hide resolved
to the folder you will save this data file to. | ||
Then use a GMS2 2.2.2-2.2.5 runner to run Undertale. | ||
|
||
Due to button constant changes, you might want to reset |
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.
this sounds less confusing IMO
Due to button constant changes, you might want to reset | |
Due to controller changes, you might want to reset |
Description
Updates RunSwitchOnPC.csx (now RunSwitchAndXboxOnPC.csx)
Caveats
No Underanalyzer support
Notes