More actions
(Created page with "{{Infobox 3DS homebrew | title = cuteNTR | image = https://dlhb.gamebrew.org/3dshomebrew/cuteNTR.jpeg|250px | type = PC Utilities | version = 0.3.1 | licence = Mixed | author...") |
m (Text replacement - "Category:PC utilities for 3DS homebrew" to "") |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = cuteNTR | |title=cuteNTR | ||
| image = | |image=Cutentr2.png | ||
| type = | |description=A debugger and streaming client for NTR CFW on Linux. | ||
| version = 0.3.1 | |author=BoltsJ | ||
| | |lastupdated=2017/02/15 | ||
| | |type=3DS Streaming | ||
|version=0.3.1 | |||
| | |license=GPL-3.0 | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/cutentr.7z | ||
|website=https://gbatemp.net/threads/release-wip-cutentr-cross-platform-ntr-streaming-client.458789 | |||
|source=https://gitlab.com/BoltsJ/cuteNTR | |||
}} | }} | ||
cuteNTR is intended to be a cross platform debugger and streaming client for NTR CFW for 3DS. | |||
It is written in Qt/C++ and works natively on Linux without wine or mono. | |||
== | ==Features== | ||
* Starting a stream is implemented | * Starting a stream is implemented. | ||
* | * Separate top and bottom | ||
* | * Rescale windows without restarting | ||
* Stream windows can be hidden by setting the scale to zero and re-shown by setting the scale to a nonzero value. | * Stream windows can be hidden by setting the scale to zero and re-shown by setting the scale to a nonzero value. | ||
* Stream settings can be set and will be saved when the stream is launched. | * Stream settings can be set and will be saved when the stream is launched. | ||
* Sending a unversal NFC patch is implemented. | * Sending a unversal NFC patch is implemented. | ||
* Pokemon Sun and Moon 1.1 NFC patch. | * Pokemon Sun and Moon 1.1 NFC patch. | ||
* | * Cross platform code base that will hypothetically run on any system supported by Qt desktop (Windows, macOS, Linux) | ||
== | ==Installation== | ||
* Arch Linux - [https://aur.archlinux.org/packages/cutentr-git/ cutentr-git] | * Arch Linux - [https://aur.archlinux.org/packages/cutentr-git/ cutentr-git] | ||
* Ubuntu packages are available in a PPA. | * Ubuntu packages are available in a [https://launchpad.net/~joenosie/+archive/ubuntu/3ds PPA]. | ||
sudo add-apt-repository ppa:joenosie/3ds | |||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install cutentr | sudo apt-get install cutentr | ||
* Fedora 25 RPM and source RPM available on the [https://gitlab.com/BoltsJ/cuteNTR/tags tags] page. | * Fedora 25 RPM and source RPM available on the [https://gitlab.com/BoltsJ/cuteNTR/tags tags] page. | ||
* Debian and Raspbian Jessie packages are available on the [https://gitlab.com/BoltsJ/cuteNTR/tags tags] page. | * Debian and Raspbian Jessie packages are available on the [https://gitlab.com/BoltsJ/cuteNTR/tags tags] page. | ||
== | ==Screenshots== | ||
https://dlhb.gamebrew.org/3dshomebrews/cutentr3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/cutentr4.png | |||
== | ==Credits== | ||
Icon by Kevin Navia | Icon by Kevin Navia. | ||
Thanks to RattletraPM for his documentation of the stream format. | |||
==External links== | |||
* GitLab - https://gitlab.com/BoltsJ/cuteNTR | |||
* GitHub - https://github.com/BoltsJ/cuteNTR | |||
* GBAtemp - https://gbatemp.net/threads/release-wip-cutentr-cross-platform-ntr-streaming-client.458789 | |||
* Reddit - https://www.reddit.com/r/3dshacks/comments/5p5wrf/poc_cutentr_crossplatform_ntr_streaming_client |
Latest revision as of 04:32, 6 Mayıs 2024
cuteNTR | |
---|---|
General | |
Author | BoltsJ |
Type | 3DS Streaming |
Version | 0.3.1 |
License | GPL-3.0 |
Last Updated | 2017/02/15 |
Links | |
Download | |
Website | |
Source | |
cuteNTR is intended to be a cross platform debugger and streaming client for NTR CFW for 3DS.
It is written in Qt/C++ and works natively on Linux without wine or mono.
Features
- Starting a stream is implemented.
- Separate top and bottom
- Rescale windows without restarting
- Stream windows can be hidden by setting the scale to zero and re-shown by setting the scale to a nonzero value.
- Stream settings can be set and will be saved when the stream is launched.
- Sending a unversal NFC patch is implemented.
- Pokemon Sun and Moon 1.1 NFC patch.
- Cross platform code base that will hypothetically run on any system supported by Qt desktop (Windows, macOS, Linux)
Installation
- Arch Linux - cutentr-git
- Ubuntu packages are available in a PPA.
sudo add-apt-repository ppa:joenosie/3ds sudo apt-get update sudo apt-get install cutentr
Screenshots
Credits
Icon by Kevin Navia.
Thanks to RattletraPM for his documentation of the stream format.