Git Product home page Git Product logo

ntrview-wiiu's Introduction

ntrview

A Wii U client for NTR CFW's RemotePlay.

No fancy features.

Configuration

ntrview uses a .ini file at sd:/wiiu/apps/ntrview/ntrview.ini. Here's a sample file:

[3ds]
ip=10.0.0.45
priority=1
priorityFactor=5
jpegQuality=80
QoS=18

[display]
background_r=0x00
background_g=0x00
background_b=0x00

ip is the IP address of your N3DS, while priority, priorityFactor, jpegQuality and QoS are standard NTR CFW options. If you're looking for values to try, you could check out the presets included with Snickerstream - the sample file here uses Preset 1.

If you'd like better performance they try going with Preset 5 which would look like this:

[3ds]
ip=10.0.0.45
priority=1
priorityFactor=8
jpegQuality=50
QoS=26

background_* are the RGB background colour behind the 3DS image, which peeks through because of the 3DS's 15:9 aspect ratio.

ntrview has a set of sensible defaults, that you can read in main.cpp. Therefore, a minimal config file only needs to set the 3DS IP:

[3ds]
ip=192.168.192.15

Here's some other snippets you might want to include in your configs:

[profile:0]
layout_1080p_tv_top_x=20
layout_1080p_tv_top_y=180
layout_1080p_tv_top_w=1200
layout_1080p_tv_top_h=720

layout_1080p_tv_btm_x=1260
layout_1080p_tv_btm_y=420
layout_1080p_tv_btm_w=640
layout_1080p_tv_btm_h=480

layout_drc_top_x=227
layout_drc_top_y=0
layout_drc_top_w=400
layout_drc_top_h=240

layout_drc_btm_x=267
layout_drc_btm_y=240
layout_drc_btm_w=320
layout_drc_btm_h=240

The layout_ options control where the top and bottom screens are drawn. In the example given, the bottom screen will be drawn on the TV at coordinates (1260,420) of size 640x480. The TV might use layout_1080p_tv, layout_720p_tv or layout_480p_tv depending on what resolution the console is set to. The Gamepad always uses 480p.

Sample

If you're a little confused, but would like to err on the side of caution, here's a sample you can play with:

[3ds]
ip=10.0.0.45
priority=1
priorityFactor=5
jpegQuality=80
QoS=18

[display]
background_r=0x00
background_g=0x00
background_b=0x00

[profile:0]
layout_1080p_tv_top_x=20
layout_1080p_tv_top_y=180
layout_1080p_tv_top_w=1200
layout_1080p_tv_top_h=720

layout_1080p_tv_btm_x=1260
layout_1080p_tv_btm_y=420
layout_1080p_tv_btm_w=640
layout_1080p_tv_btm_h=480

layout_drc_top_x=227
layout_drc_top_y=0
layout_drc_top_w=400
layout_drc_top_h=240

layout_drc_btm_x=267
layout_drc_btm_y=240
layout_drc_btm_w=320
layout_drc_btm_h=240

I'm aware that this part of the README sucks, if anyone wants to write better documentation or a Wiki or make tutorials or whatever I'd very much appreciate that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.