Skip to content

Instantly share code, notes, and snippets.

View NightScript370's full-sized avatar
💭
I may be slow to respond.

NightScript NightScript370

💭
I may be slow to respond.
View GitHub Profile
@NightScript370
NightScript370 / boot_config.ini
Last active June 21, 2016 21:25
Gateway and DSTWO
[BOOTCTR9]
screenEnabled = 1
screenLog = 0
fileLog = 0
key_delay = 1000
boot_splash = 3
boot_splash_image = /arm9loaderhax/image2.bin
screenBrightness = 0x00
[DEFAULT]
payload path = /homebrew/3ds/boot.bin
@NightScript370
NightScript370 / boot_config.ini
Last active June 21, 2016 21:30
A9LH Gateway and DSTWO
;Comments starts with ";" or "#", so you need to remove it first to the
;line actually do something.
[BOOTCTR9]
screenEnabled = 1
screenLog = 0
fileLog = 0
key_delay = 1000
boot_splash = 3
boot_splash_image = /arm9loaderhax/image2.bin
screenBrightness = 0x00
;Comments starts with ";" or "#", so you need to remove it first to the
;line actually do something.
[BOOTCTR9]
screenEnabled = 1
screenLog = 0
fileLog = 0
key_delay = 1000
boot_splash = 3
boot_splash_image = /arm9loaderhax/image2.bin
screenBrightness = 0xFF
[BOOTCTR9]
screenEnabled = 1
screenLog = 0
fileLog = 0
key_delay = 1000
boot_splash = 3
boot_splash_image = /arm9loaderhax/image2.bin
screenBrightness = 0x00
[DEFAULT]
@NightScript370
NightScript370 / boot_config.ini
Created June 26, 2016 17:08
ShadowNAND boot_config.ini
[BOOTCTR9]
screenEnabled = 1
screenLog = 0
fileLog = 0
key_delay = 1000
boot_splash = 3
boot_splash_image = /arm9loaderhax/image2.bin
screenBrightness = 0x00
[DEFAULT]
@NightScript370
NightScript370 / bootmgr.cfg
Created June 26, 2016 18:40
ShadowNAND CTRB9 SaltFW
[general];
timeout=-1;
recovery=7;
default=0;
[theme];
bgTop1=000000;
bgTop2=000000;
bgBottom=000000;
highlight=DCDCDC;
@NightScript370
NightScript370 / bootmgr.cfg
Created June 26, 2016 18:44
ShadowNAND CTRB9 CakesFW
[general];
timeout=-1;
recovery=7;
default=0;
[theme];
bgTop1=000000;
bgTop2=000000;
bgBottom=000000;
highlight=DCDCDC;
@NightScript370
NightScript370 / bootmgr.cfg
Created June 26, 2016 18:46
ShadowNAND CTRB9 Flashcart
[BOOTCTR9]
screenEnabled = 1
screenLog = 0
fileLog = 0
key_delay = 1000
boot_splash = 3
boot_splash_image = /arm9loaderhax/image2.bin
screenBrightness = 0x00
[DEFAULT]
@NightScript370
NightScript370 / downloads.php
Last active June 25, 2017 15:44
Downloads page for MMM
<?php $title = __("Downloads");
$packroot = '/downloads/packs/';
$dlc = '<table class="downloadtable outline margin" id="downloads">
<tr class="header0">
<th style="width: 80px;" class="center">Game style</th>
<th class="center">Name</th>
<th style="width: 140px;" class="center">Downloads</th>