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 635 Homebrews mit über 3.434.372 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

SysDVR v1.0 – Bildschirminhalt der Switch an einen PC streamen

Nintendo Switch, Nintendo Switch: Neu

SysDVR

Überträgt den Bildschirminhalt der Switch auf einen PC.

exelix11 überrascht uns wieder mit einem neuen Systemmodul für die Nintendo Switch, mit dem der Bildschirminhalt, als auch die Audioausgabe an einen PC gestreamt werden können.

Das funktioniert sowohl über WLAN, als auch über USB. Allerdings gibt es einige Einschränkungen:

  • Video-Qualität ist auf 720p@30fps mit h.264-Komprimierung gelocked
  • Audio-Qualität ist auf 16-Bit PCM @ 48 KHz Stereo gelocked
  • Funktioniert nur auf Spielen, die Videoaufnahmen unterstützen!
  • Video und Audio sind zwei verschiedene Streams, die eventuell nach einiger Zeit desyncen
  • Video hat immer eine gewisse Latenz
  • Stream-Qualität ist abhängig von der Übertragungsgeschwindigkeit des WLANs bzw. der Qualität des USB-Kabels
  • Funktioniert nicht wenn gedockt und nur auf Firmware >= 6.0.0
  • Ersetzt KEINE Capture-Card und ermöglicht NICHT "remote-play"!

Eine vollständige Anleitung zur Inbetriebnahme findet ihr auf unserer Download-Seite. Atmosphère/Hekate wird empfohlen.

Ein Video findet ihr auf Twitter.

GodMode9 v1.9.0

3DS, 3DS: Update , ,

GodMode9

GodMode9 ist mehr als nur ein Dateimanager mit vollständigem Zugriff auf das Dateisystem. Es ist das Schweizer Taschenmesser unter den 3DS-Tools!

Der Touchscreen wird jetzt für die Tastatur unterstützt! Wenn der 3DS zugeklappt wird, werden außerdem die Bildschirme ausgeschaltet, um Akku zu sparen. Läuft noch ein Prozess, wird er weiterhin ausgeführt und signalisiert das Abschließen mit dem Blinken der LED! Die Helligkeit kann endlich über das HOME-Knopf-Menü eingestellt werden und Attribute für Verzeichnisse lassen sich ändern. Ferner kann GodMode9 nun DISA und DIFF (.db) Dateien mounten, lesen und schreiben.

Wer immer noch einen Blackscreen beim Start bekommt, sollte auf fastboot3DS als Bootloader umsteigen, da es zu Konflikten mit dem Luma3DS-Bootloader kommen kann.

* [new] Touchscreen support, used for keyboard (manual calibration is possible, but not required)
* [new] LED support, signaling finished operations when the shell is closed
* [new] Detecting shell opened/closed, turn off display to save battery
* [new] Brightness configuration (in HOME menu)
* [new] Support for mounting, reading and writing DISA and DIFF (.db) files (thanks @aspargas2!)
* [new] Allow setting attributes for directories
* [new] Read and write support for gamecart saves (thanks @dratini0)
* [improved] Completely rewritten ARM11 core
* [improved] Countless under-the-hood improvements thanks to @Wolfvak
* [fixed] A metric fuckton of bugfixes (quoting @Wolfvak here)
* [scripting] Allow game icons as preview

nxdumptool v1.1.6

Nintendo Switch, Nintendo Switch: Update , ,

nxdumptool

Mit dem nxdumptool von DarkMatterCore lassen sich Nintendo-Switch-Cartridges und installierte Spiele, Updates und DLCs dumpen und durchsuchen.

Auch mit zu wenig freiem Speicher lassen sich jetzt XCIs und NSPs dumpen – dabei werden wie bei hekate mehrere Parts angelegt, die dann zwischendurch von der SD-Karte auf bspw. den PC verschoben werden müssen. Für Mehrfachoperationen lassen sich einzelne Titel ausschließen und später überspringen, wenn die entsprechende Option aktiviert ist, selbst wenn sich die NSP nicht mehr auf der SD befindet. Zudem lassen sich Einstellungen ex- und importieren. Nicht zu vergessen sind auch die Fehlerbehebungen – so tritt beim Dumpen einer Datei aus dem RomFS eines Updates kein Fehler mehr auf und NSP-Dumps von Titeln mit einem RomFS in der Control-/Manual-NCA funktionieren wieder.

