smashbroshaxer/readme.md

65 lines
1.5 KiB
Markdown
Raw Normal View History

2016-07-24 09:31:03 +02:00
smashbroshaxer
================
simple script that aids in executing smashbroshax under Linux.
2016-07-25 21:03:39 +02:00
smashbroshax allows you to run Homebrew on your Nintendo 3DS.
for further information efer to:
* [smashbroshax page](https://github.com/yellows8/3ds_smashbroshax)
* [3DS Homebrew start](https://smealum.github.io/3ds/)
2016-07-24 09:31:03 +02:00
Requirements:
2016-07-24 22:22:49 +02:00
================
2016-07-25 21:03:39 +02:00
* Super Smash Bros for 3DS
2016-07-25 17:35:46 +02:00
* Retail up to 1.0.8 (Retail 1.1.0 does not work)
* Digital up to 1.1.2
* Demo not supported (anymore)
2016-07-24 09:31:03 +02:00
* Linux (x86/x86_64)
* Gtk+ 3
* sudo
2016-07-24 22:47:34 +02:00
* xterm
2016-07-24 09:31:03 +02:00
Usage (interactive mode):
2016-07-24 22:22:49 +02:00
================
* run script
2016-07-24 09:31:03 +02:00
* select wifi device
* select game version
* click 'hax my smash'
* enter your password in terminal
2016-07-24 09:31:03 +02:00
* in game go to Smash > Group
* ... profit?
Usage (non-interactive mode):
2016-07-24 22:22:49 +02:00
================
2016-07-24 12:37:34 +02:00
* smashbroshaxer wifi-interface pcap-file
* enter your password in terminal
* in game go to Smash > Group
* ... profit?
2016-07-24 22:22:49 +02:00
ChangeLog:
================
3.0 (20160724):
* switch to channel 6 (should do stuff faster)
* reset wifi interface after work is done (brings back interwebs)
2016-07-24 22:47:34 +02:00
* display short info strings in terminal windows
* use xterm instead of x-terminal-emulator
2016-07-24 22:58:53 +02:00
* some terminals like Konsole need extra arguments (--nofork)
* to properly work as desired, thus enforce xterm so that I
* don't have fiddle around with that stuff
2016-07-24 22:22:49 +02:00
* add new payloads:
2016-07-24 22:58:53 +02:00
* US 1.0.1
* EU-JAP 1.0.1
* KOR 1.0.8
* KOR 1.1.0
2016-07-24 22:22:49 +02:00
2.0 (20160724):
* internal improvements
* string changes
* non-interactive mode
* improved layout
1.0 (20160724):
* initial release