CuteNTR 3DS: Difference between revisions

From GameBrew
(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...")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = cuteNTR
|title=cuteNTR
| image = https://dlhb.gamebrew.org/3dshomebrew/cuteNTR.jpeg|250px
|image=Cutentr2.png
| type = PC Utilities
|description=A debugger and streaming client for NTR CFW on Linux.
| version = 0.3.1
|author=BoltsJ
| licence = Mixed
|lastupdated=2017/02/15
| author = BoltsJ
|type=3DS Streaming
| website = https://gitlab.com/BoltsJ/cuteNTR
|version=0.3.1
| download = https://dlhb.gamebrew.org/3dshomebrew/cuteNTR.rar
|license=GPL-3.0
| source = https://dlhb.gamebrew.org/3dshomebrew/cuteNTR.rar
|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
}}
}}
<youtube></youtube>
cuteNTR is intended to be a cross platform debugger and streaming client for NTR CFW for 3DS.


= cuteNTR =
It is written in Qt/C++ and works natively on Linux without wine or mono.
cuteNTR is intended to be a cross platform debugger and streaming client for NTR CFW for 3DS.
 
== Current status ==
==Features==
* Starting a stream is implemented!
* Starting a stream is implemented.
* The top screen and bottom screen are displayed in separate windows.
* Separate top and bottom
* Scaling the windows is implemented, and can be done without restarting the client.
* 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.
* Other game specifice patches are in the works.
* Cross platform code base that will hypothetically run on any system supported by Qt desktop (Windows, macOS, Linux)
[[File:https://i.imgur.com/QrDcHoz.png|screen shot]]
 
== Packages ==
==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].
<pre>sudo add-apt-repository ppa:joenosie/3ds
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
</pre>
* 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.
== [https://gitlab.com/BoltsJ/cuteNTR/wikis/building Building] ==
 
== Copyright ==
==Screenshots==
Copyright (C) 2017 Joseph R. Nosie
https://dlhb.gamebrew.org/3dshomebrews/cutentr3.png
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
https://dlhb.gamebrew.org/3dshomebrews/cutentr4.png
You should have received a copy of the GNU General Public License along with this program. If not, see [http://www.gnu.org/licenses/ http://www.gnu.org/licenses/].
 
=== Icon ===
==Credits==
Icon by Kevin Navia [mailto:kevin@pixelpush.io kevin@pixelpush.io]
Icon by Kevin Navia.
License: [https://creativecommons.org/licenses/by/3.0/ https://creativecommons.org/licenses/by/3.0/]
 
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
 
[[Category:3DS homebrew applications]]
[[Category:PC utilities for 3DS homebrew]]

Latest revision as of 12:46, 3 April 2022

cuteNTR
Cutentr2.png
General
AuthorBoltsJ
Type3DS Streaming
Version0.3.1
LicenseGPL-3.0
Last Updated2017/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

sudo add-apt-repository ppa:joenosie/3ds
sudo apt-get update
sudo apt-get install cutentr
  • Fedora 25 RPM and source RPM available on the tags page.
  • Debian and Raspbian Jessie packages are available on the tags page.

Screenshots

cutentr3.png

cutentr4.png

Credits

Icon by Kevin Navia.

Thanks to RattletraPM for his documentation of the stream format.

External links

Advertising: