NX-TAS Switch: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=nx-TAS | |title=nx-TAS | ||
|image= | |image=nxtas.png | ||
|description=Rewrite of TAS-nx. | |description=Rewrite of TAS-nx. | ||
|author=hamhub7 | |author=hamhub7 | ||
| Line 8: | Line 8: | ||
|version=0.1.0 | |version=0.1.0 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nxtas.7z | ||
|website=https://github.com/hamhub7/nx-TAS | |website=https://github.com/hamhub7/nx-TAS | ||
|source=https://github.com/hamhub7/nx-TAS | |source=https://github.com/hamhub7/nx-TAS | ||
Latest revision as of 00:38, 24 April 2023
| nx-TAS | |
|---|---|
| General | |
| Author | hamhub7 |
| Type | Sysmodules |
| Version | 0.1.0 |
| License | GPL-2.0 |
| Last Updated | 2019/09/06 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
| This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
TAS (tool-assisted speedrun or tool-assisted superplay) for the Nintendo Switch.
nx-TAS is fundamentally different than its predecessor, TAS-nx, in that it uses a virtual controller to send inputs instead of changing the inputs of the currently used controller.
Note: NX-TAS is depreciated, check out tas-script.
Installation
You need to have an Atmosphere-injected Switch to use this.
Acquire nx-TAS.nsp either from the latest release, or more preferably build yourself via the instructions here
Create the relevant title directory on your Switch's SD card at:
sdmc:/atmosphere/titles/0100000000000cab/on Atmosphere 0.9.4 or earlier.sdmc:/atmosphere/contents/0100000000000cabon Atmosphere 0.10.0 or newer.
Place the NSP as:
sdmc:/atmosphere/titles/0100000000000cab/exefs.nspon Atmosphere 0.9.4 or earlier.sdmc:/atmosphere/contents/0100000000000cab/exefs.nspon Atmosphere 0.10.0 or newer.
Create an empty file at:
sdmc:/atmosphere/titles/0100000000000cab/flags/boot2.flagon Atmosphere 0.9.4 or earlier.sdmc:/atmosphere/contents/0100000000000cab/flags/boot2.flagon Atmosphere 0.10.0 or newer.
Reboot into CFW.
User guide
Keybinds
You need to have a USB keyboard attached to your Switch, either via the dock or a USB-A to USB-C adapter in the charging port.
Controllers:
1= Pro Controller.2= Pair of Joycons (this adds two controllers; exists for ease-of-use).3= Left Joycon.4= Right Joycon.5= Famicom Controller.6= Famicom Controller with mic.7= NES Controller.8= Unused SNES-style Controller/Pad.-= Remove the most recently added controller.
Scripts:
f1=sdmc:/scripts/script1.txtf2=sdmc:/scripts/script2.txt- ...
f12=sdmc:/scripts/script12.txt
Utilities:
Q= Press L+R on the most recently added controller.W= Press A on the most recently added controller.PAUSE= Pauses and resumes execution of current script.SCROLLLOCK= Stops execution of current script.
Changelog
v0.1.0
- This is the first beta of nx-TAS. Download the zip file and place at the root of your sd card running an atmosphere setup to use nx-TAS. Full instructions in the readme file in the code.