More actions
(Created page with "{{Infobox Switch Homebrews |title=Lan Play Curses |image=lanplaycursesswitch.png |description=A Curses based GUI for spacemeowx2's lan-play. |author=HamletDuFromage |lastupdated=2020/03/24 |type=PC Utilities |version=1 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/lanplaycursesswitch.7z |website=https://gbatemp.net/threads/lan-play-curses-a-curses-based-gui-for-spacemeowx2s-lan-play.560630/ |source=https://github.com/HamletDuFromage/lan-play-curses...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Lan Play Curses | |title=Lan Play Curses | ||
|image= | |image=lanplaycursesnx.png | ||
|description=A Curses based GUI for | |description=A Curses based GUI for switch-lan-play by spacemeowx2. | ||
|author=HamletDuFromage | |author=HamletDuFromage | ||
|lastupdated=2020/03/24 | |lastupdated=2020/03/24 | ||
|type= | |type=Network | ||
|version=1 | |version=1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/lanplaycursesnx.7z | ||
|website=https://gbatemp.net/threads/lan-play-curses-a-curses-based-gui-for-spacemeowx2s-lan-play.560630/ | |website=https://gbatemp.net/threads/lan-play-curses-a-curses-based-gui-for-spacemeowx2s-lan-play.560630/ | ||
|source=https://github.com/HamletDuFromage/lan-play-curses | |source=https://github.com/HamletDuFromage/lan-play-curses | ||
|donation= | |donation= | ||
}} | }} | ||
A simple curses GUI for [[switch-lan-play]]. Written for GNU/Linux but should also work on Windows (not tested). | |||
Run it as root/admin since switch-lan-play requires root privileges. | |||
With this you can have the UI running and disconnect/switch servers without having to close the program and type the address again. | |||
==Features== | |||
* Remembers the last server you connected to. | |||
* Offers a server list so you can add servers you keep going back to. | |||
* That's pretty much it. | |||
==User guide== | |||
Place your <code>lan-play client</code>, <code>lan-play-curses.py</code> and <code>servers.json</code> in the same directory (or edit the path yourself) and launch the script. Run it as root/admin: | |||
$ sudo python3 lan-play-curses.py | |||
In <code>servers.json</code>, the name and pmtu fields are optional. Set a pmtu of 500 to play Animal Crossing. Add/remove servers to your liking by following the template. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/lanplaycursesnx.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/lanplaycursesnx2.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/lanplaycursesnx3.png | ||
https://dlhb.gamebrew.org/switchhomebrews/lanplaycursesnx4.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/HamletDuFromage/lan-play-curses | ||
* GBAtemp - https://gbatemp.net/threads/lan-play-curses-a-curses-based-gui-for-spacemeowx2s-lan-play.560630/ | |||
Latest revision as of 12:43, 6 July 2024
Lan Play Curses | |
---|---|
General | |
Author | HamletDuFromage |
Type | Network |
Version | 1 |
License | GPL-3.0 |
Last Updated | 2020/03/24 |
Links | |
Download | |
Website | |
Source | |
A simple curses GUI for switch-lan-play. Written for GNU/Linux but should also work on Windows (not tested).
Run it as root/admin since switch-lan-play requires root privileges.
With this you can have the UI running and disconnect/switch servers without having to close the program and type the address again.
Features
- Remembers the last server you connected to.
- Offers a server list so you can add servers you keep going back to.
- That's pretty much it.
User guide
Place your lan-play client
, lan-play-curses.py
and servers.json
in the same directory (or edit the path yourself) and launch the script. Run it as root/admin:
$ sudo python3 lan-play-curses.py
In servers.json
, the name and pmtu fields are optional. Set a pmtu of 500 to play Animal Crossing. Add/remove servers to your liking by following the template.
Screenshots
Changelog
v1.0
- First Release.