Skip to content

Wiki Site Tree

Ballaam edited this page Feb 23, 2025 · 13 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

  • To update the article list, go to the GH Wiki home, expand the pages dropdown and then click "show x more pages" button to ensure all pages are populated on the list. 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.

Article List

  • Advanced Homebrew ROM Header
  • All About Hints
  • 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: 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
  • Random Helm Door Changes
  • Random Setting Info
  • Random Settings Distributions
  • Recommendations on Music Editors
  • Season 3 Preset Settings and Rules
  • Sharing a seed
  • Switchsanity Switches
  • Trackers
  • Upcoming Features
  • 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 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
  • 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