Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 994 Bytes

readme.md

File metadata and controls

28 lines (22 loc) · 994 Bytes

d4c-emu - Nintendo Content Delivery server emulator

This is my implementation of the nintendo online services made with ASP.NET.

It can currently emulate the following services:

  • sun
  • aqua
  • atumn
  • atum
  • superfly

Usage:

Setup server

To configure the server you have to create a folder where the executable is located called contents and place the ncas there, you also need to copy your keys file in the same folder of the executable.

Setup Switch

You need to use the patch a patch to disable certificate verification you can get it here: exefs_patches by misson20000 and redirect the calls to your server ip (dns redirection, proxy, etc...).

Credits