v11.1 and v11.5

This commit is contained in:
Sun 2018-11-14 22:03:36 -08:00 committed by Nichole Mattera
parent 101976161c
commit 400d843193
88 changed files with 42 additions and 131 deletions

View file

@ -13,5 +13,6 @@ Licenses
* Hekate is licensed under [GPLv2](https://github.com/CTCaer/hekate/blob/master/LICENSE)
* Checkpoint is licensed under [GPLv3](https://github.com/BernardoGiordano/Checkpoint/blob/master/LICENSE)
* Noexes is licensed under [GPLv3](https://github.com/mdbell/Noexes/blob/master/LICENSE)
* Ldn_mitm is licensed under [GPLv2](https://github.com/spacemeowx2/ldn_mitm/blob/master/LICENSE)
All patches made to the original software respect their original license.

View file

@ -9,5 +9,7 @@ sys-netcheat | netcheat sys-module by jakibaki
edizon | EdiZon
appstore | AppstoreNX
Checkpoint | Save File Manager
sdfilesupdater | The SDFilesUpdater homebrew
hbmenu | The homebrew menu
KosmosUpdater | A homebrew for directly updating Kosmos
hbmenu | The homebrew menu
kosmos_toolkit | Homebrew for modifying CFW settings
ldn_mitm | This allows **online** ad-hoc / lan-play for games such as Smash and Mario Kart 8!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

View file

@ -1,13 +1,11 @@
{----- FTP-Server -----}
{Port: 5000}
{Dont run SDFilesUpdater with this!}
[FTP + CFW]
{----- LDN_MITM ----}
[ldn_mitm + CFW]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/required/fs_mitm.kip
kip1=modules/sysftpd/sys-ftpd.kip
kip1=modules/ldn_mitm/ldn_mitm.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk,nogc
kip1patch=nosigchk
atmosphere=1
{ }

Binary file not shown.

View file

@ -8,20 +8,22 @@ import time
modules = ["appstore", "bootlogo", "checkpoint", "edizon", "es_patches",
"hbmenu", "hekate_payload", "must_have", "kosmosupdater",
"sys-ftpd", "sys-netcheat", "sdfiles_toolkit",
"tinfoil"] # Everything that will be merged together
"sys-ftpd", "sys-netcheat", "kosmos_toolkit",
"tinfoil", "ldn_mitm"] # Everything that will be merged together
p2 = "compiled" # How the merged folder should be called
print("""
https://github.com/tumGER/
_____ _____ ______ _ _ _____ _ _ _
/ ____| __ \| ____(_) | / ____| (_) | | |
| (___ | | | | |__ _| | ___ ___| (_____ ___| |_ ___| |__
\___ \| | | | __| | | |/ _ \/ __|\___ \ \ /\ / / | __/ __| '_ \
____) | |__| | | | | | __/\__ \____) \ V V /| | || (__| | | |
|_____/|_____/|_| |_|_|\___||___/_____/ \_/\_/ |_|\__\___|_| |_|
https://github.com/AtlasNX/Kosmos
____ __.
| |/ _|____ ______ _____ ____ ______
| < / _ \/ ___// \ / _ \/ ___/
| | ( <_> )___ \| Y Y ( <_> )___ \
|____|__ \____/____ >__|_| /\____/____ >
\/ \/ \/ \/
By: @_tomGER (tumGER on Github)
By: @AtlasNX (AtlasNX/Kosmos on Github)
It could be that a permissions error will pop up, fix it by restarting the python script! We don\'t really know why that happens!
""") # Fancy stuff
@ -39,4 +41,4 @@ for path in modules:
sbp.Popen(p3,shell=True)
time.sleep(0.1)
print("Done!")
print("Done!")

13
Modules/must_have/BCT.ini Normal file
View file

@ -0,0 +1,13 @@
BCT0
[stage1]
stage2_path = fusee-secondary.bin
stage2_addr = 0xF0000000
stage2_entrypoint = 0xF0000000
[exosphere]
debugmode = 0
debugmode_user = 0
[stratosphere]
; To force-enable nogc, add nogc = 1
; To force-disable nogc, add nogc = 0

View file

@ -1,4 +1,4 @@
[config]
[config]
hbl_tid=010000000000100D
hbl_path=atmosphere/hbl.nsp
override_key=!R
override_key=!R

View file

@ -7,7 +7,7 @@ verification=2
backlight=100
autohosoff=0
{AtlasNX/Kosmos v11.0.1}
{AtlasNX/Kosmos Pre-Release 11.1}
{ }
{Discord: https://discord.gg/qbRAuy7}
{ }
@ -21,15 +21,10 @@ kip1=modules/required/fs_mitm.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk
atmosphere=1
[Fusee / CFW for 6.2]
payload=bootloader/payloads/fusee-primary.bin
{ }
{---- Miscellaneous ---}
[Stock]
[No LayeredFS]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk
atmosphere=1
{ }

Binary file not shown.

View file

@ -3,15 +3,6 @@
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/noexs/noexs.kip1
secmon=modules/required/exosphere.bin
kip1patch=nosigchk
atmosphere=1
debugmode=1
[Noexs + LayeredFS]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/required/fs_mitm.kip
kip1=modules/noexs/noexs.kip1
secmon=modules/required/exosphere.bin

View file

@ -1,36 +0,0 @@
[config]
autoboot=0
autoboot_list=0
bootwait=5
customlogo=1
verification=2
backlight=100
autohosoff=0
{tumGER/SDFilesSwitch v10}
{ }
{Discord: https://discord.gg/qbRAuy7}
{ }
{-- Custom Firmwares --}
[CFW]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/required/fs_mitm.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk,nogc
atmosphere=1
{ }
{---- Miscellaneous ---}
[Stock]
kip1patch=nogc
[No LayeredFS]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk,nogc
atmosphere=1
{ }

View file

@ -1,14 +0,0 @@
{----- FTP-Server -----}
{Port: 5000}
{Dont run SDFilesUpdater with this!}
[SwitchPresence + FTP]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/required/fs_mitm.kip
kip1=modules/sysftpd/sys-ftpd.kip
kip1=modules/switchpresence/switch-rich-presence.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk,nogc
atmosphere=1
{ }

View file

@ -1,14 +0,0 @@
{--- SwitchPresence ---}
[CFW + SwitchPresence]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/required/fs_mitm.kip
kip1=modules/switchpresence/switch-rich-presence.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk,nogc
atmosphere=1
[Stock + SwitchPresence]
kip1=modules/switchpresence/switch-rich-presence.kip
kip1patch=nogc
{ }

View file

@ -1,18 +0,0 @@
{---- sys-netcheat ----}
[CFW + sys-netcheat]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/required/fs_mitm.kip
kip1=modules/sysnetcheat/sys-netcheat.kip
secmon=modules/required/exosphere.bin
kip1patch=nosigchk,nogc
debugmode=1
fullsvcperm=1
atmosphere=1
[Stock + sys-netcheat]
kip1=modules/sysnetcheat/sys-netcheat.kip
debugmode=1
fullsvcperm=1
kip1patch=nogc
{ }

View file

@ -1,11 +0,0 @@
{------ xor.play ------}
[CFW + xor.play]
kip1=modules/required/loader.kip
kip1=modules/required/pm.kip
kip1=modules/required/sm.kip
kip1=modules/xorplay/xor.play.kip
kip1patch=nosigchk,nogc
[Stock + xor.play]
kip1=modules/xorplay/xor.play.kip
kip1patch=nogc
{ }

View file

@ -44,3 +44,5 @@ This handy All-in-One package includes everything you need to run Hekate / Atmos
* [KosmosUpdater](https://github.com/StevenMattera/SDFilesUpdater)
* [Sys-FTPD](https://github.com/jakibaki/sys-ftpd)
* [Checkpoint](https://github.com/BernardoGiordano/Checkpoint)
* [CFW-Settings](https://github.com/AtlasNX/CFW-Settings)
* [Ldn_mitm](https://github.com/spacemeowx2/ldn_mitm/)

View file

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB