forked from Mirrors/OmniNX
README: fixed certain articulations
This commit is contained in:
parent
40b5d8b15d
commit
8ed7ff6b3f
1 changed files with 12 additions and 13 deletions
25
README.md
25
README.md
|
|
@ -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.
|
||||
|
||||
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
|
||||

|
||||
|
||||
## 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
|
||||
* **Modernes Homebrew-Menü** – Sphaira mit OmniNX-Theme und FTP-/MTP-Unterstützung
|
||||
* **Ultrahand Reload** – Overlay-Menü und Package-System (Alchemist, RAM Patcher, OmniNX Downloader)
|
||||
* **Ultrahand** – Overlay-Menü und Package-System (OmniNX Downloader, Alchemist, RAM Patcher und weitere...)
|
||||
* **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
|
||||
* **Modulare Struktur** – Build-Skripte für einfaches Erstellen der Packs
|
||||
|
|
@ -123,8 +122,8 @@ OmniNX/
|
|||
│ ├── standard/ # Standard-Variante (voll)
|
||||
│ └── oc/ # OC-Variante (Overclocking + SaltySD)
|
||||
├── scripts/ # Build-Skripte
|
||||
│ ├── build-all.sh
|
||||
│ └── build-all.ps1 # Windows PowerShell (optional)
|
||||
│ ├── build-all.sh # macOS / Linux
|
||||
│ └── build-all.ps1 # Windows (PowerShell)
|
||||
├── VERSION # Version (wird in die Packs eingetragen)
|
||||
└── output/ # Erstellte ZIP-Archive (wird beim Build erstellt)
|
||||
```
|
||||
|
|
@ -134,14 +133,18 @@ OmniNX/
|
|||
### Voraussetzungen
|
||||
|
||||
- **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
|
||||
|
||||
**macOS / Linux:**
|
||||
|
||||
```bash
|
||||
./scripts/build-all.sh
|
||||
```
|
||||
|
||||
**Windows:**
|
||||
|
||||
```powershell
|
||||
.\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)
|
||||
* **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">
|
||||
|
||||
### Socials
|
||||
### Socials/Support
|
||||
|
||||
[](https://discord.gg/5rMJ4fWQT3)
|
||||
[](https://www.youtube.com/@NiklasCFW)
|
||||
|
|
|
|||
Loading…
Reference in a new issue