Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 623 Homebrews mit über 3.213.728 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Schlagwort: usb-loader

Nintendont v5.485

vWii, Wii, Wii: Update ,

FIX94 schiebt ein Nintendont-Update nach.

Nintendont

Mit Nintendont lassen sich GameCube-Spiele von einer SD-Karte oder einer USB-Festplatte abspielen. Funktioniert auch im Wii-Modus der Wii U!

Trifoce-Spiele starten wieder und wenn das MPAL-BIOS erkannt wird und der Video-Modus auf "Auto" gesetzt ist, wird nun im PAL-M-Modus gestartet.

- fixed triforce games not booting after last update
- if the mpal bios is detected and video is set to auto, it will now boot in pal-m mode

Nintendont v5.484

vWii, Wii, Wii: Update ,

FIX94 hat Nintendont aktualisiert.

Nintendont

Mit Nintendont lassen sich GameCube-Spiele von einer SD-Karte oder einer USB-Festplatte abspielen. Funktioniert auch im Wii-Modus der Wii U!

Ein paar Abstürze, u.a. in Mario Party 4, wurden behoben

- updated and compiled with the latest devkitppc r32, libogc 1.8.20 and devkitarm r49-1
- fixed potential issue in arstartdma (issue #595)
- properly fixed mario party 4 crash (issue #437)

WiiFlow Lite v4.4.0 r1161

vWii, Wii, Wii: Update , ,

Fledge68 hat seine Modifikation des USB-Loaders "WiiFlow" aktualisiert.

WiiFlow Lite

Ein hübscher Backup-Loader mit einer CoverFlow-Oberfläche. Aktuelle Modifikation von Fledge68.

WiiFlow Lite lässt sich in eine Wii-VC auf der Wii U injizieren, damit der Loader per Wii U GamePad gesteuert werden kann – das gilt allerdings nur für den Loader, nicht für die Spiele selber! Diese müssen immer noch separat injiziert werden. Die PIN für die Altersbeschränkung kann wieder korrekt per Controller ohne IR eingegeben werden und das Downloaden von Custom Bannern wurde behoben – dazu muss in der "wiiflow_lite.ini" unter "[GENERAL]" die Option "custom_banner_url=" entweder leergelassen oder auf "http://banner.rc24.xyz/{gameid}.bnr" gesetzt werden.

Neben einigen Bugfixes gibt es auch einen neuen Splashscreen.

* code updated to compile with devkitPPC r32 and libogc 1.8.20
* added libwiidrc so now wiiflow lite can be injected in a wii u wiivc game and will run with the wii u gamepad.
* fixed exiting wiiflow lite when in wiivc mode so it doesn't black screen the wii u and require it to be unplugged.
* kept libwupc because it works with my cheap 3rd party wii u pro controller. libogc wii u pro support does not.
* fixed for entering the parental lock code with the wiiu gamepad or any non IR controller.
* fixed downloading custom banners using the link from Larsenv - http://banner.rc24.xyz/{gameid}.bnr
* edit wiiflow_lite.ini under [GENERAL] - either delete this line - custom_banner_url=
* or change it to custom_banner_url=http://banner.rc24.xyz/{gameid}.bnr
* fix the SD only bootup the correct way.
* new splash screen image for wiiflow lite. thanks WesMods!
* now when using 'cache covers' on the home menu it will also cache banners for wii and channel games.
* moved libsicksaxis to wiiflow portlibs folder so it no longer needs to be installed to libogc for wiiflow lite to compile.

WiiFlow Lite v4.4.0 r1150

vWii, Wii, Wii: Update ,

Fledge68 hat WiiFlow Lite aktualisiert und springt ein paar Revisionsnummern nach oben.

DOWNLOAD

Der GameCube Banner-Sound lässt sich deaktivieren und das Downloaden der WiiTDB.zip und Cover sollte wieder einwandfrei funktionieren, ohne, dass sich der USB-Loader aufhängt. Der Cheat-Download wurde auch behoben, allerdings verwendet geckocodes.org eine DDoS-Protection, was bedeutet, dass es nicht sonderlich gut funktionieren wird – besser ist es, die Codes manuell von geckocodes.org herunterzuladen.

Cover lassen sich direkt in den Optionen cachen, was zu schnelleren Ladezeiten im Loader führt – besonders bei vielen ROMs und Spielen ist das sinnvoll. An der Wii selbst dauert das allerdings etwas länger, weshalb man das Ganze auch am PC mithilfe von Wiimpathys "CreateCache" tun kann!

Neben etlichen Bugfixes sucht WiiFlow Lite auch nicht mehr nach allen Geräten, wenn nur eine SD eingesteckt ist, was die Startzeit DEUTLICH verringert! Den umfangreichen Changelog findet ihr direkt hier unten.

Changelog

-removed sd only arg and replaced it with eisteinx2's code to detect sd only. with slight change because mountall() is called in other places.
-fixed font glyph x spacing so letters like W no longer bleed into or look like they connect to the next letter. also fixes letters like j's. thanks to usbloader gx freetypegx code.
-changed some font sizing. but had to make button fonts in bold. if not bold then sometime's the text would fade out and be hard to read. something to do with the wiiflow button images being transparent. has no effect on non transparent buttons like carbonik abz theme.
-fixed wfl so time and date in games is correct. thanks aphirst!
-now unloading theme.ini from mem after all buttons and labels are created. this is possible since coverflow.ini is now seperate from theme.ini.
- other minor code changes and rem's put in for easier code decyphering.
-added flash screen image to appear before wiiflow wait animation. i hope the image isn't too big to cause problems with wfl.
-added 'noflash' arg for meta.xml if you don't want the flash screen image to appear. and no i can't make it load a image from a folder. it must be compiled in the code.
-added 'sdonly' arg for meta.xml for those of you that have everything on SD and hate the 20 second wait for wiiflow to search for usb devices. thanks einsteinx2!
-added meta.xml args support. meaning when a homebrew boot.dol or elf is launched the meta.xml (if exist) will be read for arguments and those args sent when the app is launched. this fixes the issue of custom wait images when changing themes.
-added spanish translation file 'spanish.ini'. thanks to ravmn for sending it to me!
-other minor changes, mainly remarks added for myself.
-added meta.xml args for custom wait message images. waitdir= for full path to folder containing the images. and waitloop if you want the images to play and repeat otherwise the images move forward and backward.
-added widescreen fix just for wait images. may attempt more as time goes by.
-fixed a small thing i forgot in the last commit for cache covers.
-added ability to cache covers. just select your source then go to home menu and click cache covers. it will go thru your current game list and convert the covers to wfc cache files. needed mainly for if you add a bunch of roms and cover pngs for a plugin. or if you for some reason need to remake the wfc files for all your wii or gc games. note using wiimpathy's wfc conv 0.1 on your pc is still a faster option.
-fixed small banner frame (carbonik abz theme) hiding when switching to full banner.
-fixed music title display to use word wrap if wanted.
-fixed issue with emu nand path string.
-recoded cheats download. it should work but geckocodes.org now uses some browser check which prevents downloads on wii. either manually download via pc or get abz's master pack which contains a lot of cheats.
-added comments and minor changes to wait message code.
-fixed downloading covers. it works for me although occasionally stalls during downloading a cover. it could be my home network dropping the connection. Also i didn't try downloading more than 4 covers.
-fixed downloading wiitdb.zip.
-downloading banners should work but no one has them hosted anywhere. larsenv has them hosted on github but its https which doesn't work. it must be http.
-fix to only reset categories when a new gamelist is needed unless a source menu btn has already set categories.
-fix for categories menu since updating to ppc r30
-added einsteinx2's gamecube settings for playing gamecube banner sounds and gamecube default sound. with these you can enable/disable the gc banner sound when selecting a game.
play_banner_sound and play_default_sound in the [GAMECUBE] section of wiiflow_lite.ini
-added sidecovers and shortcovers magic number wild cards (xx).
sidecovers = 513053xx
shortcovers = 51304dxx
the last 2 chars (xx) can be any hex char (0 - f). this is mainly for the quakegx mod plugin but can be used for other plugins that might need side or short covers provided they aren't already in use.

WiiFlow Lite v4.4.0 r1138

vWii, Wii, Wii: Update

fledge68 beglückt uns mit einem neuen Update für seine WiiFlow-Modifikation.

DOWNLOAD

Die Spieltitel werden wieder korrekt angezeigt und beim Wählen eines Source-Buttons mit mehreren Magic-Numbers wird das letzte Layout gespeichert. Ferner wurde versucht, den Cover-Download von GameTDB zu beheben – früher ist dieser oft hängengeblieben; jetzt allerdings scheint er zu funktionieren, jedoch wird WiiFlow bei der Rückkehr in den Coverflow abstürzen. Ein Neustart genügt aber, damit die Cover angezeigt werden.

* fixed flow lists game titles so all titles show and are alphabetized. a strange issue that appeared last commit.
* now if you select a single source button that has multiple magic numbers it will remember the flow layout you selected.
* attempted to fix cover downloading since last commit. now covers should download but when you go back to main screen with coverflow wfl crashes. but restarts in 10 seconds with the covers ready. if anyone can fix this please let me know.

WiiFlow Lite v4.4.0 r1137

vWii, Wii, Wii: Update , ,

Fledge68 hat seine WiiFlow-Modifikation aktualisiert.

DOWNLOAD

Diese Version bringt lediglich Änderungen unter der Haube mit sich. So wurde der Loader nun mit DevkitPPC r29-1 und libOGC 1.8.17 kompiliert und einige Bibliotheken auf den neuesten Stand gebracht. Auch wurde ein Fehler im Cheat-Menü behoben, bei dem Cheats mit einem Apostroph im Namen nicht richtig angezeigt wurden.

* now compiled with devkitpro ppc r29-1 and libogc 1.8.17
* updated libcustomfat and libvorbis thanks to GreyWolf
* updated libturbojpeg thanks to Fix94
* fixed cheat menu so cheat names with apostrophe's display properly

WiiFlow Lite v4.4.0 r1136

vWii, Wii, Wii: Update ,

Fledge68 hat seine Modifikation von WiiFlow aktualisiert.

DOWNLOAD

Das Ändern des Verzeichnisses von Gamecube-Spielen wurde behoben und das Auswählen des NAND-Typs (echter NAND, EmuNAND, beide) wurde verbessert. Zudem lassen sich jetzt Homebrews vom Plugin-Menü aus starten (dazu müssen die neuen Plugins heruntergeladen werden).

* fixed changing gamecube games directory and path.
* changed selecting nands type. now only use one source button or the channels.ini plugin for nand channels. goto config settings pg3 to change the nand type - real, emu, or both. this setting will stay that way till you change it. if using old source buttons they will both function the same.
* added homebrew plugin ini. so now theres wii, gamecube, channels, and homebrew plugin ini files to put in wiiflow/plugins folder and then you can use the plugin select menu as a source menu. you can also add their magic numbers to source buttons and combine them with plugins.
* added support for quakegx mod plugin by oibaff6 and args support added by wiimpathy.

USB Loader GX v3.0 r1267

Wii, Wii: Update

Cyan hat den USB Loader GX aktualisiert.

DOWNLOAD

Nintendont wird jetzt als Standard Gamecube-Backup-Loader für neue Installationen eingestellt und die Nintendont-Videoskalierung kann nun für jedes Spiel einzeln angepasst werden. Ferner lassen sich mit der integrierten Altersbeschränkung die Layout-Einstellungen sperren.

* Set Nintendont as default gamecube mode for new loader install.
* Set the Nintendont video scale option on 2 lines.
* Added the Nintendont video scale option to individual game settings.
* Added parental control option to block change of loader's Layout (requested)
* Updated Language : FR, PT-BR, IT

USB Loader GX v3.0 r1265

vWii, Wii, Wii: Update ,

Cyan hat nach knapp einem Jahr dem USB Loader GX ein Update spendiert.

DOWNLOAD

Die Open-Source-Version des Homebrewkanals lässt sich jetzt booten und Banner von einem EmuNAND mit einem langen Pfad werden nun korrekt angezeigt. Außerdem wurden die Nintendont-Einstellungen für Classic-Controller-Rumble und dem Gamecube-IPL/-"BIOS" hinzugefügt. Ansonsten wurden nur Librarys aktualisiert, damit sich der Loader mit dem aktuellsten devkitPPC und libogc kompilieren lässt.

v3.0 r1265:
* Added 2 new Nintendont settings (CC Rumble and IPL choices). (Greywolf)
* Updated all the sources to compile with devkitPPC r28 and r29-1. (Greywolf)
* Fixed loading banners from EmuNAND with a long path. (Greywolf)
* Updated Libcustomfat to 1.1.1 + Ustealth. (Greywolf, Cyan)
* Added support for Open source HBC TitleID.

v3.0 r1264:
* Updated Libcustomfat to 1.1.1 + Ustealth. (Greywolf, Cyan)
* Updated devkitpro libraries to DevkitPPC r29-1, libogc 1.8.16
* Updated Libvorbis in devkitpro libogc. (Greywolf)
* Updated libfat in devkitpro libogc to 1.1.1 + Ustealth patch

v3.0 r1263:
* Updated tinyXML to tinyXML2 v4.0.1 (GreyWolf)

WiiFlow Lite v4.4.0 r1135

vWii, Wii, Wii: Update , ,

Fledge68 hat seine WiiFlow-Modifikation aktualisiert.

DOWNLOAD

Gamecube-Spiele im CISO-Format werden nun angezeigt und lassen sich starten – ein Banner wird dafür allerdings nicht angezeigt; hierfür ist ein eigenes notwendig. Für die vWii kann zum Zurückkehren der "Zurück zum Wii U-Menü" Kanal ausgewählt werden und die Optionen "BootMii" und "PriiLoader" wurden auf der vWii entfernt, da die beiden dort nicht laufen (die Installation von PriiLoader führt sogar zu einem Brick).

Wenn in der wiiflow_lite.ini unter "[GENERAL]" die Option "random_select" auf "yes" gesetzt wird, kann im Hauptbildschirm B gehalten und Minus gedrückt werden, damit der Loader automatisch ein Spiel auswählt, aber nicht automatisch bootet (so wie es der normale WiiFlow tut). Ferner wurde der EmuNAND-Code etwas überarbeitet (für die vWii haben wir übrigens eine Anleitung, wie man SNEEK dort einrichtet).

- fixed gc ciso games to show and launch via WFL. thanks CokeCookie for getting me to fix it. note banners do not show for ciso games unless you use a custom gc banner.
- added (for wii u vwii) to be able to select Wii U channel as the exit to choice either via main cfg pg 4 exit to option or home menu>exit to menu and select wii u menu.
- removed priiloader and bootmii as exit to options when on wii u vwii
- added random select game option. manually edit wiiflow_lite.ini and under [GENERAL] set "random_select" to yes then while in wiiflow lite main screen hold B and press '-' to have WFL random select a game instead of random boot a game.
- removed region change from savenand emulation types. why? because according to overjoy's commit he said it didn't work yet. it was for a future version of d2x cios when davebaol added it to d2x cios. i looked at all the d2x cios commits from that date to present and didn't see that it was ever added. if i'm wrong someone let me know and i will add it back into wfl.
- made some small bootup changes in case of errors on bootup.
- made some changes to the way wiiflow lite handles emunand switching and other minor emunand code editing.

Nintendont v5.455

vWii, Wii, Wii: Update , ,

nintendontFIX94 behebt weitere Probleme in Nintendont.

DOWNLOAD

Diese Version bekommt hoffentlich einige Boot-Probleme in den Griff. Einige User berichten immer noch von Fehlern – wer also das Wii U GamePad nicht nutzen will, kann auch auf eine alte Version (v4.451) vor den ganzen GamePad-Änderungen zurückgreifen.

pushed new version that hopefully resolves some boot issues

Nintendont v5.453

vWii, Wii, Wii: Update , ,

nintendontFIX94 hat ein größeres Nintendont-Update veröffentlicht.

DOWNLOAD

Das Wii U GamePad kann jetzt zur Steuerung für Spieler 1 verwendet werden – doch bevor ihr euch zu früh freut, lasst euch sagen, dass Nintendont dazu in einen Wii-VC-Titel injiziert werden muss. Zudem funktionieren die Spiele damit momentan nur von einer SD-Karte.

Was ihr dazu tun müsst, erfahrt ihr im GBATemp-Thread. Die fw.img kann mit dem Patcher von Leseratte gepatcht werden (Trucha, HW_AHBPROT, HW_MEMPROT, GamePad Cache Flush und Nintendont-Patch). In Zukunft wird es hoffentlich einen Wii-U-Forwarder geben, damit der VC-Titel nicht immer aktualisiert werden muss.

v5.453:
- fixed possible loader crash

v5.452:
-reworked how nintendont gets booted, hopefully everything that worked still works
This massive change allows bootup inside a WiiU Wii VC title, so the WiiU Gamepad can be used as an input for player 1, details on that will be on gbatemp, besides that it should still work exactly as it did in the past on Wii/vWii

WiiFlow Lite v4.4.0 r1134 Patch

vWii, Wii, Wii: Update ,

Fledge68 hat einen Patch für seine WiiFlow-Modifikation veröffentlicht.

DOWNLOAD

Auf der Wii U wurde die Option entfernt, zu BootMii und PriiLoader zu booten, da diese nicht in der vWii lauffähig sind, aber dafür kann jetzt der "Zurück zum Wii U-Menü" Kanal ausgewählt werden. Wenn in der wiiflow_lite.ini unter "[GENERAL]" "random_select" auf "yes" gesetzt wird, können "B" und "Minus" gleichzeitig gedrückt werden, um ein zufälliges Spiel zu starten. Außerdem wurde der EmuNAND-Code etwas verbessert.

- added for wii u vwii to be able to select wfl exit to Wii U channel either via main cfg pg 4 exit to option or home menu>exit to menu select wii u menu. Also removed priiloader and bootmii as exit to options when on wii u vwii
- added random select game option. manually edit wiiflow_lite.ini and under [GENERAL] set "random_select" to yes then while in wiiflow lite main screen hold B and press '-' will random select a game instead of random boot a game.
- removed region change from savenand emulation types. why? because according to overjoy's commit he said it didn't work yet. it was for a future version of d2x cios when davebaol added it to d2x cios. i looked at all the d2x cios commits from that date to present and didn't see that it was ever added. if i'm wrong someone let me know and i will add it back into wfl.
- made some small bootup changes in case of errors on bootup.
- made some changes to the way wiiflow lite handles emunand switching and other minor emunand code editing.