Skip to content

Wiki Site Tree

Ballaam edited this page Apr 1, 2025 · 10 revisions

Do NOT edit this page to change formatting. Only update this page if you're adding or removing an article. This controls the native copy of the wiki. Unfortunately this has been spawned from GitHub not offering the ability to read the list of wiki articles from their API.

Updating this page

  • Go to any wiki article on the GitHub wiki, then open the google chrome console, run the following JS command and paste the results into the article list section:
const els = document.querySelectorAll("ul[data-filterable-for='wiki-pages-filter']>li.Box-row>details>summary>div>span>a");
let txt = [];
for (el of els) {
    if (el.innerText != "Home" && el.innerText != "Wiki Site Tree") {
        txt.push(`- ${el.innerText}`);
    }
}
console.log(txt.join("\n"));
  • To update the "New? Starting Here" menu, select entries from the article list. Titles should not be preceded by "- ", sub-categories should. Each category should be separated by a line break.

Article List

  • Advanced Homebrew ROM Header
  • Advanced Platforming
  • All About Hints
  • Archipelago
  • Async Races
  • Bad Browser Extensions
  • Banana Coin Locations
  • Consoles and Emulators
  • Consoles and Emulators: BizHawk DK64 Edition
  • Consoles and Emulators: N64
  • Consoles and Emulators: Parallel Launcher
  • Consoles and Emulators: Project 64
  • Consoles and Emulators: Project 64 4.0
  • Consoles and Emulators: RetroArch
  • Consoles and Emulators: Rosalies Mupen GUI
  • Consoles and Emulators: Wii U
  • Cosmetic Data Packs: Music
  • Cosmetic Data Packs: Textures
  • Creating Cosmetics Data packs
  • Custom Location Lists
  • Dev Docs: Making Instance Scripts
  • Distributions
  • DK64 Randomizer 4.0 Changelog
  • Feature Explanations
  • Feature List
  • General Strategies
  • Glitch Logic
  • Glitchless Ruleset
  • Glossary
  • Lesser known game knowledge
  • Logic Tips and Tricks
  • NSAK Racing Rules
  • Racing Guide
  • Random Helm Door Changes
  • Random Setting Info
  • Random Settings Distributions
  • Recommendations on Music Editors
  • Season 3 Preset Settings and Rules
  • Seed Password Protection
  • Sharing a seed
  • Switchsanity Switches
  • Trackers
  • Using the Program and Patching Information
  • Vanilla CB Logical Move Requirements
  • Vanilla Item Locations

New? Start Here section

Setting up DK64 Randomizer

  • Consoles and Emulators
  • Advanced Homebrew ROM Header
  • Trackers
  • Bad Browser Extensions
  • Archipelago

Logic, Hints and Game Info

  • Logic Tips and Tricks
  • All About Hints
  • Lesser known game knowledge
  • Glitch Logic
  • General Strategies
  • Vanilla Item Locations
  • Custom Location Lists
  • Distributions

Racing and Sharing Seeds

  • Racing Guide
  • Season 3 Preset Settings and Rules
  • NSAK Racing Rules
  • Glitchless Ruleset
  • Async Races
  • Sharing a seed

Custom Music and Cosmetics

  • Creating Cosmetics Data packs
  • Recommendations on Music Editors
Clone this wiki locally