Changelog

* Added sequential dump support: it is now possible to start a XCI/NSP dump procedure even if there's not enough space available in the SD card!
* * No setting has to be modified in order to enable this feature - the application will automatically ask the user if they want to use this mode if there's not enough space for the full dump.
* * At least 1 GiB (2^30 bytes) of free space must be available in order to trigger this feature.
* * A file-based checkpoint system is used to keep track of the already dumped parts (à la Hekate).
* * The part(s) generated in each run must be transferred to a PC before continuing the process - except for the .xci.seq/.nsp.seq files used to keep track of the current dump status.
* * NSPs generated using this method will also include a .nsp.hdr file, which holds the PFS0 header data. The information from this header is filled after writing all the NCAs, thus it is saved as an additional file. This must be used as the first file (placed before .nsp.00) when merging all the parts into a full NSP.
* * The following options are ignored when this feature is triggered:
* * * Split output dump (FAT32 support) (XCI/NSP). File splitting will take place, regardless of the filesystem used by the SD card. Additionally, the creation of a directory with the archive bit set isn't performed with NSP dumps.
* * * Create directory with archive bit set (XCI only).
* * * CRC32 checksum calculation (NSP only). CRC32 checksum calculation is still available for XCI dumps.
* * This feature is not compatible with batch dump operations.
* General changes to batch dump operations:
* * Entries from the summary list displayed in the batch dump menu can now be manually excluded from the dump operation before starting it.
* * * It is possible to disable all entries, enable all entries and/or handpick specific titles from the summary list, thus letting the user further customize the batch dump process.
* * A new option has been added to keep track of previous successful dumps created using batch mode: "Remember dumped titles".
* * * If enabled, a 0-byte file will be created for each successful dump in a separate subdirectory.
* * * These files act as an override: they will make the application skip the titles they represent in later batch mode operations even if the "Skip already dumped titles" option is disabled.
* * * This is specially useful if someone wants to skip titles that have already been successfully dumped using batch mode - even more so if their NSPs have already been moved or deleted from the SD card.
* * * To restore the original behaviour, simply delete the contents from the "BatchOverrides" subdirectory inside "NSP".
* * Free storage space is now properly recalculated after each successful dump during a batch mode operation.
* UI code cleanup:
* * uiDrawString(), uiGetStrWidth() and uiPrintOption() are now compatible with variable argument lists, removing the need to format a string beforehand and pass its variable to any of those functions.
* * Preprocessor definitions are now used to specify RGB colors and for calculating vertical line coordinates, greatly simplifying calls to UI functions.
* * Menu code now properly waits for any user input before drawing changes to the screen.
* * Other minor coordinate fixes.
* The application is now capable of automatically reading/saving dump settings from/to a configuration file.
* The "Split output dump" option is, once again, enabled by default. FAT32 is the recommended filesystem for Switch SD cards if someone wants to use homebrew applications, so it's only logical to do this.
* Filenames for NACP icons in NSPs now properly reflect the NCA ID from its respective content file if it was modified.
* Fixed a bug that prevented to dump a specific file in the RomFS section from any update.
* Fixed a bug in the RomFS block collision check code that prevented to generate NSP dumps from certain titles with a RomFS section in Control/Manual NCAs that falls under an edge case that wasn't being handled properly. Thanks to Zet-sensei for reporting this problem!

[BEENDET] Gewinne einen von 20 RCMloader ONE – in Kooperation mit PS4source.de!

Gewinnspiel ,

In Zusammenarbeit mit PS4source.de verlosen wir 20 RCMloader ONE Dongles!

Der RCMloader ONE ist ein Payload-Injector für die Nintendo Switch, mit dem sich eine CFW starten lässt, ohne einen PC verwenden zu müssen. Er unterstützt mehrere, frei konfigurierbare Payloads, die per Knopfdruck gewechselt werden können. In unserem Test überzeugte er uns und wir zählen ihn als besten Payload-Injector. Unser Fazit war damals:

