Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Releases: D3fau4/NightFall

NightFall 1.1.4: Gotta go fast!

25 Sep 11:22
Compare
Choose a tag to compare

Changelog:

  • Added option to download files to memory.
    • This option is experimental, it may cause memory leaks but downloads will be 2 times faster.
  • Added more stability™.

NightFall 1.1.3: Other small fix

17 Jun 09:03
Compare
Choose a tag to compare

Changelog:

  • Fix download firmware with atmosphere 0.19.3+
  • Added more stability™.

NightFall 1.1.2: Other small fix

14 Dec 20:10
Compare
Choose a tag to compare

Changelog:

  • Update hardware types.
  • fixed a bug that prevented updating if you did not have emummc.
  • Added more stability™.

NightFall 1.1.1: 11.0.0 meme momento

01 Dec 18:30
dee8263
Compare
Choose a tag to compare

Changelog:

  • Now with Japanese thanks to @yyoossk .
  • fixed a bug that crashed when the config file is from old version.
  • Added more stability™.

1.1.0: Offline momento

21 Nov 12:32
Compare
Choose a tag to compare

If you want to create your own server you will have to do a special setup, you can use this tool: NightFall Server

Changelog:

  • Better offline updates. (extract yours firmwares in "/switch/NightFall/Firmwares/someramdonfirmware/*.nca")
  • Now you can delete the folder after install it.
  • Added Spanish
  • Updated borealis.
  • Now you can install updates in patched units if you have Emummc.
  • Added more security™.
  • Added more stability™.

1.0.0

18 Sep 20:19
Compare
Choose a tag to compare

If you want to create your own server you will have to do a special setup, you can use this tool: NightFall Server

Changelog:

  • Release momento
  • Change the name to NighFall
  • Now works offline
  • Added more security™
  • You can install exfat updates or not changing the settings (exfat updates is set enabled by default)
  • Added more stability™

Alpha 2: Now with server.

11 Sep 13:40
Compare
Choose a tag to compare
Pre-release

Alpha

07 Sep 11:06
Compare
Choose a tag to compare
Alpha Pre-release
Pre-release

This is an alpha version soooo everything can go wrong.

if you want update offline in /switch/Sys-Updater/ make a folder named "temp" a put the ncas there

and if you want do online updates you need to do a http server with the next struct

C:.
│   672137336
│   info
│
└───c
    ├───a
    │       [META NCAS HERE]
    │
    └───c
            [PROGRAM, DATA AND PUBLICDATA HERE]

the file "info" have this

{
  "Firmwver": "10.1.0", // the lastest update in the server
  "intfw": "672137336" // same but that is the file name of the json contains all update info
}

and "672137336" is the json that contains all the update information and the file name depends on the firmware version. Check the json of 10.1.0 fw: here

  • I currently want to make my own server but I don't know where to host it, I don't have money to pay for it and I have thought of asking for donations to pay for the server if someone has an idea or wants to offer to host it to let me know by opening an issue.

I am currently making a program to facilitate the creation of the files for the server, it will be finished as soon as possible.