More actions
(Created page with "{{Infobox Switch Homebrews |title=nx-TAS |image=nxtasswitch.png |description=Rewrite of TAS-nx |author=hamhub7 |lastupdated=2019/09/19 |type=System Tools |version=0.1.0 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/nxtasswitch.7z |website=https://github.com/hamhub7/nx-TAS |source=https://github.com/hamhub7/nx-TAS |donation= }} {{#seo: |title=Switch Homebrew Apps (System Tools) - GameBrew |title_mode=append |image=nxtasswitch.png |image_alt=nx-TAS }...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | ||
|lastupdated=2019/09/ | |lastupdated=2019/09/06 | ||
|type= | |type=Sysmodules | ||
|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 | ||
|donation= | |donation=https://github.com/hamhub7/nx-TAS#support-the-creators | ||
}} | }} | ||
{{ | {{obsolete}} | ||
TAS (tool-assisted speedrun or tool-assisted superplay) for the Nintendo Switch. | |||
| | |||
nx-TAS is fundamentally different than its predecessor, [https://github.com/hamhub7/TAS-nx 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_Switch|tas-script]]. | |||
==Installation== | |||
You need to have an [https://switch.homebrew.guide/ Atmosphere-injected Switch] to use this. | |||
Acquire nx-TAS.nsp either from the latest release, or more preferably build yourself via the instructions [https://github.com/hamhub7/nx-TAS#building-from-source here] | |||
Create the relevant title directory on your Switch's SD card at: | |||
* <code>sdmc:/atmosphere/titles/0100000000000cab/</code> on Atmosphere 0.9.4 or earlier. | |||
* <code>sdmc:/atmosphere/contents/0100000000000cab</code> on Atmosphere 0.10.0 or newer. | |||
Place the NSP as: | |||
* <code>sdmc:/atmosphere/titles/0100000000000cab/exefs.nsp</code> on Atmosphere 0.9.4 or earlier. | |||
* <code>sdmc:/atmosphere/contents/0100000000000cab/exefs.nsp</code> on Atmosphere 0.10.0 or newer. | |||
Create an empty file at: | |||
* <code>sdmc:/atmosphere/titles/0100000000000cab/flags/boot2.flag</code> on Atmosphere 0.9.4 or earlier. | |||
* <code>sdmc:/atmosphere/contents/0100000000000cab/flags/boot2.flag</code> on 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:''' | ||
< | *<code>1</code> = Pro Controller. | ||
*<code>2</code> = Pair of Joycons (this adds two controllers; exists for ease-of-use). | |||
*<code>3</code> = Left Joycon. | |||
*<code>4</code> = Right Joycon. | |||
*<code>5</code> = Famicom Controller. | |||
*<code>6</code> = Famicom Controller with mic. | |||
*<code>7</code> = NES Controller. | |||
*<code>8</code> = Unused SNES-style Controller/Pad. | |||
*<code>-</code> = Remove the most recently added controller. | |||
'''Scripts:''' | |||
*<code>f1</code> = <code>sdmc:/scripts/script1.txt</code> | |||
*<code>f2</code> = <code>sdmc:/scripts/script2.txt</code> | |||
*... | |||
*<code>f12</code> = <code>sdmc:/scripts/script12.txt</code> | |||
'''Utilities:''' | |||
*<code>Q</code> = Press L+R on the most recently added controller. | |||
*<code>W</code> = Press A on the most recently added controller. | |||
*<code>PAUSE</code> = Pauses and resumes execution of current script. | |||
*<code>SCROLLLOCK</code> = Stops execution of current script. | |||
==Changelog== | ==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. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/hamhub7/nx-TAS | ||
* | * Reddit - https://www.reddit.com/r/TAS/comments/f8t2nc/tas_on_switch/ | ||
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/0100000000000cab
on Atmosphere 0.10.0 or newer.
Place the NSP as:
sdmc:/atmosphere/titles/0100000000000cab/exefs.nsp
on Atmosphere 0.9.4 or earlier.sdmc:/atmosphere/contents/0100000000000cab/exefs.nsp
on Atmosphere 0.10.0 or newer.
Create an empty file at:
sdmc:/atmosphere/titles/0100000000000cab/flags/boot2.flag
on Atmosphere 0.9.4 or earlier.sdmc:/atmosphere/contents/0100000000000cab/flags/boot2.flag
on 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.txt
f2
=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.