In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Txt-read"

From WiiBrew
Jump to navigation Jump to search
m (+hbb)
Line 8: Line 8:
 
| source      = Included
 
| source      = Included
 
| peripherals = {{Wiimote1}} {{FrontSD}}
 
| peripherals = {{Wiimote1}} {{FrontSD}}
 +
| hbb = 1
 
}}'''txt-read''' is a simple app for viewing text files. There is now a readme, which is printed here.
 
}}'''txt-read''' is a simple app for viewing text files. There is now a readme, which is printed here.
  

Revision as of 16:34, 15 August 2008

txt-read
General
Author(s)Muzer, CraZzy, mattgentl
TypeUtility
Version1.0
Links
[[[1]|Download]]
Source
Peripherals
Wiimote1.svg Loads files from the Front SD slot

txt-read is a simple app for viewing text files. There is now a readme, which is printed here.

Please feel free to copy this onto your Wii news site, but please include the whole page.

From The Readme

 ______   __   __   ______            ____     ____        __       __
|      |  \ \ / /  |      |          |  _ |   | ___|      /  \     |  \
|__  __|   \ X /   |__  __|   _____  | |_||   | |__      / /\ \    |   \
  |  |      X X      |  |    |_____| |____|   | ___|    /  __  \   | |> |
  |  |     / X \     |  |            | |\ \   | |__    /  /  \  \  |   /
  |__|    /_/ \_\    |__|            |_| \_\  |____|  /__/    \__\ |__/

README

txt-read is a simple text reader app for the Wii. It can read any file stored in plain text format. It uses the Wii's console, and has all the features you would expect from an app nowadays (Wiimote, Front SD, and Homebrew Channel support). "Me" in this document refers to Muzer

CREATORS HISTORY

txt-read was originally created by Muzer

Then many parts were rewritten by mattgentl

Then many features were added by Muzer

Then it was released

Then CraZzy added a file picker, and CraZzy and Muzer are currently working together.

STEP-BY-STEP

There are many ways to run this app. Once you've run the app, go to the bit marked ***.

Homebrew Channel - SD

Go into the Homebrew Channel folder in this package, and if you don't already have one, copy the apps folder to the SD card. If you do have an apps folder, just copy the txt-read folder into the apps folder.

Homebrew Channel - Wiiload

Go into the root directory of this archive, and type wiiload txt-read.dol. Remember, putting a file as the argument is still supported.

Wii Homebrew Launcher

I have not been following this app since the homebrew channel came out, but when I used it, I had to make a Homebrew folder in the SD card, then make a txt-read folder, then copy txt-read.dol into this folder and rename to boot.dol, and make a title.txt with the name, and title.bmp with an image (NOT INCLUDED)

Twilight Hack

Copy txt-read.dol onto your SD card and rename it to boot.dol

***

OK, now it's booted, it will give you a list of files on your SD card. Find a file that is plain text, and press "A" to load it. Note: To go up one directory, choose ".."

Controls for the file picker

Up and Down - move up or down one file

Left and right - move up or down five files

A - Load file or enter directory (note that while the ".." directory is implemented properly, the "." directory tends to do some random things.)

Home - Quit the app back to whatever you used to load it

Once you've picked your file, the program will do quite a few operations. The two that take any amount of time are counting the number of lines in the file, and loading the file into the Wii's memory. Therefore, there is a rotating line (the | / - \ thing) for the former operation, and a progress bar and percentage for the latter.

After it's loaded (which is usually super-fast for ordinary sized text files) you will see your file. There are a few things you can do here.

Controls for the file viewer

Up and Down - move up or down one line

1 - Return to file select screen, staying in the directory (folder) you were in

2 - Return to file select screen, going back to root, and re-asking argument question if required (see below)

A - Toggle line numbers on or off

Home - Quit the app back to whatever you used to load it

ABOUT ARGUMENTS

If you use a program such as wiiload to load the file, you may specify the file you want as an argument. If you do, the app will ask you whether you want to load it as the file or not. Press 1 for yes and 2 for no.

VERSION HISTORY

All versions starting with "0" are unstable betas.

Older versions are available on Google code under deprecated versions.

0.1: First stable version

0.2: First released version, added code to stop lines longer than the Wii's display width from breaking it.

0.3: Added option to disable line numbers

0.4: Fixed bug where some lines will be missed off the end of files meeting specific requirements

0.5: Added file selector (currently buggy but works) (thanks to CraZzy).

1.0: Finished file selector (partially me, partially CraZzy) - with subdirectories and proper scrolling and skip 5 files feature, added quick usage info, fixed many bugs, added option to toggle numbers, added a return to selector feature, added a progress bar, reinstated support for arguments.

Download

http://code.google.com/p/txt-read/downloads/list

Ideas

Ideas welcome, check the Talk page

Part of the team

In order to become part of the team, you must make a significant contribution to the project. If you want to do this, download the latest svn source before starting work (stuff in the svn should always be functional). A significant contribution can either be one major feature (eg online update, porting to a graphics lib etc), or just loads of little features (eg colours for line numbers, and some more stuff on top of that, especially boring work). Anyone is welcome, and you can add anything you like. Once you've made a new version, you can submit it directly to the svn as long as you are part of the team and have tested it, if not, submit it on my Talk page and I'll look at it shortly.