Settings Editor GUI Wii

From GameBrew
(Redirected from Settings Editor Gui Wii)
Settings Editor GUI
Settingseditorguiwii2.png
General
AuthorJoostinOnline, stfour
TypeUtilities
Version2.0
LicenseMixed
Last Updated2014/02/03
Links
Download
Website
Source
Support Author

Settings Editor GUI is a powerful add-on to postLoader that can also be used independently. With this tool, you can easily customize various settings on your Wii.

Note: You cannot change a setting unless you have changed it at least once in the System Settings.

User guide

Things you can change:

  • Screen resolution.
  • Aspect ratio.
  • Sensor bar position.
  • Sound mode.
  • Wii remote rumble.
  • Screen burn-in reduction.
  • Shutdown mode.
  • Wii remote sensitivity.
  • Wii Connect 24.
  • Internet Settings (boot directly into them).

You can also use custom themes and fonts. There is an example included in the download. If you don't have one on your SD/USB, it will try and use the one from postLoader.

To use a custom font, place "font.ttf" in your SE_theme folder.

How to use present.cfg

The Wii U resets all your vWii settings everytime you launch Wii mode, but with present.cfg you can switch to specific settings with one click of "Load stored settings". The included present.cfg sets everything to 0 (the first value in the menu), but you can customize that with the following settings:

resolution:

  • 0=Interlaced (480i)
  • 1=Progressive (480p)
  • 2=Interlaced (576i)

widescreen:

  • 0=Standard (4:3)
  • 1=Widescreen (16:9)

sensorbar:

  • 0=Bottom
  • 1=Top

soundmode:

  • 0=Mono
  • 1=Stereo
  • 2=Surround

rumble:

  • 0=Disabled
  • 1=Enabled

burnin:

  • 0=Disabled
  • 1=Enabled

shutdown:

  • 0=Full
  • 1=Idle

sensitivity:

  • 0=Minimum
  • 1=Low
  • 2=Medium
  • 3=High
  • 4=Maximum

wc24:

  • 0=Disabled
  • 1=Enabled

exit_to:

  • Enter the title ID for a channel you want it to automatically exit to.
  • Both the 4 (ASCII) and 8 (hexadecimal) forms are acceptable.

Screenshots

settingseditorguiwii3.pngsettingseditorguiwii4.png

Known issues

If Priiloader is set to autoboot or return to anything but the System Menu, Exit To Internet Settings won't work. There is nothing I can do about that.

Changelog

v2.0

  • You can now define settings in ploader/present.cfg and quick-load them. This is paticularly useful on the Wii U, because it resets some of your settings on boot. You can also set what channel to exit to.
  • Updated some of the postLoader code.
  • Changed license to GPL v3.0.
  • Greatly improved the speed of debug logging.
  • Fixed the bug where the wrong resolution was displayed on the Wii U.
  • Improved method for detecting the Wii U (thanks crediar).
  • Updated libruntimeiospatch.
  • Video mode is no longer hidden on the vWii, as it can be used to enable Progressive Scan on Devolution.

v1.9

  • Now works with vWii without a cIOS using runtimeiospatch (thanks Damysteryman/Exelciior).
  • Video Mode and "Exit to Internet Settings" options are hidden in vWii mode since they don't work.
  • Special thanks to driverdis for all his testing on this version. I couldn't have done it without him.

v1.8

  • Added more USB Gecko output code and fixed grlib output not being shown.
  • A fair amount of code cleanup (it's still messy though, lol) and a couple of safety checks (thanks megazig).
  • Decreased size by about 19%.
  • Missing options are no longer hidden. Instead, clicking on them gives the option to load the Wii Settings to set them for the first time.
  • Menus are now fixed width so changing a setting won't resize it.
  • "Loading Wii Settings" and "Returning to System Menu" won't both be displayed if Priiloader is set to autoboot/return to something beside the System Menu.
  • "Loading Wii Settings" comes after the save prompt.
  • Improved exit process.
  • Improved neek detection so it will still be detected if crediar changes the Sneek directory (thanks tueidj).
  • Changed the selection color (themeless) from gray to red.
  • When loading the Wii Settings, you will only be prompted to save if you have made a change to your settings.
  • Compatible-ish with Dolphin (requires recompile with "#define DOLPHIN" uncommented). You still can't load Wii Settings, but there is nothing I can do about that.
  • Now the theme is loaded before the background fades in, so it will fade in any custom background your theme uses.

v1.7

  • Compatible with postLoader4.
  • Fixed fadeout occurring in the wrong order when exiting to Internet Settings.
  • USB Gecko support added (requires source to be recompiled with #define USBGECKO uncommented).
  • Decreased size by 23%.
  • Fixed crashing when checking Priiloader's settings.
  • When exiting in an emunand, the Homebrew Filter option supports old versions as well.
  • Screen fades out before resetting or shutting down Wii.
  • Some code cleanup.
  • Compiled with libogc v1.8.11.
  • Fixed video output being disabled when a selected channel isn't installed.
  • Wii remote power button and POWER/RESET buttons now exit SE GUI
  • When launched from postLoader4's shortcut, SE GUI will only use the pL theme.

v1.6

  • It now uses truetype font instead of bitmap font.
  • You can use your own font with a theme, just put font.ttf in "/ploader/theme/" or "/ploader/SE_theme/".
  • I finally updated the icon. It's much nicer than the old one.
  • grlib/grrlib has been updated.
  • Pressing HOME now exits without saving.
  • Minor code cleanup.

v1.5

  • Updated to work with new motion+ remotes.
  • There is a "Back" button included in the save prompt screen in case you accidentally select Exit to Internet Settings.
  • If Priiloader's "Autoboot" or "Return to" settings aren't "System Menu", Exit to Internet Settings will take you to the System Menu.

v1.4

  • Fixed 576i display for real this time instead of forcing 480i/480p.
  • It now uses a new method to detect an emunand that works with new versions of NEEK.

v1.3

  • Settings Editor GUI now has theme support! It will use whatever theme you have for postLoader, or a custom one if you have it on your SD/USB (example included).

v1.2

  • Wii remote powers down after 1.5 minutes of inactivity.
  • If in an emunand, you can now choose how to exit.
  • Before you load the Internet Settings, you are prompted if you want to save changes.
  • Exits a bit faster.

v1.1

  • It displays properly in 576i.
  • You can now CHANGE to 576i.
  • You can turn WiiConnect24 on and off.
  • Booting into Internet Settings is an option.
  • Cut down loading speed by 50%.
  • Changes Saved message only lasts 1 second instead of 2.
  • Got rid of the text at the bottom since the title and credits are in the meta.xml file.
  • Compiled with libogc v1.8.6 (older) so the Internet Settings option would work.
  • If you are using a wii remote only, the pointer is not displayed if you go outside the valid range (i.e. not pointing at the screen).

v1.0

  • First release.

Credits

  • God for always being there.
  • Wever for testing.
  • FIX94 for testing.
  • Krafter for testing.
  • person66 for testing and making screenshots.
  • PabloACZ for testing.
  • Pob3008 for testing.
  • streamlinehd for testing.
  • Supermasterpig for testing.
  • hvckz for testing.
  • GartimusPrime for testing.
  • Category for testing.
  • Cyan for testing.
  • kylster for testing.
  • darkangel84 for his Dimension theme, which the HacksDen theme is based off of.
  • RobGee789 for making the included HacksDen theme.
  • pepxl for testing.
  • Brenry for testing.
  • highsteve for testing.
  • Rain Stinks and Snivelili for suggestions on the icon.

External Links

Advertising: