README: fixed certain articulations

This commit is contained in:
niklascfw 2026-06-03 21:30:06 +02:00
parent 40b5d8b15d
commit 8ed7ff6b3f
No known key found for this signature in database

View file

@ -6,17 +6,16 @@
OmniNX ist ein vollständiges Custom-Firmware-Setup für die Nintendo Switch, verfügbar in drei Varianten mit Fokus auf Flexibilität und Modularität. OmniNX ist ein vollständiges Custom-Firmware-Setup für die Nintendo Switch, verfügbar in drei Varianten mit Fokus auf Flexibilität und Modularität.
Vollständige Schritt-für-Schritt-Anleitungen (Varianten, Voraussetzungen, emuMMC, Updates): **[NiklasCFW Docs OmniNX Setup](https://docs.niklascfw.de/switch/omninx/einfuehrung/)** Vollständige Schritt-für-Schritt-Anleitungen: **[OmniNX Setup](https://docs.niklascfw.de/switch/omninx/einfuehrung/)**
## Hekate Vorschau ## Vorschau
![](.pics/preview.gif) ![](.pics/preview.gif)
## Features von OmniNX ## Features von OmniNX
* **Drei Varianten** Standard (voll), Light (minimal) und OC (Overclocking + SaltySD) * **Drei Varianten** Light (minimal), Standard (voll) und OC (Alles aus Light/Standard + Extra Overclocking Tools)
* **Vollständiges CFW-Setup** Sofort einsatzbereit mit Atmosphere, Hekate und wichtigen Tools * **Vollständiges CFW-Setup** Sofort einsatzbereit mit Atmosphere, Hekate und wichtigen Tools
* **Modernes Homebrew-Menü** Sphaira mit OmniNX-Theme und FTP-/MTP-Unterstützung * **Ultrahand** Overlay-Menü und Package-System (OmniNX Downloader, Alchemist, RAM Patcher und weitere...)
* **Ultrahand Reload** Overlay-Menü und Package-System (Alchemist, RAM Patcher, OmniNX Downloader)
* **Vorkonfigurierte Payloads** u. a. APL (Recovery), Lockpick RCM & Pro, TegraExplorer, **[modchip_toolbox](https://github.com/DefenderOfHyrule/modchip-toolbox)**, OmniNX Installer * **Vorkonfigurierte Payloads** u. a. APL (Recovery), Lockpick RCM & Pro, TegraExplorer, **[modchip_toolbox](https://github.com/DefenderOfHyrule/modchip-toolbox)**, OmniNX Installer
* **Sicherheit und Patches** sys-patch, DNS-MitM, USB 3.0 Force * **Sicherheit und Patches** sys-patch, DNS-MitM, USB 3.0 Force
* **Modulare Struktur** Build-Skripte für einfaches Erstellen der Packs * **Modulare Struktur** Build-Skripte für einfaches Erstellen der Packs
@ -123,8 +122,8 @@ OmniNX/
│ ├── standard/ # Standard-Variante (voll) │ ├── standard/ # Standard-Variante (voll)
│ └── oc/ # OC-Variante (Overclocking + SaltySD) │ └── oc/ # OC-Variante (Overclocking + SaltySD)
├── scripts/ # Build-Skripte ├── scripts/ # Build-Skripte
│ ├── build-all.sh │ ├── build-all.sh # macOS / Linux
│ └── build-all.ps1 # Windows PowerShell (optional) │ └── build-all.ps1 # Windows (PowerShell)
├── VERSION # Version (wird in die Packs eingetragen) ├── VERSION # Version (wird in die Packs eingetragen)
└── output/ # Erstellte ZIP-Archive (wird beim Build erstellt) └── output/ # Erstellte ZIP-Archive (wird beim Build erstellt)
``` ```
@ -134,14 +133,18 @@ OmniNX/
### Voraussetzungen ### Voraussetzungen
- **macOS / Linux:** Bash, `zip` - **macOS / Linux:** Bash, `zip`
- **Windows (optional):** [PowerShell](https://learn.microsoft.com/powershell/) 5.1+ oder PowerShell 7 (ZIP ohne externes `zip`) - **Windows:** [PowerShell](https://learn.microsoft.com/powershell/) 5.1+ oder PowerShell 7 (ZIP ohne externes `zip`)
### Alle Varianten bauen ### Alle Varianten bauen
**macOS / Linux:**
```bash ```bash
./scripts/build-all.sh ./scripts/build-all.sh
``` ```
**Windows:**
```powershell ```powershell
.\scripts\build-all.ps1 .\scripts\build-all.ps1
``` ```
@ -197,13 +200,9 @@ Die verwendeten Projekte unterliegen ihren jeweiligen Lizenzen; maßgeblich sind
* **averne** [MasterVolume](https://github.com/averne/MasterVolume) * **averne** [MasterVolume](https://github.com/averne/MasterVolume)
* **NiklasCFW** & **Woody-NX** OmniNX-Pack; [PatchExtractor](https://git.niklascfw.de/OmniNX/PatchExtractor), [swr-ini-tool](https://git.niklascfw.de/OmniNX/swr-ini-tool); Vorgänger NiklasCFW Pack * **NiklasCFW** & **Woody-NX** OmniNX-Pack; [PatchExtractor](https://git.niklascfw.de/OmniNX/PatchExtractor), [swr-ini-tool](https://git.niklascfw.de/OmniNX/swr-ini-tool); Vorgänger NiklasCFW Pack
## Support
* **Discord:** [NiklasCFW Modding Community](https://discord.gg/5rMJ4fWQT3)
<div align="center"> <div align="center">
### Socials ### Socials/Support
[![Discord](https://img.shields.io/discord/733728731432091648?logo=discord&logoColor=white&label=NiklasCFW%20Modding%20Community&color=5865F2)](https://discord.gg/5rMJ4fWQT3) [![Discord](https://img.shields.io/discord/733728731432091648?logo=discord&logoColor=white&label=NiklasCFW%20Modding%20Community&color=5865F2)](https://discord.gg/5rMJ4fWQT3)
[![YouTube Channel](https://img.shields.io/youtube/channel/subscribers/UCdEkFmAShnlE15CCimAwnYg?logo=youtube&label=NiklasCFW&color=ff0000)](https://www.youtube.com/@NiklasCFW) [![YouTube Channel](https://img.shields.io/youtube/channel/subscribers/UCdEkFmAShnlE15CCimAwnYg?logo=youtube&label=NiklasCFW&color=ff0000)](https://www.youtube.com/@NiklasCFW)