Der RCMloader ONE ist bisher der hochwertigste Payload-Injector auf dem Markt. Er ist am einfachsten zu bedienen, unterstützt mehrere Payloads auf einmal und die Akkulaufzeit ist beachtlich. Der Jig lässt sich leicht unterbringen, sodass man das "gesamte Komplettpaket" immer bei sich hat, falls man AutoRCM nicht verwenden möchte.

Weiterlesen "[BEENDET] Gewinne einen von 20 RCMloader ONE – in Kooperation mit PS4source.de!"

Lockpick RCM v1.6.3

Nintendo Switch, Nintendo Switch: Update

Lockpick RCM

Liest alle Schlüssel der Switch aus.

In dieser Version wurden Fehler behoben, die beim Lesen der Dateien für Atmosphères sept auftraten. Auch werden einige neue SD-Save-Keys ausgelesen, die aber für Endnutzer uninteressant sind.

v1.6.3:
Fixes bad directory check preventing writing keyfiles

v1.6.2:
Catch uncommon errors reading Sept files. Also added a few new SD Save keys that aren't really useful to anyone except researchers. See LibHac for usage. Reduced size of large module for future expansion.

HiyaCFW Helper v3.5.1

DSi, DSi: Update

Fatcat wird nun anstelle von 7-Zip zum Extrahieren des entschlüsselten NANDs eingesetzt. 7-Zip kommt stattdessen für die HiyaCFW- und TWLMenu++-Archive zum Einsatz.

[Windows] Use fatcat instead of 7-Zip for extracting the decrypted NAND, and use 7za for the HiyaCFW and TWiLightMenu++ archives.

NKit v1.3

vWii, Wii, Wii: Update ,

NKit

NKit repariert GameCube- und Wii-Spiele-Abbilder und kann sie für Dolphin verkleinern. Nicht empfohlen.

Das Konvertieren einer NKit-ISO in eine NKit-GCZ funktioniert wieder und Fehler beim Verifizieren wurden behoben. Bei Pfaden wird außerdem das Home-Verzeichnis des Benutzers vorab eingefügt. Mehr Änderungen findet ihr unten im Changelog.

Changelog

- Added RVT-H Detection. This is not currently supported - An error is thrown and logged
- Fixed NkitReencode. It was always reencoding and not copying the NKit file when converting nkit.iso <-> nkit.gcz
- Fixed Verify not outputting any log detail messages e.g. When a removed Update Partition is required to verify and was not present - no message was output, it just failed
- Moved the SummaryLog to the Processed folder rather than the app folder to make it more obvious
- Added settings home support. ~ at the start of a Path will insert the user's home directory (all OSs)
- Revert To .Net 4.6.1 - mono wasn't handling 4.7.2 very well. The app well be ported to dotnet core 3 soon
- ProcessorApp: Added failure message to log errors (same as cmldline exe output)
- ProcessorApp: Disabled the checkbox for 'Remove and Preserve Wii Update Partitions' when Recovering or Converting to iso
- ProcessorApp: Fixed checkbox for 'Remove and Preserve Wii Update Partitions' not being set on app load
- ProcessorApp: Fixed progress .1.2.3... text alignment in the log output
- ProcessorApp: Fixed the output log being truncated when a partition ID contained a null char

Swiss v0.4 r682

Wii, Wii: Update ,

Swiss auf dem GameCube unterstützt jetzt Serial Port 2 auf den Konsolen, die diesen besitzen! Dafür wird ein kleiner Adapter benötigt. Die Alternate-Read-Patches sind jetzt Standard und wurden neu geschrieben. Sie kommen mit besserer Kompatibilität und Zwei-Disc-Support daher, aber noch ohne Audio-Streaming. Der umfangreiche Changelog kann auf GitHub gefunden werden.

TWiLight Menu++ v10.2.0

3DS, 3DS: Update, DSi, DSi: Update , ,

TWiLight Menu++

Das TWiLight Menu++ sieht aus wie das DSi-Menü und kann in Verbindung mit NDS-Bootstrap DS-Homebrews und DS-Spiele von der SD-Karte abspielen.

Farbkorrekturen für den Splashscreen, das Schnellmenü und das DSi-Theme werden jetzt auf dem DS Phat angewendet und einige kleinere Design-Fehler und sonstige Bugs wurden behoben.

Changelog

What's new?
* retrogamefan: Added AP-patch for Artemis translation of Mugen no Frontier Exceed: Super Robot Taisen OG Saga.
* DS Phat: Color correction is now applied to accommodate DS Phat screens!
* Applies to TWLMenu++ splash, Quick Menu, and DSi theme.
* (May not work on the DS Phat models with 4 brightness levels, even if you can't set them in the console menu (at least without FlashMe).)
* (@Epicpkmn11) DSi/3DS theme: Fading is now faster.
* (@Epicpkmn11) DSi theme: Icons now only drop in once.
* Per request from @Epicpkmn11, per-game settings are now shown for newer homebrew, with the defaults being direct boot and DSi mode.
* (May not work in Acekard theme.)

Bug fixes
* Sleep patch is now forced for DSTT and it's clones, if used on DSi/3DS consoles.
* Quick Menu: Pictochat and Download Play now boot on flashcards.
* DSi/Saturn theme: (Hopefully) Fixed Manual icon being overwritten.
* (@Epicpkmn11) DSi/3DS/Saturn theme: Fixed cheat description crash.
* (@chyyran) akmenu: Fixed corrupt icon when setting unknown banner.

Snes9x GX v4.4.4

vWii, Wii, Wii: Update ,

Snes9x GX

Snes9x GX ist ein exzellenter Super-Nintendo-Entertainment-System-Emulator für die Wii mit einer hübschen, grafischen Oberfläche.

Neben der Unterstützung für den Retrode USB-Adapter lässt sich die aktuelle Uhrzeit im Emulator anzeigen, sowie ein Spiel mit "L+R+START" beenden. Auch wurden die Knopfbelegungen jeglicher SNES-Peripherie und der ZL-Knopf des Wii U GamePads korrigiert. Die Geschwindigkeit des SuperFX2 wurde behoben, sodass "Yoshi’s Island" nicht mehr zu schnell läuft und "Dragon Ball Z Hyper Dimension" zeigt keinen Blackscreen mehr an.

* Added retrode support (thanks revvv!)
* Added L+R+START trigger to go back to emulator
* Added option to show local time
* Fixed buttons for all SNES peripherals (thanks niuus!)
* Fixed bg_preview image (thanks Tanooki16!)
* Fixed ZL button mapping for Wii U GamePad
* Fixed SuperFX2 Core Speed (Yoshi's Island was running too fast)
* Fixed Dragon Ball Z Hyper Dimension black screen
* Reduce compile time by unmacro Tile file

NDS-Bootstrap v0.25.4

3DS, 3DS: Update, DSi, DSi: Update , ,

nds-bootstrap

Spielt in Verbindung mit TWLMenu++ DS-Spiele und -Homebrews von der SD-Karte ab.

Grafische Fehler in einigen Homebrews wurden behoben, indem der Bootloader in die VRAM-Bank D verschoben wird.

Bug fixes (DSi/3DS)
* Fixed bug where first heap function would be patched for a flashcard game loaded into RAM.
* hb: bootloader is now moved to VRAM bank D, to fix graphical glitches in some homebrew.

screen-nx v2.0.0

Nintendo Switch, Nintendo Switch: Update , ,

ShareNX

Lädt Screenshots und Videos auf einen Bilderhoster hoch. Nützlich für gebannte Switches.

Die Homebrew wurde komplett neu geschrieben und erlaubt jetzt, per Konfigurationsdatei einen eigenen Hoster und ein eigenes Theme festzulegen. Enthalten sind die beiden Bilderhoster "lewd.pics" und "0x0.st". Die UI scrollt nicht mehr so langsam und Thumbnails für Videos werden auch angezeigt.

NX Activity Log v0.2.0

Nintendo Switch, Nintendo Switch: Update

NX Activity Log

Ein Aktivitätslog für die Switch! Zeigt an, wann ein Spiel zuerst, zuletzt, wie oft und für wie lange es insgesamt gespielt wurde.

Gelöschte Spiele und die durchschnittliche Spielzeit werden nun angezeigt und die Formatierung wurde angepasst. Außerdem werden nie gespielte Spiele nicht mehr als erstes angezeigt, wenn nach "zuerst gespielt" sortiert wird.

* Deleted games are now shown!
* Average play time per launch is now shown
* Formatting has been improved
* * Everything should now be more readable :)
* Never played games are no longer first when sorting by "First Played"