├── .gitignore ├── requirements.txt ├── .vscode ├── extensions.json └── settings.json ├── src ├── assets │ ├── 404.png │ ├── favicon.png │ ├── rng_full.png │ └── index.js ├── robots.txt ├── _includes │ ├── randos_list.html │ ├── list.html │ ├── game.html │ ├── rando.html │ ├── series_games.html │ ├── recents.html │ └── series.html ├── series │ ├── Zanac.yml │ ├── Galaga.yml │ ├── Neutopia.yml │ ├── Quest.yml │ ├── Hades.yml │ ├── OMORI.yml │ ├── Sifu.yml │ ├── Hacx.yml │ ├── UFO_50.yml │ ├── Alundra.yml │ ├── Crystalis.yml │ ├── Faxanadu.yml │ ├── Lizard.yml │ ├── Spelunky.yml │ ├── Yume_Nikki.yml │ ├── Freeway.yml │ ├── Goof_Troop.yml │ ├── Pizza_Tower.yml │ ├── Rabi-Ribi.yml │ ├── Tomodachi.yml │ ├── Blood.yml │ ├── Broforce.yml │ ├── Custom_Robo.yml │ ├── Excitebike.yml │ ├── Nier.yml │ ├── ActRaiser.yml │ ├── Chibi-Robo.yml │ ├── Citadel.yml │ ├── Psychonauts.yml │ ├── Rad_Racer.yml │ ├── Raft.yml │ ├── Shadowrun.yml │ ├── Aerobiz.yml │ ├── Darius.yml │ ├── DuckTales.yml │ ├── Grandia.yml │ ├── Ittle_Dew.yml │ ├── Moon_Patrol.yml │ ├── Necropolis.yml │ ├── Starfield.yml │ ├── Yo-kai_Watch.yml │ ├── Bloodborne.yml │ ├── Chained_Echoes.yml │ ├── Homeworld.yml │ ├── Ion_Fury.yml │ ├── Kartia.yml │ ├── Kid_Chameleon.yml │ ├── Left_4_Dead.yml │ ├── Lost_Kingdoms.yml │ ├── Persona.yml │ ├── Pseudoregalia.yml │ ├── The_7th_Saga.yml │ ├── Turok.yml │ ├── VVVVVV.yml │ ├── XCOM.yml │ ├── Alien.yml │ ├── Demons_Souls.yml │ ├── Hylics.yml │ ├── Pathologic.yml │ ├── Blaster_Master.yml │ ├── Castle_Crashers.yml │ ├── Dicey_Dungeons.yml │ ├── Kururin.yml │ ├── Live_A_Live.yml │ ├── Meritous.yml │ ├── Monster_Rancher.yml │ ├── Rayman.yml │ ├── Snowboard_Kids.yml │ ├── Super_Meat_Boy.yml │ ├── The_Sims.yml │ ├── Vagrant_Story.yml │ ├── Zero_Sievert.yml │ ├── Amnesia.yml │ ├── DLC_Quest.yml │ ├── Dokapon.yml │ ├── Elemental.yml │ ├── Gato_Roboto.yml │ ├── Hitman.yml │ ├── Monster_Party.yml │ ├── Muse_Dash.yml │ ├── Pac-Man.yml │ ├── Prey.yml │ ├── Rain_World.yml │ ├── Smash_T.V..yml │ ├── State_of_Decay.yml │ ├── Wargroove.yml │ ├── Adventure.yml │ ├── Milon.yml │ ├── Ninja_Gaiden.yml │ ├── Punch-Out.yml │ ├── Shogun_Showdown.yml │ ├── PowerSlave.yml │ ├── Sekiro.yml │ ├── The_Simpsons.yml │ ├── Yoshi.yml │ ├── Escape_the_Backrooms.yml │ ├── Goemon.yml │ ├── Lisa.yml │ ├── Overcooked.yml │ ├── Uncharted_Waters.yml │ ├── A_Short_Hike.yml │ ├── Captain_Comic.yml │ ├── Deaths_Door.yml │ ├── Godzilla.yml │ ├── Jade_Cocoon.yml │ ├── Parasite_Eve.yml │ ├── Shadow_Warrior.yml │ ├── The_Little_Mermaid.yml │ ├── Webfishing.yml │ ├── You_Have_to_Win_the_Game.yml │ ├── Americas_Army.yml │ ├── Boktai.yml │ ├── Clash_at_Demonhead.yml │ ├── Crazy_Castle.yml │ ├── Grand_Theft_Auto.yml │ ├── Legacy_of_the_Wizard.yml │ ├── Outer_Wilds.yml │ ├── Risk_of_Rain.yml │ ├── Salt_and_Sanctuary.yml │ ├── Front_Mission.yml │ ├── Lunacid.yml │ ├── Slay_the_Spire.yml │ ├── Tecmo_Bowl.yml │ ├── Gratuitous_Space_Battles.yml │ ├── Zork.yml │ ├── Ender_Lilies.yml │ ├── Joe_and_Mac.yml │ ├── Momodora.yml │ ├── Tyrian.yml │ ├── Lingo_(Brenton_Wildes).yml │ ├── Ultrakill.yml │ ├── Clair_Obscur.yml │ ├── Double_Dragon.yml │ ├── Kid_Icarus.yml │ ├── Sailor_Moon.yml │ ├── Willow.yml │ ├── Dick_Tracy.yml │ ├── Tetris.yml │ ├── Zombies_Ate_My_Neighbors.yml │ ├── Quest_for_Glory.yml │ ├── Ratchet_and_Clank.yml │ ├── Hebereke.yml │ ├── Skies_of_Arcadia.yml │ ├── Star_Control.yml │ ├── Code_Vein.yml │ ├── Environmental_Station_Alpha.yml │ ├── Super_3D_Noahs_Ark.yml │ ├── Project_Wingman.yml │ ├── Record_of_Lodoss_War.yml │ ├── RollerCoaster_Tycoon_.yml │ ├── S.T.A.L.K.E.R..yml │ ├── Bat_Boy.yml │ ├── Aquaria.yml │ ├── SWAT.yml │ ├── King_Arthur_(NeocoreGames).yml │ ├── Medabots.yml │ ├── Ogre.yml │ ├── Tear_Ring_Saga.yml │ ├── Commander_Keen.yml │ ├── Titanfall.yml │ ├── Soldier_of_Fortune.yml │ ├── Rome.yml │ ├── Total_War.yml │ ├── Keitai_Denju_Telefang.yml │ ├── Monster_Sanctuary.yml │ ├── Sgt._Frog.yml │ ├── A_Hat_In_Time.yml │ ├── Scooby-Doo.yml │ ├── An_Untitled_Story.yml │ ├── The_Talos_Principle.yml │ ├── Crystal_Project.yml │ ├── Wheel_of_Fortune.yml │ ├── Haiku_the_Robot.yml │ ├── The_Goonies.yml │ ├── Zillion.yml │ ├── Bomb_Rush_Cyberfunk.yml │ ├── James_Bond.yml │ ├── Tomb_Raider.yml │ ├── Might_and_Magic_.yml │ ├── Blasphemous.yml │ ├── Deus_Ex.yml │ ├── Timespinner.yml │ ├── CrossCode.yml │ ├── Rogue_Legacy.yml │ ├── Blade_of_Darkness.yml │ ├── Noita.yml │ ├── StarCraft.yml │ ├── Secret_of_Evermore.yml │ ├── The_Messenger.yml │ ├── Duke_Nukem.yml │ ├── Factorio.yml │ ├── Scourge_of_War.yml │ ├── Slaves_to_Armok.yml │ ├── Azure_Dreams.yml │ ├── Monster_Hunter.yml │ ├── Wario.yml │ ├── Axiom_Verge.yml │ ├── Teenage_Mutant_Ninja_Turtles.yml │ ├── Bomberman.yml │ ├── Jetman.yml │ ├── Pikmin.yml │ ├── Darkest_Dungeon.yml │ ├── Hearts_of_Iron.yml │ ├── Shivers.yml │ ├── Jurassic_Park.yml │ ├── Legend_of_Grimrock.yml │ ├── Mass_Effect.yml │ ├── SteamWorld.yml │ ├── Adventure_Island.yml │ ├── Landstalker.yml │ ├── Lufia.yml │ ├── Celeste.yml │ ├── Dragons_Dogma.yml │ ├── Touhou.yml │ ├── Fable.yml │ ├── Metal_Gear.yml │ ├── The_Guardian_Legend.yml │ ├── Bloodstained.yml │ ├── Dead_Rising.yml │ ├── Need_for_Speed.yml │ ├── Palworld.yml │ ├── The_World_Ends_with_You.yml │ ├── Like_a_Dragon.yml │ ├── Jet_Set_Radio.yml │ ├── advance_wars.yml │ ├── Spyro.yml │ ├── Chrono.yml │ ├── Lies_of_P.yml │ ├── Silent_Hill.yml │ ├── Half-Life.yml │ ├── Golf.yml │ ├── Bravely.yml │ ├── Contra.yml │ ├── Tunic.yml │ ├── Game_Dev_Tycoon.yml │ ├── Mana.yml │ ├── The_Battle_of_Olympus.yml │ ├── Nioh.yml │ ├── The_Witness.yml │ ├── Star_Fox.yml │ ├── Ori.yml │ ├── Unreal.yml │ ├── Streets_of_Rage.yml │ ├── Final_Fight.yml │ ├── Octopath_Traveler.yml │ ├── Cave_Story.yml │ ├── Wolfenstein.yml │ ├── Victoria.yml │ ├── Banjo-Kazooie.yml │ ├── Quake.yml │ ├── Xeno.yml │ ├── Plants_vs_Zombies.yml │ ├── Phantasy_Star.yml │ ├── La-Mulana.yml │ ├── System_Shock.yml │ ├── Divinity.yml │ ├── Strife.yml │ ├── Crusader_Kings.yml │ ├── Ultima.yml │ ├── Age_of_Empires.yml │ ├── Super_Smash_Bros.yml │ ├── Chex_Quest.yml │ ├── Soul_Blazer.yml │ ├── Borderlands.yml │ ├── Diablo.yml │ ├── The_Legend_of_Heroes.yml │ ├── Breath_of_Fire.yml │ ├── SpongeBob_SquarePants.yml │ ├── Subnautica.yml │ ├── Halo.yml │ ├── Dark_Cloud.yml │ ├── X.yml │ ├── Hollow_Knight.yml │ ├── Undertale.yml │ ├── Shining.yml │ ├── Elden_Ring_.yml │ ├── Crash_Bandicoot.yml │ ├── Shin_Megami_Tensei.yml │ ├── Star_Wars.yml │ ├── Minecraft.yml │ ├── Terraria.yml │ ├── Golden_Sun.yml │ ├── Stardew_Valley.yml │ ├── SaGa.yml │ └── Digimon.yml ├── 404.html └── Gemfile ├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ ├── 1-bug-report.yml │ ├── 3-feature-request.yml │ └── 2-submission.yml ├── workflows │ ├── schemaCheck.yml │ └── jekyll-gh-pages.yml └── pull_request_template.md ├── LICENSE.txt └── respell-schema.py /.gitignore: -------------------------------------------------------------------------------- 1 | src/_site 2 | src/Gemfile.lock -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | jsonschema 2 | PyYAML 3 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "redhat.vscode-yaml" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/assets/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-game-randomizers/rando-list/HEAD/src/assets/404.png -------------------------------------------------------------------------------- /src/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | 4 | Sitemap: https://randomizers.debigare.com/sitemap.xml 5 | -------------------------------------------------------------------------------- /src/assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-game-randomizers/rando-list/HEAD/src/assets/favicon.png -------------------------------------------------------------------------------- /src/assets/rng_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-game-randomizers/rando-list/HEAD/src/assets/rng_full.png -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Discord Chat 4 | url: https://discord.com/invite/YREMzGQ3gd 5 | about: Please ask questions here, or just come in to socialize with other fans of randomizers! 6 | -------------------------------------------------------------------------------- /src/_includes/randos_list.html: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /src/series/Zanac.yml: -------------------------------------------------------------------------------- 1 | name: Zanac 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Zanac: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Zanac 11 | identifier: Omaha's 12 | url: https://www.zanacga.me/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Galaga.yml: -------------------------------------------------------------------------------- 1 | name: Galaga 2 | games: 3 | Galaga: 4 | platforms: 5 | - Arcade 6 | genres: [] 7 | randomizers: 8 | - games: 9 | - Galaga 10 | identifier: Wave Mixer 11 | url: https://donkeykonghacks.net/page_other.html 12 | updated-date: 2025-04-27 13 | added-date: 2025-04-27 14 | -------------------------------------------------------------------------------- /src/series/Neutopia.yml: -------------------------------------------------------------------------------- 1 | name: Neutopia 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Neutopia: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Neutopia 11 | identifier: konkers's 12 | url: https://neutopia.run/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Quest.yml: -------------------------------------------------------------------------------- 1 | name: Quest 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Quest 64: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Quest 64 11 | identifier: Merrow 12 | url: https://hangedman.itch.io/merrow 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Hades.yml: -------------------------------------------------------------------------------- 1 | name: Hades 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Hades: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Hades 11 | identifier: ZebraFish's 12 | url: https://www.nexusmods.com/hades/mods/86 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/OMORI.yml: -------------------------------------------------------------------------------- 1 | name: OMORI 2 | comment: '' 3 | games: 4 | OMORI: 5 | genres: [] 6 | platforms: [] 7 | randomizers: 8 | - games: 9 | - OMORI 10 | identifier: OMORI HANGMAN RANDOMIZER 11 | url: https://omori-hangman-randomizer.com/home 12 | updated-date: 2025-12-17 13 | added-date: 2025-12-17 14 | -------------------------------------------------------------------------------- /src/series/Sifu.yml: -------------------------------------------------------------------------------- 1 | name: Sifu 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Sifu: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Sifu 11 | identifier: Randomizer Mod 12 | url: https://www.nexusmods.com/sifu/mods/296 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Hacx.yml: -------------------------------------------------------------------------------- 1 | name: Hacx 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Hacx: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Hacx 11 | identifier: OBSIDIAN 12 | url: https://obsidian-level-maker.github.io/index.html 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/UFO_50.yml: -------------------------------------------------------------------------------- 1 | name: UFO 50 2 | comment: '' 3 | games: 4 | UFO 50 Grimstone: 5 | genres: [] 6 | platforms: [] 7 | randomizers: 8 | - games: 9 | - UFO 50 Grimstone 10 | identifier: TheNesDraug's 11 | url: https://www.nexusmods.com/ufo50/mods/4 12 | updated-date: 2025-01-29 13 | added-date: 2025-01-29 14 | -------------------------------------------------------------------------------- /src/series/Alundra.yml: -------------------------------------------------------------------------------- 1 | name: Alundra 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Alundra: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Alundra 11 | identifier: Dinopony's 12 | url: https://github.com/Dinopony/alundra-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Crystalis.yml: -------------------------------------------------------------------------------- 1 | name: Crystalis 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Crystalis: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Crystalis 11 | identifier: steve_hacks's 12 | url: https://crystalisrandomizer.com/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Faxanadu.yml: -------------------------------------------------------------------------------- 1 | name: Faxanadu 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Faxanadu: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Faxanadu 11 | identifier: Notlob's 12 | url: https://www.romhacking.net/utilities/1470/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Lizard.yml: -------------------------------------------------------------------------------- 1 | name: Lizard 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Lizard: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Lizard 11 | identifier: Official 12 | url: https://rainwarrior.ca/lizard/lizard_of_random.html 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Spelunky.yml: -------------------------------------------------------------------------------- 1 | name: Spelunky 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Spelunky 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Spelunky 2 11 | identifier: Dregu's 12 | url: https://spelunky.fyi/mods/m/randomizer/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Yume_Nikki.yml: -------------------------------------------------------------------------------- 1 | name: Yume Nikki 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Yume Nikki: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Yume Nikki 11 | identifier: 'REM-9' 12 | url: https://vgperson.com/games/rem9.htm 13 | updated-date: 2025-08-26 14 | added-date: 2025-08-26 15 | -------------------------------------------------------------------------------- /src/series/Freeway.yml: -------------------------------------------------------------------------------- 1 | name: Freeway 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Freeway: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Freeway 11 | identifier: Steve Englehardt's 12 | url: https://www.romhacking.net/utilities/720/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Goof_Troop.yml: -------------------------------------------------------------------------------- 1 | name: Goof Troop 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Goof Troop: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Goof Troop 11 | identifier: Niamek's 12 | url: https://github.com/GB127/GT-Rando/releases 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Pizza_Tower.yml: -------------------------------------------------------------------------------- 1 | name: Pizza Tower 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Pizza Tower: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Pizza Tower 11 | identifier: Greenhead's 12 | url: https://gamebanana.com/mods/432725 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Rabi-Ribi.yml: -------------------------------------------------------------------------------- 1 | name: Rabi-Ribi 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Rabi-Ribi: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Rabi-Ribi 11 | identifier: wcko87's 12 | url: https://wcko87.github.io/rabiribi-randomizer/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Tomodachi.yml: -------------------------------------------------------------------------------- 1 | name: Tomodachi 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Miitopia: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Miitopia 11 | identifier: Kobazco's 12 | url: https://github.com/Kobazco/Miitopia_Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Blood.yml: -------------------------------------------------------------------------------- 1 | name: Blood 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Blood: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Blood 11 | identifier: Build Engine Randomizer 12 | url: https://github.com/Die4Ever/build-engine-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Broforce.yml: -------------------------------------------------------------------------------- 1 | name: Broforce 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Broforce: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Broforce 11 | identifier: Alex Neargarder's 12 | url: https://www.nexusmods.com/broforce/mods/22 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Custom_Robo.yml: -------------------------------------------------------------------------------- 1 | name: Custom Robo 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Custom Robo: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Custom Robo 11 | identifier: PoggieB's 12 | url: https://www.romhacking.net/utilities/1778/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Excitebike.yml: -------------------------------------------------------------------------------- 1 | name: Excitebike 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Excitebike: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Excitebike 11 | identifier: gameboy9's 12 | url: https://github.com/gameboy9/ExciteBikeRando 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Nier.yml: -------------------------------------------------------------------------------- 1 | name: Nier 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Nier: Automata': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Nier: Automata' 11 | identifier: NAER 12 | url: https://www.nexusmods.com/nierautomata/mods/565 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/ActRaiser.yml: -------------------------------------------------------------------------------- 1 | name: ActRaiser 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | ActRaiser: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - ActRaiser 11 | identifier: Osteoclave's 12 | url: https://github.com/Osteoclave/actraiser-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Chibi-Robo.yml: -------------------------------------------------------------------------------- 1 | name: Chibi-Robo! 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Chibi-Robo!: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Chibi-Robo! 11 | identifier: JBDdev's 12 | url: https://github.com/JBDdev/Chibi-Robo-Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Citadel.yml: -------------------------------------------------------------------------------- 1 | name: Citadel 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Citadel: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Citadel 11 | identifier: Item Randomiser 12 | url: https://stardot.org.uk/forums/viewtopic.php?f=1&t=14318 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Psychonauts.yml: -------------------------------------------------------------------------------- 1 | name: Psychonauts 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Psychonauts: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Psychonauts 11 | identifier: PsychoRando 12 | url: https://github.com/Akashortstack/PsychoRando 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Rad_Racer.yml: -------------------------------------------------------------------------------- 1 | name: Rad Racer 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Rad Racer: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Rad Racer 11 | identifier: gameboy9's 12 | url: https://github.com/gameboy9/RadRacerRando/releases 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Raft.yml: -------------------------------------------------------------------------------- 1 | name: Raft 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Raft: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Raft 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Raft 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Shadowrun.yml: -------------------------------------------------------------------------------- 1 | name: Shadowrun 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Shadowrun: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Shadowrun 11 | identifier: Osteoclave's 12 | url: https://github.com/Osteoclave/shadowrun-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Aerobiz.yml: -------------------------------------------------------------------------------- 1 | name: Aerobiz 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Aerobiz Supersonic: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Aerobiz Supersonic 11 | identifier: AeroBonkers 12 | url: https://github.com/stochaztic/aerobonkers 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Darius.yml: -------------------------------------------------------------------------------- 1 | name: Darius 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Darius Twin: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Darius Twin 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/darius-twin-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/DuckTales.yml: -------------------------------------------------------------------------------- 1 | name: DuckTales 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | DuckTales: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - DuckTales 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/duck-tales-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Grandia.yml: -------------------------------------------------------------------------------- 1 | name: Grandia 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Grandia HD Remaster: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Grandia HD Remaster 11 | identifier: Etsuna's 12 | url: https://github.com/Etsuna/GrandiaRandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Ittle_Dew.yml: -------------------------------------------------------------------------------- 1 | name: Ittle Dew 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Ittle Dew 2+: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Ittle Dew 2+ 11 | identifier: Extra 2 Dew 12 | url: https://github.com/Chris-Is-Awesome/Extra2DewMod 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Moon_Patrol.yml: -------------------------------------------------------------------------------- 1 | name: Moon Patrol 2 | comment: '' 3 | games: 4 | Moon Patrol: 5 | genres: [] 6 | platforms: 7 | - Arcade 8 | randomizers: 9 | - games: 10 | - Moon Patrol 11 | identifier: Unknown Territories 12 | url: https://donkeykonghacks.net/page_other.html 13 | updated-date: 2025-04-27 14 | added-date: 2025-04-27 15 | -------------------------------------------------------------------------------- /src/series/Necropolis.yml: -------------------------------------------------------------------------------- 1 | name: Necropolis 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Necropolis: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Necropolis 11 | identifier: Weapon Randomizer 12 | url: https://www.nexusmods.com/necropolis/mods/10 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Starfield.yml: -------------------------------------------------------------------------------- 1 | name: Starfield 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Starfield: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Starfield 11 | identifier: Enemy Weapon Randomizer 12 | url: https://www.nexusmods.com/starfield/mods/7514 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Yo-kai_Watch.yml: -------------------------------------------------------------------------------- 1 | name: Yo-kai Watch 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Yo-kai Watch: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Yo-kai Watch 11 | identifier: YKWrandomizer 12 | url: https://github.com/Tiniifan/YKWrandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/1-bug-report.yml: -------------------------------------------------------------------------------- 1 | name: "\U0001F41E Bug report" 2 | description: Report a bug for the rando-list. 3 | title: "[Bug]: " 4 | labels: ["bug"] 5 | body: 6 | - type: textarea 7 | id: summary 8 | attributes: 9 | label: Summary 10 | description: Explain the bug and attach screenshots if possible. 11 | validations: 12 | required: true 13 | -------------------------------------------------------------------------------- /src/series/Bloodborne.yml: -------------------------------------------------------------------------------- 1 | name: Bloodborne 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Bloodborne: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Bloodborne 11 | identifier: Enemy and Item Randomizer 12 | url: https://www.nexusmods.com/bloodborne/mods/15 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Chained_Echoes.yml: -------------------------------------------------------------------------------- 1 | name: Chained Echoes 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Chained Echoes: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Chained Echoes 11 | identifier: Samupo's 12 | url: https://www.nexusmods.com/chainedechoes/mods/5 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Homeworld.yml: -------------------------------------------------------------------------------- 1 | name: Homeworld 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Homeworld 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Homeworld 2 11 | identifier: Capturable Fleets Mod 12 | url: https://www.moddb.com/mods/capturable-fleets-mod 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Ion_Fury.yml: -------------------------------------------------------------------------------- 1 | name: Ion Fury 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Ion Fury: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Ion Fury 11 | identifier: Build Engine Randomizer 12 | url: https://github.com/Die4Ever/build-engine-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Kartia.yml: -------------------------------------------------------------------------------- 1 | name: Kartia 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Kartia: The Word of Fate': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Kartia: The Word of Fate' 11 | identifier: Meerkov's 12 | url: https://github.com/Meerkov/Kartia 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Kid_Chameleon.yml: -------------------------------------------------------------------------------- 1 | name: Kid Chameleon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Kid Chameleon: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Kid Chameleon 11 | identifier: Level Randomizer 12 | url: https://www.romhacking.net/hacks/7490/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Left_4_Dead.yml: -------------------------------------------------------------------------------- 1 | name: Left 4 Dead 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Left 4 Dead 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Left 4 Dead 2 11 | identifier: Map Generator 12 | url: https://ssl.hehoe.de/mcs/index.php?display=tools 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Lost_Kingdoms.yml: -------------------------------------------------------------------------------- 1 | name: Lost Kingdoms 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Lost Kingdoms: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Lost Kingdoms 11 | identifier: Benjamin Wolf's 12 | url: https://github.com/BenjWolf/LKrandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Persona.yml: -------------------------------------------------------------------------------- 1 | name: Persona 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Persona 5 Royal: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Persona 5 Royal 11 | identifier: Screenments's P5R Randomizer 12 | url: https://gamebanana.com/mods/502477 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Pseudoregalia.yml: -------------------------------------------------------------------------------- 1 | name: Pseudoregalia 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Pseudoregalia: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Pseudoregalia 11 | identifier: spuds's 12 | url: https://www.nexusmods.com/pseudoregalia/mods/11 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/The_7th_Saga.yml: -------------------------------------------------------------------------------- 1 | name: The 7th Saga 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The 7th Saga: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The 7th Saga 11 | identifier: gameboy9's 12 | url: https://github.com/gameboy9/7thSagaRando/releases 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Turok.yml: -------------------------------------------------------------------------------- 1 | name: Turok 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Turok (Nightdive Studios): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Turok (Nightdive Studios) 11 | identifier: Behemoth's 12 | url: https://turoksanctum.com/randomizer/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/VVVVVV.yml: -------------------------------------------------------------------------------- 1 | name: VVVVVV 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | VVVVVV: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - VVVVVV 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#VVVVVV 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/XCOM.yml: -------------------------------------------------------------------------------- 1 | name: XCOM 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'XCOM: Enemy Unknown': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'XCOM: Enemy Unknown' 11 | identifier: Wasteland Ghost's 12 | url: https://www.nexusmods.com/xcom/mods/499 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Alien.yml: -------------------------------------------------------------------------------- 1 | name: Alien 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Alien: Isolation': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Alien: Isolation' 11 | identifier: Mission Randomiser 12 | url: https://www.nexusmods.com/alienisolation/mods/47 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Demons_Souls.yml: -------------------------------------------------------------------------------- 1 | name: Demon's Souls 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Demon's Souls: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Demon's Souls 11 | identifier: Item Randomiser 12 | url: https://www.nexusmods.com/demonssouls/mods/22 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Hylics.yml: -------------------------------------------------------------------------------- 1 | name: Hylics 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Hylics 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Hylics 2 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Hylics%202 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Pathologic.yml: -------------------------------------------------------------------------------- 1 | name: Pathologic 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Pathologic 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Pathologic 2 11 | identifier: District Randomizer Mod 12 | url: https://www.nexusmods.com/pathologic2/mods/6 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Blaster_Master.yml: -------------------------------------------------------------------------------- 1 | name: Blaster Master 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Blaster Master: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Blaster Master 11 | identifier: Quantam's 12 | url: https://www.speedrun.com/Blaster_Master/thread/8k04s 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Castle_Crashers.yml: -------------------------------------------------------------------------------- 1 | name: Castle Crashers 2 | games: 3 | Castle Crashers (Remastered): 4 | genres: [] 5 | platforms: [] 6 | randomizers: 7 | - games: 8 | - Castle Crashers (Remastered) 9 | identifier: Enemy Randomizer 10 | url: https://gamebanana.com/mods/516811 11 | updated-date: 2024-06-02 12 | added-date: 2024-06-02 13 | sub-series: [] 14 | -------------------------------------------------------------------------------- /src/series/Dicey_Dungeons.yml: -------------------------------------------------------------------------------- 1 | name: Dicey Dungeons 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Dicey Dungeons: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Dicey Dungeons 11 | identifier: Random Equipment 12 | url: https://xangelmoonx.itch.io/random-equipment 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Kururin.yml: -------------------------------------------------------------------------------- 1 | name: Kururin 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | KuruKuru Kururin: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - KuruKuru Kururin 11 | identifier: KuruKuruKurandomizer 12 | url: https://github.com/GirambQuamb/KuruKuruKurandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Live_A_Live.yml: -------------------------------------------------------------------------------- 1 | name: Live A Live 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Live A Live: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Live A Live 11 | identifier: PinkSwitch's 12 | url: https://github.com/PinkSwitch/Live-A-Live-Internal-Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Meritous.yml: -------------------------------------------------------------------------------- 1 | name: Meritous 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Meritous: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Meritous 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Meritous 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Monster_Rancher.yml: -------------------------------------------------------------------------------- 1 | name: Monster Rancher 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Monster Rancher 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Monster Rancher 2 11 | identifier: Seasonal Shrine 12 | url: https://www.romhacking.net/hacks/3482/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Rayman.yml: -------------------------------------------------------------------------------- 1 | name: Rayman 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Rayman 3: Hoodlum Havoc': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Rayman 3: Hoodlum Havoc' 11 | identifier: Crate Mod Loader 12 | url: https://github.com/TheBetaM/CrateModLoader 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Snowboard_Kids.yml: -------------------------------------------------------------------------------- 1 | name: Snowboard Kids 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Snowboard Kids: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Snowboard Kids 11 | identifier: Stingerman06's 12 | url: https://github.com/Stingerman06/A-Simple-SBK-Rando 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Super_Meat_Boy.yml: -------------------------------------------------------------------------------- 1 | name: Super Meat Boy 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Super Meat Boy: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Super Meat Boy 11 | identifier: negative-seven 12 | url: https://github.com/negative-seven/smb-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/The_Sims.yml: -------------------------------------------------------------------------------- 1 | name: The Sims 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Sims 4: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Sims 4 11 | identifier: NPC Skill Randomizer 12 | url: https://www.nexusmods.com/thesims4/mods/1349?tab=description 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Vagrant_Story.yml: -------------------------------------------------------------------------------- 1 | name: Vagrant Story 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Vagrant Story: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Vagrant Story 11 | identifier: ChaoticBrave's 12 | url: https://github.com/ChaoticBrave/VagrantStoryRandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Zero_Sievert.yml: -------------------------------------------------------------------------------- 1 | name: Zero Sievert 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Zero Sievert: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Zero Sievert 11 | identifier: Gun and Armor Randomizer 12 | url: https://www.nexusmods.com/zerosievert/mods/25 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Amnesia.yml: -------------------------------------------------------------------------------- 1 | name: Amnesia 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Amnesia: The Bunker': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Amnesia: The Bunker' 11 | identifier: Dog Tag Randomizer 12 | url: https://www.nexusmods.com/amnesiathebunker/mods/3 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/DLC_Quest.yml: -------------------------------------------------------------------------------- 1 | name: DLC Quest 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | DLC Quest: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - DLC Quest 11 | identifier: Archipelago 12 | url: https://archipelago.gg/games/DLCQuest/info/en 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Dokapon.yml: -------------------------------------------------------------------------------- 1 | name: Dokapon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Dokapon Kingdom: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Dokapon Kingdom 11 | identifier: X Kirby's 12 | url: http://ngplus.net/index.php?/files/file/53-dokapon-kingdom-randomizer/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Elemental.yml: -------------------------------------------------------------------------------- 1 | name: Elemental 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Fallen Enchantress: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Fallen Enchantress 11 | identifier: Randomized Monsters 12 | url: https://www.nexusmods.com/fallenenchantress/mods/55 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Gato_Roboto.yml: -------------------------------------------------------------------------------- 1 | name: Gato Roboto 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Gato Roboto: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Gato Roboto 11 | identifier: CaptainDapper's 12 | url: https://github.com/CaptainDapper/GatoRobotoRandomizer/releases 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Hitman.yml: -------------------------------------------------------------------------------- 1 | name: Hitman 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Hitman World of Assassination: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Hitman World of Assassination 11 | identifier: ZHM5Randomizer 12 | url: https://github.com/pawREP/ZHM5Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Monster_Party.yml: -------------------------------------------------------------------------------- 1 | name: Monster Party 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Monster Party: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Monster Party 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/monster-party-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Muse_Dash.yml: -------------------------------------------------------------------------------- 1 | name: Muse Dash 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Muse Dash: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Muse Dash 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Muse%20Dash 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Pac-Man.yml: -------------------------------------------------------------------------------- 1 | name: Pac-Man 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Pac-Man World 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Pac-Man World 2 11 | identifier: Montra's 12 | url: https://drive.google.com/drive/folders/1eeb04B-GefSSXOvT8Xyc3DyZaoZrdFWa 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Prey.yml: -------------------------------------------------------------------------------- 1 | name: Prey 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Prey (2017): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Prey (2017) 11 | identifier: Tsundereployer's 12 | url: https://www.nexusmods.com/prey2017/mods/67/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | opensource: True 16 | 17 | -------------------------------------------------------------------------------- /src/series/Rain_World.yml: -------------------------------------------------------------------------------- 1 | name: Rain World 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Rain World: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Rain World 11 | identifier: Enemy Randomizer 12 | url: https://steamcommunity.com/sharedfiles/filedetails/?id=2933916034 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Smash_T.V..yml: -------------------------------------------------------------------------------- 1 | name: Smash T.V. 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Super Smash T.V.: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Super Smash T.V. 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/super-smash-tv-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/State_of_Decay.yml: -------------------------------------------------------------------------------- 1 | name: State of Decay 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | State of Decay: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - State of Decay 11 | identifier: Character Randomizer 12 | url: https://www.nexusmods.com/stateofdecay/mods/135 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Wargroove.yml: -------------------------------------------------------------------------------- 1 | name: Wargroove 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Wargroove: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Wargroove 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Wargroove 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Adventure.yml: -------------------------------------------------------------------------------- 1 | name: Adventure 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Adventure: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Adventure 11 | identifier: Archipelago 12 | url: https://archipelago.gg/games/Adventure/info/en 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Milon.yml: -------------------------------------------------------------------------------- 1 | name: Milon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Milon's Secret Castle: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Milon's Secret Castle 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/milons-secret-castle-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Ninja_Gaiden.yml: -------------------------------------------------------------------------------- 1 | name: Ninja Gaiden 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Ninja Gaiden (NES): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Ninja Gaiden (NES) 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/ninja-gaiden-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Punch-Out.yml: -------------------------------------------------------------------------------- 1 | name: Punch-Out!! 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Mike Tyson's Punch-Out!!: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Mike Tyson's Punch-Out!! 11 | identifier: authorblues's 12 | url: https://authorblues.github.io/mtporandomizer/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Shogun_Showdown.yml: -------------------------------------------------------------------------------- 1 | name: Shogun Showdown 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Shogun Showdown: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Shogun Showdown 11 | identifier: Enemy / Boss Randomizer 12 | url: https://www.nexusmods.com/shogunshowdown/mods/6 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/3-feature-request.yml: -------------------------------------------------------------------------------- 1 | name: "Feature Request" 2 | description: Request a new feature for the rando-list. 3 | title: "[Feature]: " 4 | labels: ["enhancement"] 5 | body: 6 | - type: textarea 7 | id: summary 8 | attributes: 9 | label: Summary 10 | description: Explain the desired feature and the reason for wanting it. 11 | validations: 12 | required: true 13 | -------------------------------------------------------------------------------- /src/series/PowerSlave.yml: -------------------------------------------------------------------------------- 1 | name: PowerSlave 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | PowerSlave (PC 1996): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - PowerSlave (PC 1996) 11 | identifier: Build Engine Randomizer 12 | url: https://github.com/Die4Ever/build-engine-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Sekiro.yml: -------------------------------------------------------------------------------- 1 | name: Sekiro 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Sekiro: Shadows Die Twice': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Sekiro: Shadows Die Twice' 11 | identifier: Enemy and Item Randomizer 12 | url: https://www.nexusmods.com/sekiro/mods/543 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/The_Simpsons.yml: -------------------------------------------------------------------------------- 1 | name: The Simpsons 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'The Simpsons: Hit & Run': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'The Simpsons: Hit & Run' 11 | identifier: EnAppelsin's 12 | url: https://github.com/EnAppelsin/SHARCarRandomiser 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Yoshi.yml: -------------------------------------------------------------------------------- 1 | name: Yoshi 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Yoshi's Island: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Yoshi's Island 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Yoshi's%20Island 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Escape_the_Backrooms.yml: -------------------------------------------------------------------------------- 1 | name: Escape the Backrooms 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Escape the Backrooms: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Escape the Backrooms 11 | identifier: Reokin's 12 | url: https://www.nexusmods.com/escapethebackrooms/mods/20 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Goemon.yml: -------------------------------------------------------------------------------- 1 | name: Goemon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Mystical Ninja Starring Goemon: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Mystical Ninja Starring Goemon 11 | identifier: Ancient Cave Starring Goemon 12 | url: https://github.com/abyssonym/mn64rando 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Lisa.yml: -------------------------------------------------------------------------------- 1 | name: Lisa 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Lisa: The Pointless (fangame)': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Lisa: The Pointless (fangame)' 11 | identifier: TrueCobalion's 12 | url: https://gamejolt.com/games/PointlessRandomizer/516789 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Overcooked.yml: -------------------------------------------------------------------------------- 1 | name: Overcooked 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Overcooked! 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Overcooked! 2 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Overcooked!%202 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Uncharted_Waters.yml: -------------------------------------------------------------------------------- 1 | name: Uncharted Waters 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Uncharted Waters: New Horizons': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Uncharted Waters: New Horizons' 11 | identifier: Gilmok's 12 | url: https://github.com/Gilmok/UWNHRando 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/A_Short_Hike.yml: -------------------------------------------------------------------------------- 1 | name: A Short Hike 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | A Short Hike: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - A Short Hike 11 | identifier: Archipelago 12 | url: https://archipelago.gg/games/A%20Short%20Hike/info/en 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Captain_Comic.yml: -------------------------------------------------------------------------------- 1 | name: Captain Comic 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Adventures of Captain Comic: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Adventures of Captain Comic 11 | identifier: David Fifield's 12 | url: https://www.bamsoftware.com/comicrando/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Deaths_Door.yml: -------------------------------------------------------------------------------- 1 | name: Death's Door 2 | games: 3 | Death's Door: 4 | genres: [] 5 | platforms: [] 6 | randomizers: 7 | - games: 8 | - Death's Door 9 | identifier: dpinela's Item Randomizer 10 | url: https://github.com/dpinela/DeathsDoor.Randomizer 11 | multiworld: Shadu-Multiworld 12 | updated-date: 2024-09-30 13 | added-date: 2024-06-02 14 | sub-series: [] 15 | -------------------------------------------------------------------------------- /src/series/Godzilla.yml: -------------------------------------------------------------------------------- 1 | name: Godzilla 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Godzilla: Monster of Monsters': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Godzilla: Monster of Monsters' 11 | identifier: MaybeDatapod's 12 | url: https://github.com/MaybeDatapod/godzilla-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Jade_Cocoon.yml: -------------------------------------------------------------------------------- 1 | name: Jade Cocoon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Jade Cocoon: Story of the Tamamayu': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Jade Cocoon: Story of the Tamamayu' 11 | identifier: Meos's 12 | url: https://www.romhacking.net/utilities/1655/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Parasite_Eve.yml: -------------------------------------------------------------------------------- 1 | name: Parasite Eve 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Parasite Eve II: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Parasite Eve II 11 | identifier: Randomized Eve II 12 | url: https://drive.google.com/file/d/1E_OVyGw23XOAyMGlB-tkigvj1ruuktRN/view 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Shadow_Warrior.yml: -------------------------------------------------------------------------------- 1 | name: Shadow Warrior 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Shadow Warrior (1997): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Shadow Warrior (1997) 11 | identifier: Build Engine Randomizer 12 | url: https://github.com/Die4Ever/build-engine-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/The_Little_Mermaid.yml: -------------------------------------------------------------------------------- 1 | name: The Little Mermaid 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Little Mermaid: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Little Mermaid 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/little-mermaid-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Webfishing.yml: -------------------------------------------------------------------------------- 1 | name: Webfishing 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Webfishing: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Webfishing 11 | identifier: mwoiii's 12 | url: https://github.com/mwoiii/webfishing-ap 13 | updated-date: 2025-07-27 14 | added-date: 2025-07-27 15 | opensource: true 16 | multiworld: Archipelago 17 | -------------------------------------------------------------------------------- /src/series/You_Have_to_Win_the_Game.yml: -------------------------------------------------------------------------------- 1 | name: You Have to Win the Game 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | You Have to Win the Game: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - You Have to Win the Game 11 | identifier: ZZKer's 12 | url: https://github.com/ZZKer/YHtWtG-Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Americas_Army.yml: -------------------------------------------------------------------------------- 1 | name: America's Army 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | America's Army: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - America's Army 11 | identifier: Weapon Randomizer 12 | url: https://www.gamefront.com/games/america-s-army/file/weapon-randomizer-v1-5 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Boktai.yml: -------------------------------------------------------------------------------- 1 | name: Boktai 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Boktai: The Sun Is in Your Hand': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Boktai: The Sun Is in Your Hand' 11 | identifier: Raphi's 12 | url: https://raphi.xyz/boktai-randomizer/#/ 13 | opensource: true 14 | updated-date: 2025-07-27 15 | added-date: 2025-07-27 16 | -------------------------------------------------------------------------------- /src/series/Clash_at_Demonhead.yml: -------------------------------------------------------------------------------- 1 | name: Clash at Demonhead 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Clash at Demonhead: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Clash at Demonhead 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/clash-at-demonhead-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Crazy_Castle.yml: -------------------------------------------------------------------------------- 1 | name: Crazy Castle 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Bugs Bunny Crazy Castle: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Bugs Bunny Crazy Castle 11 | identifier: MaximumLance's 12 | url: https://github.com/MaximumLance/Crazy-Castle-Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Grand_Theft_Auto.yml: -------------------------------------------------------------------------------- 1 | name: Grand Theft Auto 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Grand Theft Auto: San Andreas': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Grand Theft Auto: San Andreas' 11 | identifier: Rainbomizer 12 | url: https://github.com/Parik27/SA.Rainbomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Legacy_of_the_Wizard.yml: -------------------------------------------------------------------------------- 1 | name: Legacy of the Wizard 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Legacy of the Wizard: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Legacy of the Wizard 11 | identifier: LadyStarbird's 12 | url: https://github.com/MrStarbird/LotW-Randomizer/releases 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Outer_Wilds.yml: -------------------------------------------------------------------------------- 1 | name: Outer Wilds 2 | comment: '' 3 | games: 4 | Outer Wilds: 5 | genres: [] 6 | platforms: [] 7 | randomizers: 8 | - games: 9 | - Outer Wilds 10 | identifier: Ixrec's 11 | url: https://github.com/Ixrec/OuterWildsArchipelagoRandomizer 12 | updated-date: 2024-12-03 13 | added-date: 2024-12-03 14 | multiworld: Archipelago 15 | opensource: true 16 | -------------------------------------------------------------------------------- /src/series/Risk_of_Rain.yml: -------------------------------------------------------------------------------- 1 | name: Risk of Rain 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Risk of Rain 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Risk of Rain 2 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Risk%20of%20Rain%202 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Salt_and_Sanctuary.yml: -------------------------------------------------------------------------------- 1 | name: Salt and Sanctuary 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Salt and Sanctuary: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Salt and Sanctuary 11 | identifier: coppie's 12 | url: https://www.reddit.com/r/saltandsanctuary/comments/c28z64/randomizer/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | // Schemata to validate against. These match the schema checked by the Schema Checks action. 3 | // YAML does not define a way to specify the schema a document uses - we must assign it externally. 4 | // Schemata can be publically accessed from root URL https://randomizers.debigare.com/schemata/ 5 | "yaml.schemas": { 6 | "./src/schemata/series.schema.json": ["series/*.yml"] 7 | } 8 | } -------------------------------------------------------------------------------- /src/series/Front_Mission.yml: -------------------------------------------------------------------------------- 1 | name: Front Mission 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Front Mission 5: Scars of the War': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Front Mission 5: Scars of the War' 11 | identifier: Khalid SA's 12 | url: https://github.com/KhaleedSA/FM5RandomizerApp 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Lunacid.yml: -------------------------------------------------------------------------------- 1 | name: Lunacid 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Lunacid: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Lunacid 11 | identifier: Witchybun Albrekka's 12 | url: https://www.nexusmods.com/lunacid/mods/11 13 | comment: Requires [Archipelago](https://archipelago.gg/) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Slay_the_Spire.yml: -------------------------------------------------------------------------------- 1 | name: Slay the Spire 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Slay the Spire: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Slay the Spire 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Slay%20the%20Spire 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Tecmo_Bowl.yml: -------------------------------------------------------------------------------- 1 | name: Tecmo Bowl 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Tecmo Super Bowl: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Tecmo Super Bowl 11 | identifier: Salary Cap Random Match 12 | url: https://tecmobowl.org/files/file/599-tecmo-super-bowl-salary-cap-random-match/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Gratuitous_Space_Battles.yml: -------------------------------------------------------------------------------- 1 | name: Gratuitous Space Battles 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Gratuitous Space Battles: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Gratuitous Space Battles 11 | identifier: Galaxy generator 12 | url: https://www.moddb.com/mods/gsb-galaxy-generator 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Zork.yml: -------------------------------------------------------------------------------- 1 | name: Zork 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Zork: Grand Inquisitor': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Zork: Grand Inquisitor' 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Zork%20Grand%20Inquisitor 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Ender_Lilies.yml: -------------------------------------------------------------------------------- 1 | name: Ender Lilies 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Ender Lilies: Quietus of the Knights': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Ender Lilies: Quietus of the Knights' 11 | identifier: Trexounay's 12 | url: https://github.com/Trexounay/EnderLilies.Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Joe_and_Mac.yml: -------------------------------------------------------------------------------- 1 | name: Joe & Mac 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Joe & Mac: Caveman Ninja (Super NES)': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Joe & Mac: Caveman Ninja (Super NES)' 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/joe-and-mac-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Momodora.yml: -------------------------------------------------------------------------------- 1 | name: Momodora 2 | comment: '' 3 | games: 4 | 'Momodora: Reverie Under the Moonlight': 5 | genres: [] 6 | platforms: [] 7 | randomizers: 8 | - games: 9 | - 'Momodora: Reverie Under the Moonlight' 10 | identifier: axelkarlsson's 11 | url: https://github.com/axelkarlsson/MomodoraRandomizer 12 | updated-date: 2024-12-03 13 | added-date: 2024-12-03 14 | opensource: true 15 | -------------------------------------------------------------------------------- /src/series/Tyrian.yml: -------------------------------------------------------------------------------- 1 | name: Tyrian 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | OpenTyrian (Tyrian open source port): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - OpenTyrian (Tyrian open source port) 11 | identifier: TyriGen 12 | url: https://drive.google.com/drive/folders/1Qn0iqGOt-Zqt5L-DSSiS_v3WQhKZWB7P 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Lingo_(Brenton_Wildes).yml: -------------------------------------------------------------------------------- 1 | name: Lingo (Brenton Wildes) 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Lingo (Brenton Wildes): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Lingo (Brenton Wildes) 11 | identifier: Archipelago 12 | url: https://archipelago.gg/tutorial/#Lingo 13 | multiworld: Archipelago 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Ultrakill.yml: -------------------------------------------------------------------------------- 1 | name: Ultrakill 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Ultrakill: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Ultrakill 11 | identifier: ArchipelagoULTRAKILL 12 | url: https://github.com/TRPG0/ArchipelagoULTRAKILL 13 | comment: Requires [Archipelago](https://archipelago.gg/) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Clair_Obscur.yml: -------------------------------------------------------------------------------- 1 | name: Clair Obscur 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Clair Obscur: Expedition 33': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Clair Obscur: Expedition 33' 11 | identifier: IhorChornyi314's 12 | url: https://github.com/IhorChornyi314/E33-Randomizer 13 | updated-date: 2025-11-17 14 | added-date: 2025-11-17 15 | opensource: True 16 | -------------------------------------------------------------------------------- /src/series/Double_Dragon.yml: -------------------------------------------------------------------------------- 1 | name: Double Dragon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Double Dragon II: The Revenge (NES)': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Double Dragon II: The Revenge (NES)' 11 | identifier: Micheil Skeens's 12 | url: https://micheilskeens.com/double-dragon-2-randomizer.php 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Kid_Icarus.yml: -------------------------------------------------------------------------------- 1 | name: Kid Icarus 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Kid Icarus: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Kid Icarus 11 | identifier: Kid Randomicus 12 | url: https://www.romhacking.net/hacks/6447/ 13 | comment: '[Source code](https://github.com/toddcblank/kid_randomicus)' 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Sailor_Moon.yml: -------------------------------------------------------------------------------- 1 | name: Sailor Moon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Pretty Soldier Sailor Moon: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Pretty Soldier Sailor Moon 11 | identifier: PSSME 12 | url: https://www.romhacking.net/utilities/1600/ 13 | comment: Game editor with bundled randomizer 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Willow.yml: -------------------------------------------------------------------------------- 1 | name: Willow 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Willow (NES): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Willow (NES) 11 | identifier: Dan Jia Randomizers 12 | url: https://github.com/vinheim3/randomizers 13 | comment: Download code in local directory and open `index.html` to use 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Dick_Tracy.yml: -------------------------------------------------------------------------------- 1 | name: Dick Tracy 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Dick Tracy: 6 | genres: [] 7 | platforms: [Genesis] 8 | release-date: 1991-02-01 9 | randomizers: 10 | - games: 11 | - Dick Tracy 12 | identifier: Level Randomizer 13 | url: https://romhacks.org/romhacks/dick-tracy-arcade-genesis/ 14 | comment: '' 15 | updated-date: 2024-08-06 16 | added-date: 2024-08-06 17 | -------------------------------------------------------------------------------- /src/series/Tetris.yml: -------------------------------------------------------------------------------- 1 | name: Tetris 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Tetris (NES Nintendo): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Tetris (NES Nintendo) 11 | identifier: fridaywitch's 12 | url: https://drive.google.com/drive/folders/19NklVLPD1cF2cygbJSIgyvGfKUl7eCVg 13 | comment: Overrides normal RNG 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Zombies_Ate_My_Neighbors.yml: -------------------------------------------------------------------------------- 1 | name: Zombies Ate My Neighbors 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Zombies Ate My Neighbors (Genesis): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Zombies Ate My Neighbors (Genesis) 11 | identifier: Zombies Ate My Roguelike 12 | url: https://www.romhacking.net/hacks/6960/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Quest_for_Glory.yml: -------------------------------------------------------------------------------- 1 | name: Quest for Glory 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Quest for Glory I: So You Want to Be a Hero (EGA)': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Quest for Glory I: So You Want to Be a Hero (EGA)' 11 | identifier: Rainault's 12 | url: https://github.com/Rainault/qfg1-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Ratchet_and_Clank.yml: -------------------------------------------------------------------------------- 1 | name: Ratchet & Clank 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Ratchet & Clank Collection: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Ratchet & Clank Collection 11 | identifier: bordplate's 12 | url: https://github.com/bordplate/rac1-randomizer 13 | comment: Randomizes Ratchet & Clank 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Hebereke.yml: -------------------------------------------------------------------------------- 1 | name: 'Hebereke / Ufouria: The Saga' 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Hebereke: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Hebereke 11 | identifier: Dan Jia Randomizers 12 | url: https://github.com/vinheim3/randomizers 13 | comment: Download code in local directory and open `index.html` to use 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Skies_of_Arcadia.yml: -------------------------------------------------------------------------------- 1 | name: Skies of Arcadia 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Skies of Arcadia Legends: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Skies of Arcadia Legends 11 | identifier: RyudoSynbios's 12 | url: https://game-tools-collection.com/skies-of-arcadia-legends-gc/randomizer 13 | updated-date: 2025-04-27 14 | added-date: 2025-04-27 15 | opensource: True 16 | -------------------------------------------------------------------------------- /src/series/Star_Control.yml: -------------------------------------------------------------------------------- 1 | name: Star Control 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Ur-Quan Masters (Star Control II open source port): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Ur-Quan Masters (Star Control II open source port) 11 | identifier: Infinite Ur Quan Masters 12 | url: https://www.infiniteurquanmasters.com/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Code_Vein.yml: -------------------------------------------------------------------------------- 1 | name: Code Vein 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Code Vein: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Code Vein 11 | identifier: Party Randomizer 2 12 | url: https://www.nexusmods.com/codevein/mods/409 13 | comment: Description in [old standalone version](https://www.nexusmods.com/codevein/mods/396) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Environmental_Station_Alpha.yml: -------------------------------------------------------------------------------- 1 | name: Environmental Station Alpha 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Environmental Station Alpha: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Environmental Station Alpha 11 | identifier: Mokesmoe's 12 | url: https://www.speedrun.com/esalpha/resources 13 | comment: Located under Tools 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Super_3D_Noahs_Ark.yml: -------------------------------------------------------------------------------- 1 | name: Super 3D Noah's Ark 2 | comment: '' 3 | sub-series: 4 | - id Software engines 5 | games: 6 | Super 3D Noah's Ark: 7 | genres: [] 8 | platforms: [] 9 | sub-series: id Software engines 10 | randomizers: 11 | - games: 12 | - Super 3D Noah's Ark 13 | identifier: OBSIDIAN 14 | url: https://obsidian-level-maker.github.io/index.html 15 | updated-date: 1900-01-01 16 | added-date: 1900-01-01 17 | -------------------------------------------------------------------------------- /src/series/Project_Wingman.yml: -------------------------------------------------------------------------------- 1 | name: Project Wingman 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Project Wingman: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Project Wingman 11 | identifier: FalconLuma's 12 | url: https://www.nexusmods.com/projectwingman/mods/355 13 | comment: Requires [Project Sicario Merger](https://sicario.modding.app/merger) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Record_of_Lodoss_War.yml: -------------------------------------------------------------------------------- 1 | name: Record of Lodoss War 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Record of Lodoss War: Deedlit in Wonder Labyrinth': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Record of Lodoss War: Deedlit in Wonder Labyrinth' 11 | identifier: Ladybug Randomizer 12 | url: https://github.com/Lakifume/Ladybug-Randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/RollerCoaster_Tycoon_.yml: -------------------------------------------------------------------------------- 1 | name: 'RollerCoaster Tycoon ' 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | OpenRCT2 (RollerCoaster Tycoon 2 fan recreation): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - OpenRCT2 (RollerCoaster Tycoon 2 fan recreation) 11 | identifier: Die4Ever's 12 | url: https://github.com/Die4Ever/rollercoaster-tycoon-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/S.T.A.L.K.E.R..yml: -------------------------------------------------------------------------------- 1 | name: S.T.A.L.K.E.R. 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'S.T.A.L.K.E.R.: Shadow of Chernobyl': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'S.T.A.L.K.E.R.: Shadow of Chernobyl' 11 | identifier: Simple Randomizer 12 | url: https://www.moddb.com/games/stalker/downloads/simple-randomizer-for-shadow-of-chernobyl 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Bat_Boy.yml: -------------------------------------------------------------------------------- 1 | name: Bat Boy 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Bat Boy (Demo): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Bat Boy (Demo) 11 | identifier: Archipelago.BatBoy 12 | url: https://github.com/alwaysintreble/Archipelago.BatBoy 13 | comment: Requires [Archipelago](https://archipelago.gg/) 14 | multiworld: Archipelago 15 | updated-date: 1900-01-01 16 | added-date: 1900-01-01 17 | -------------------------------------------------------------------------------- /src/series/Aquaria.yml: -------------------------------------------------------------------------------- 1 | name: Aquaria 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Aquaria: 6 | genres: 7 | - Adventure 8 | platforms: 9 | - PC 10 | release-date: 2007-12-07 11 | randomizers: 12 | - games: 13 | - Aquaria 14 | identifier: Archipelago 15 | url: https://archipelago.gg/games/Aquaria/info/en 16 | multiworld: Archipelago 17 | opensource: true 18 | updated-date: 2024-07-23 19 | added-date: 2024-07-23 20 | -------------------------------------------------------------------------------- /src/series/SWAT.yml: -------------------------------------------------------------------------------- 1 | name: SWAT 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | SWAT 4: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - SWAT 4 11 | identifier: Infinite 12 | url: https://drive.google.com/file/d/1d9DpEDxMPCkl8LIst9uG7LvCQhmtaYbv/view 13 | comment: '[Original release forum post](https://www.gog.com/forum/swat_series/swat_4_random_missions_mod/post4)' 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/King_Arthur_(NeocoreGames).yml: -------------------------------------------------------------------------------- 1 | name: King Arthur (NeocoreGames) 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'King Arthur: Knight''s Tale': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'King Arthur: Knight''s Tale' 11 | identifier: Skill Tree Randomizer 12 | url: https://github.com/GeorgieH/kakt-skill-tree-randomizer 13 | comment: Documentation in Wiki 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Medabots.yml: -------------------------------------------------------------------------------- 1 | name: Medabots 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Medabots: Metabee': 6 | genres: [] 7 | platforms: [] 8 | 'Medabots: Rokusho': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - 'Medabots: Metabee' 14 | - 'Medabots: Rokusho' 15 | identifier: STulling's 16 | url: https://github.com/STulling/Medabots-Randomizer 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | -------------------------------------------------------------------------------- /src/series/Ogre.yml: -------------------------------------------------------------------------------- 1 | name: Ogre 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Ogre Battle: The March of the Black Queen': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Ogre Battle: The March of the Black Queen' 11 | identifier: spellzapp's 12 | url: https://shrekconflict.pythonanywhere.com/ 13 | comment: Previously hosted at https://www.ogrebattlerandomizer.com/ 14 | updated-date: 2025-04-27 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Tear_Ring_Saga.yml: -------------------------------------------------------------------------------- 1 | name: Tear Ring Saga 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Berwick Saga: Lazberia Chronicle Chapter 174': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Berwick Saga: Lazberia Chronicle Chapter 174' 11 | identifier: Editor & Randomizer 12 | url: https://feuniverse.us/t/berwick-saga-berwick-saga-editor-randomizer-early-beta/11256 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Commander_Keen.yml: -------------------------------------------------------------------------------- 1 | name: Commander Keen 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Commander Keen: Invasion of the Vorticons (shareware)': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Commander Keen: Invasion of the Vorticons (shareware)' 11 | identifier: David Gow's 12 | url: https://davidgow.net/keen/randomiser.html 13 | comment: Randomizes Episode 1 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Titanfall.yml: -------------------------------------------------------------------------------- 1 | name: Titanfall 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Titanfall 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Titanfall 2 11 | identifier: taskinoz's 12 | url: https://github.com/taskinoz/Titanfall2-Randomizer 13 | comment: '[Official hints](https://github.com/taskinoz/Titanfall-Randomizer-Hints) for new possible helmet locations' 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Soldier_of_Fortune.yml: -------------------------------------------------------------------------------- 1 | name: Soldier of Fortune 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Soldier of Fortune II: Double Helix - Gold Edition': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Soldier of Fortune II: Double Helix - Gold Edition' 11 | identifier: RMG Expansion and SP Tweaks Mod 12 | url: https://www.moddb.com/mods/sof2-rmg-expansion-and-sp-tweaks-mod 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Rome.yml: -------------------------------------------------------------------------------- 1 | name: Rome 2 | comment: Old versions of Paradox Development Studio games are available on Steam as betas. 3 | sub-series: [] 4 | games: 5 | 'Imperator: Rome': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Imperator: Rome' 11 | identifier: Shattered World mod generator 12 | url: https://forum.paradoxplaza.com/forum/threads/tool-shattered-world-mod-generator.1191906/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Total_War.yml: -------------------------------------------------------------------------------- 1 | name: Total War 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Rome: Total War': 6 | genres: [] 7 | platforms: [] 8 | 'Total War: Rome Remastered': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - 'Rome: Total War' 14 | - 'Total War: Rome Remastered' 15 | identifier: sargeantPig's 16 | url: https://github.com/sargeantPig/RTWRandomiser 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | -------------------------------------------------------------------------------- /src/series/Keitai_Denju_Telefang.yml: -------------------------------------------------------------------------------- 1 | name: Keitai Denjū Telefang 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Keitai Denjū Telefang: Power Version': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Keitai Denjū Telefang: Power Version' 11 | identifier: Sanqui's 12 | url: https://sanqui.net/randomizer/#telefang 13 | comment: '[Source code](https://github.com/Sanqui/online-randomizer)' 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Monster_Sanctuary.yml: -------------------------------------------------------------------------------- 1 | name: Monster Sanctuary 2 | comment: '' 3 | games: 4 | Monster Sanctuary: 5 | genres: [Adventure, Platformer, RPG] 6 | platforms: [PC, Switch, PS4, Xbox One] 7 | release-date: 2020-12-07 8 | randomizers: 9 | - games: 10 | - Monster Sanctuary 11 | identifier: Lucky Randomizer and Random Randomizer 12 | url: https://github.com/garfieldbanks/MonsterSanctuaryMods 13 | updated-date: 2024-09-03 14 | added-date: 2024-09-03 15 | opensource: true 16 | -------------------------------------------------------------------------------- /src/series/Sgt._Frog.yml: -------------------------------------------------------------------------------- 1 | name: Sgt. Frog 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Keroro RPG: Kishi to Musha to Densetsu no Kaizoku': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Keroro RPG: Kishi to Musha to Densetsu no Kaizoku' 11 | identifier: Dawnbomb's English Patch + Optional Randomizer 12 | url: https://www.crystalmods.com/index.php/game_mods/tales-of-keroro-english-patch/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/A_Hat_In_Time.yml: -------------------------------------------------------------------------------- 1 | name: A Hat In Time 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | A Hat In Time: 6 | genres: 7 | - Platformer 8 | platforms: 9 | - PC 10 | release-date: 2017-10-05 11 | randomizers: 12 | - games: 13 | - A Hat In Time 14 | identifier: Archipelago 15 | url: https://archipelago.gg/games/A%20Hat%20in%20Time/info/en 16 | multiworld: Archipelago 17 | opensource: true 18 | updated-date: 2024-07-23 19 | added-date: 2024-07-23 20 | -------------------------------------------------------------------------------- /src/series/Scooby-Doo.yml: -------------------------------------------------------------------------------- 1 | name: Scooby-Doo 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Scooby-Doo: Night of 100 Frights': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Scooby-Doo: Night of 100 Frights' 11 | identifier: Industrial Park 12 | url: https://github.com/igorseabra4/IndustrialPark 13 | comment: Level editor with bundled randomizer - [User guide](https://heavyironmodding.org/wiki/Randomizer) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/An_Untitled_Story.yml: -------------------------------------------------------------------------------- 1 | name: An Untitled Story 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | An Untitled Story: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - An Untitled Story 11 | identifier: Mokesmoe's 12 | url: https://www.dropbox.com/s/awy8mmf7eirwnm8/AnUntitledStory_Randomizer.zip?dl=0 13 | comment: Support available on the [ESA Randomizer Discord server](https://discord.com/invite/kPMT8g3) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/The_Talos_Principle.yml: -------------------------------------------------------------------------------- 1 | name: The Talos Principle 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Talos Principle: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Talos Principle 11 | identifier: apple1417's 12 | url: https://github.com/apple1417/Talos-Randomizer 13 | comment: Randomizes portals & sigils - Also on [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1244163099) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Crystal_Project.yml: -------------------------------------------------------------------------------- 1 | name: Crystal Project 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Crystal Project: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Crystal Project 11 | identifier: LtSquigs's 12 | url: https://github.com/LtSquigs/crystal-project-randomizer 13 | obsolete: true 14 | comment: Marked as obsolete since the author will no longer maintain it now that the main game contains a built-in one. 15 | updated-date: 1900-01-01 16 | added-date: 1900-01-01 17 | -------------------------------------------------------------------------------- /src/series/Wheel_of_Fortune.yml: -------------------------------------------------------------------------------- 1 | name: Wheel of Fortune 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Wheel of Fortune (All NES versions): 6 | genres: [] 7 | platforms: 8 | - NES 9 | randomizers: 10 | - games: 11 | - Wheel of Fortune (All NES versions) 12 | identifier: Wheel Randomizer 13 | url: https://github.com/macobra52/Wheel-of-Fortune-NES-Wheel-Randomizer 14 | comment: Requires emulator that supports LUA (FCEUX, etc.) 15 | updated-date: 2024-12-31 16 | added-date: 2024-12-31 17 | -------------------------------------------------------------------------------- /src/series/Haiku_the_Robot.yml: -------------------------------------------------------------------------------- 1 | name: Haiku, the Robot 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Haiku, the Robot: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Haiku, the Robot 11 | identifier: Jarlyk's 12 | url: https://github.com/Jarlyk/Haiku.Rando 13 | comment: Requires [Haiku.CoreModdingApi](https://github.com/Jarlyk/Haiku.ModdingApi) and [BepInEx](https://github.com/BepInEx/BepInEx) 14 | multiworld: Shadu-Multiworld 15 | updated-date: 2024-05-29 16 | added-date: 2024-05-29 17 | -------------------------------------------------------------------------------- /src/series/The_Goonies.yml: -------------------------------------------------------------------------------- 1 | name: The Goonies 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Goonies II: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Goonies II 11 | identifier: Netsrotti's 12 | url: https://www.romhacking.net/utilities/1247/ 13 | obsolete: true 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - The Goonies II 18 | identifier: Veetorp's 19 | url: https://goonies2r.com/en 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Zillion.yml: -------------------------------------------------------------------------------- 1 | name: Zillion 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Zillion: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Zillion 11 | identifier: Zilliandomizer 12 | url: https://github.com/beauxq/zilliandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Zillion 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Zillion 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Bomb_Rush_Cyberfunk.yml: -------------------------------------------------------------------------------- 1 | name: Bomb Rush Cyberfunk 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Bomb Rush Cyberfunk: 6 | genres: 7 | - Adventure 8 | - Platformer 9 | platforms: 10 | - PC 11 | release-date: 2023-08-18 12 | randomizers: 13 | - games: 14 | - Bomb Rush Cyberfunk 15 | identifier: Archipelago 16 | url: https://archipelago.gg/games/Bomb%20Rush%20Cyberfunk/info/en 17 | multiworld: Archipelago 18 | opensource: true 19 | updated-date: 2024-07-23 20 | added-date: 2024-07-23 21 | -------------------------------------------------------------------------------- /src/series/James_Bond.yml: -------------------------------------------------------------------------------- 1 | name: James Bond 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | GoldenEye 007: 6 | genres: [Shooter] 7 | platforms: [N64] 8 | release-date: 1997-8-23 9 | randomizers: 10 | - games: 11 | - GoldenEye 007 12 | identifier: K1lo's 13 | url: https://www.dropbox.com/scl/fi/01f274upo3mba1oe1myvj/JanusR4.zip?rlkey=9oz4wwj64s5nplytfnyurnhtf&e=3 14 | comment: Discussion here 15 | updated-date: 2024-08-06 16 | added-date: 2024-08-06 17 | -------------------------------------------------------------------------------- /src/series/Tomb_Raider.yml: -------------------------------------------------------------------------------- 1 | name: Tomb Raider 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Tomb Raider: 6 | genres: [] 7 | platforms: [] 8 | Tomb Raider II: 9 | genres: [] 10 | platforms: [] 11 | Tomb Raider III: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Tomb Raider 17 | - Tomb Raider II 18 | - Tomb Raider III 19 | identifier: Lost Artefacts's 20 | url: https://github.com/LostArtefacts/TR-Rando 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/series/Might_and_Magic_.yml: -------------------------------------------------------------------------------- 1 | name: 'Might and Magic ' 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Might and Magic VI: The Mandate of Heaven': 6 | genres: [] 7 | platforms: [] 8 | 'Might and Magic VII: For Blood and Honor': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - 'Might and Magic VI: The Mandate of Heaven' 14 | - 'Might and Magic VII: For Blood and Honor' 15 | identifier: Anerag's 16 | url: https://rekurs.io/mmrandomizer/ 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | -------------------------------------------------------------------------------- /src/series/Blasphemous.yml: -------------------------------------------------------------------------------- 1 | name: Blasphemous 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Blasphemous: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Blasphemous 11 | identifier: Item and Enemy Randomizer 12 | url: https://www.nexusmods.com/blasphemous/mods/15 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Blasphemous 17 | identifier: Archipelago 18 | url: https://archipelago.gg/ 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Deus_Ex.yml: -------------------------------------------------------------------------------- 1 | name: Deus Ex 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Deus Ex: 6 | genres: 7 | - RPG 8 | - Shooter 9 | platforms: 10 | - PC 11 | release-date: 2000-06-26 12 | randomizers: 13 | - games: 14 | - Deus Ex 15 | identifier: Die4Ever's 16 | url: https://mods4ever.com/project/DXRando 17 | comment: 'Supports the regular vanilla game and also the mods: GMDX, HX, Lay D Denton, Revision, and Vanilla? Madder.' 18 | opensource: true 19 | updated-date: 2024-06-19 20 | added-date: 1900-01-01 21 | -------------------------------------------------------------------------------- /src/series/Timespinner.yml: -------------------------------------------------------------------------------- 1 | name: Timespinner 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Timespinner: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Timespinner 11 | identifier: Jarno's 12 | url: https://github.com/Jarno458/TsRandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Timespinner 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Timespinner 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /.github/workflows/schemaCheck.yml: -------------------------------------------------------------------------------- 1 | name: Schema Checks 2 | on: [push, pull_request] 3 | jobs: 4 | Schema_Checks: 5 | runs-on: ubuntu-latest 6 | steps: 7 | - uses: actions/checkout@v4.1.7 8 | - name: Setup Python 9 | uses: actions/setup-python@v5.1.1 10 | with: 11 | python-version: '3.11' 12 | cache: 'pip' 13 | - name: Install dependencies 14 | run: | 15 | python -m pip install --upgrade pip 16 | pip install -r requirements.txt 17 | - name: Run script 18 | run: python3 validate-schema.py 19 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ## Description 2 | 3 | 11 | -------------------------------------------------------------------------------- /src/series/CrossCode.yml: -------------------------------------------------------------------------------- 1 | name: CrossCode 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | CrossCode: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - CrossCode 11 | identifier: Archipelago 12 | url: https://github.com/CodeTriangle/CCMultiworldRandomizer 13 | multiworld: Archipelago 14 | updated-date: 2024-09-09 15 | added-date: 2024-09-09 16 | - games: 17 | - CrossCode 18 | identifier: Item Randomizer 19 | url: https://github.com/CCDirectLink/CCItemRandomizer 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Rogue_Legacy.yml: -------------------------------------------------------------------------------- 1 | name: Rogue Legacy 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Rogue Legacy: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Rogue Legacy 11 | identifier: Phar's 12 | url: https://github.com/ThePhar/RogueLegacyRandomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Rogue Legacy 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Rogue%20Legacy 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Blade_of_Darkness.yml: -------------------------------------------------------------------------------- 1 | name: Blade of Darkness 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Blade of Darkness: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Blade of Darkness 11 | identifier: Gorentity Mod with Random Enemy Creator 12 | url: https://www.moddb.com/mods/gorentity-mod-2015 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Blade of Darkness 17 | identifier: Metal Mod 18 | url: https://www.moddb.com/mods/metal-mod 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | -------------------------------------------------------------------------------- /src/series/Noita.yml: -------------------------------------------------------------------------------- 1 | name: Noita 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Noita: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Noita 11 | identifier: Steam Workshop - Randomizers 12 | url: https://steamcommunity.com/workshop/browse/?appid=881100&searchtext=randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Noita 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Noita 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/StarCraft.yml: -------------------------------------------------------------------------------- 1 | name: StarCraft 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | StarCraft II: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - StarCraft II 11 | identifier: Balance Patch Randomizer 12 | url: https://github.com/Die4Ever/starcraft-2-randomizer 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - StarCraft II 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Starcraft%202 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Secret_of_Evermore.yml: -------------------------------------------------------------------------------- 1 | name: Secret of Evermore 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Secret of Evermore: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Secret of Evermore 11 | identifier: Evermizer 12 | url: https://evermizer.com/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Secret of Evermore 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Secret%20of%20Evermore 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/The_Messenger.yml: -------------------------------------------------------------------------------- 1 | name: The Messenger 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Messenger: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Messenger 11 | identifier: Minous27's 12 | url: https://github.com/minous27/TheMessengerRandomizerMod 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - The Messenger 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#The%20Messenger 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Duke_Nukem.yml: -------------------------------------------------------------------------------- 1 | name: Duke Nukem 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Duke Nukem 3D: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Duke Nukem 3D 11 | identifier: Map Order Randomizer 12 | url: https://forums.duke4.net/topic/7246-map-order-randomizer/ 13 | obsolete: true 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - Duke Nukem 3D 18 | identifier: Build Engine Randomizer 19 | url: https://github.com/Die4Ever/build-engine-randomizer 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Factorio.yml: -------------------------------------------------------------------------------- 1 | name: Factorio 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Factorio: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Factorio 11 | identifier: Official Mod Portal - Randomizers 12 | url: https://mods.factorio.com/?version=1.1&search_order=updated&query=randomize 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Factorio 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Factorio 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Scourge_of_War.yml: -------------------------------------------------------------------------------- 1 | name: Scourge of War 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Scourge of War: Gettysburg': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Scourge of War: Gettysburg' 11 | identifier: GCM Singleplayer Campaign 12 | url: https://www.norbsoftdev.net/index.php/kunena/modifications/44306-gcm-singleplayer-campaign 13 | comment: Stripped-down [offline version](https://www.norbsoftdev.net/index.php/kunena/garnier-s-campaign-mod/63173-gcm-offline-scenario-generator-for-sp-mp) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/Slaves_to_Armok.yml: -------------------------------------------------------------------------------- 1 | name: 'Slaves to Armok: God of Blood / Dwarf Fortress' 2 | games: 3 | Dwarf Fortress: 4 | genres: [] 5 | platforms: [] 6 | randomizers: 7 | - games: 8 | - Dwarf Fortress 9 | identifier: Random plant creation script 10 | url: https://dffd.bay12games.com/file.php?id=3752 11 | updated-date: 1900-01-01 12 | added-date: 1900-01-01 13 | - games: 14 | - Dwarf Fortress 15 | identifier: Random Raw Scripts 16 | url: http://www.bay12forums.com/smf/index.php?topic=91255.0 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | sub-series: [] 20 | -------------------------------------------------------------------------------- /src/series/Azure_Dreams.yml: -------------------------------------------------------------------------------- 1 | name: Azure Dreams 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Azure Dreams: 6 | genres: [] 7 | platforms: [] 8 | Azure Dreams (Game Boy Color): 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Azure Dreams 14 | identifier: pro_grammar's 15 | url: https://adrando.com/ 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Azure Dreams (Game Boy Color) 20 | identifier: pro_grammar's 21 | url: https://adrando.com/gbc/ 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Monster_Hunter.yml: -------------------------------------------------------------------------------- 1 | name: Monster Hunter 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Monster Hunter: World': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Monster Hunter: World' 11 | identifier: Kana Miyoshi's 12 | url: https://www.nexusmods.com/monsterhunterworld/mods/6124 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - 'Monster Hunter: World' 17 | identifier: Randomizer Quests 18 | url: https://www.nexusmods.com/monsterhunterworld/mods/5415 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | -------------------------------------------------------------------------------- /src/series/Wario.yml: -------------------------------------------------------------------------------- 1 | name: Wario 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Wario Land 3: 6 | genres: [] 7 | platforms: [] 8 | Wario Land 4: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Wario Land 3 14 | identifier: AaronDobbe's 15 | url: https://github.com/AaronDobbe/wl3-randomizer 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Wario Land 4 20 | identifier: IsaGoodFriend's 21 | url: https://github.com/IsaGoodFriend/WL4-Randomizer 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Axiom_Verge.yml: -------------------------------------------------------------------------------- 1 | name: Axiom Verge 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Axiom Verge: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Axiom Verge 11 | identifier: Pozzum's 12 | url: https://pozzum.github.io/AxiomRandomizer/ 13 | obsolete: true 14 | comment: OBSOLETE due to [official game integration](https://www.axiomverge.com/blog/announcing-axiom-verges-first-ever-free-content-update-in-open-beta-now) since [v1.48](https://store.steampowered.com/news/app/332200/view/2990940314641346963) 15 | updated-date: 1900-01-01 16 | added-date: 1900-01-01 17 | -------------------------------------------------------------------------------- /src/series/Teenage_Mutant_Ninja_Turtles.yml: -------------------------------------------------------------------------------- 1 | name: Teenage Mutant Ninja Turtles 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Teenage Mutant Ninja Turtles (NES): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Teenage Mutant Ninja Turtles (NES) 11 | identifier: abyssonym's 12 | url: https://github.com/abyssonym/tmnt_rando 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Teenage Mutant Ninja Turtles (NES) 17 | identifier: kavoc's 18 | url: https://www.kavoc.io/tmntR 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | -------------------------------------------------------------------------------- /src/series/Bomberman.yml: -------------------------------------------------------------------------------- 1 | name: Bomberman 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Bomberman Tournament: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Bomberman Tournament 11 | identifier: fusecv's 12 | url: https://btrando.surge.sh/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Bomberman Tournament 17 | identifier: HoDBT 18 | url: https://hodbt.surge.sh/ 19 | multiworld: Other 20 | comment: 'Castlevania: Harmony of Dissonance / Bomberman Tournament multiworld' 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/series/Jetman.yml: -------------------------------------------------------------------------------- 1 | name: Jetman 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Solar Jetman: 6 | genres: [] 7 | platforms: 8 | - NES 9 | release-date: 1990-10-01 10 | randomizers: 11 | - games: 12 | - Solar Jetman 13 | identifier: Niamek's 14 | url: https://github.com/GB127/SJ-rando 15 | updated-date: 1900-01-01 16 | added-date: 1900-01-01 17 | obsolete: true 18 | opensource: true 19 | - games: 20 | - Solar Jetman 21 | identifier: akerasi's 22 | url: https://github.com/akerasi/SJ-rando 23 | updated-date: 2024-08-21 24 | added-date: 2024-08-21 25 | opensource: true 26 | -------------------------------------------------------------------------------- /src/series/Pikmin.yml: -------------------------------------------------------------------------------- 1 | name: Pikmin 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Pikmin: 6 | genres: [] 7 | platforms: [] 8 | Pikmin 2: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Pikmin 14 | identifier: Minty-Meeo's 15 | url: https://github.com/Minty-Meeo/Pikmin-1-Randomizer-Gecko 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Pikmin 2 20 | identifier: kurumizome's 21 | url: https://uckuiy4gtnjwosehfomppag.blogspot.com/2021/03/pikmin2-randomizer-v36.html 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Darkest_Dungeon.yml: -------------------------------------------------------------------------------- 1 | name: Darkest Dungeon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Darkest Dungeon: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Darkest Dungeon 11 | identifier: ddrand 12 | url: https://cdn.discordapp.com/attachments/1140465134066741309/1147430562450116648/ddrand-v0.2.0-x86_64-windows-msvc.zip 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Darkest Dungeon 17 | identifier: TheUnlocked's 18 | url: https://github.com/TheUnlocked/DarkestDungeonRandomizer/releases 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | -------------------------------------------------------------------------------- /src/series/Hearts_of_Iron.yml: -------------------------------------------------------------------------------- 1 | name: Hearts of Iron 2 | comment: _Old versions of Paradox Development Studio games are available on Steam as betas. To unlock Hearts of Iron IV versions prior to 1.5.4, refer to [this official announcement](https://forum.paradoxplaza.com/forum/threads/changes-to-playing-previous-versions-of-pds-titles.1120883/)._ 3 | sub-series: [] 4 | games: 5 | Hearts of Iron IV: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Hearts of Iron IV 11 | identifier: Drowse's 12 | url: https://steamcommunity.com/sharedfiles/filedetails/?id=1687085898 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | -------------------------------------------------------------------------------- /src/series/Shivers.yml: -------------------------------------------------------------------------------- 1 | name: Shivers 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Shivers: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Shivers 11 | identifier: GodlFire's 12 | url: https://www.speedrun.com/shivers/resources 13 | comment: Located under Tools - [Source code](https://github.com/GodlFire/Shivers-Randomizer-CSharp) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - Shivers 18 | identifier: Archipelago 19 | url: https://archipelago.gg/tutorial/#Shivers 20 | multiworld: Archipelago 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/_includes/list.html: -------------------------------------------------------------------------------- 1 | {%- assign series_sorted = "" | split: "" -%} 2 | 3 | {%- for series in include.series -%} 4 | {%- assign series_id=series[0] -%} 5 | {%- assign series_data=series[1] -%} 6 | 7 | {%- if series_id == 'Multi-series' -%} 8 | {%- continue -%} 9 | {%- endif -%} 10 | 11 | {%- assign series_sorted = series_sorted | push: series_data -%} 12 | {%- endfor -%} 13 | 14 | {%- assign series_sorted = series_sorted | sort_natural: "name" -%} 15 | 16 | {%- for series in series_sorted -%} 17 | {%- include series.html series=series -%} 18 | {%- endfor -%} 19 | 20 | {%- include series.html series=site.data.Multi-series games_merged=true -%} 21 | -------------------------------------------------------------------------------- /src/series/Jurassic_Park.yml: -------------------------------------------------------------------------------- 1 | name: Jurassic Park 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Jurassic Park (Super NES): 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Jurassic Park (Super NES) 11 | identifier: Yoshifanatic1's 12 | url: https://www.youtube.com/watch?v=Rq20h5S-KGE 13 | comment: Located in video description 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - Jurassic Park (Super NES) 18 | identifier: Halderim's 19 | url: https://github.com/Halderim/jp_snes_randomizer/ 20 | updated-date: 2025-12-17 21 | added-date: 2025-12-17 22 | opensource: true 23 | -------------------------------------------------------------------------------- /src/series/Legend_of_Grimrock.yml: -------------------------------------------------------------------------------- 1 | name: Legend of Grimrock 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Legend of Grimrock: 6 | genres: [] 7 | platforms: [] 8 | Legend of Grimrock 2: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Legend of Grimrock 14 | identifier: Random Dungeon 15 | url: https://www.nexusmods.com/grimrock/mods/148 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Legend of Grimrock 2 20 | identifier: 7Soul's 21 | url: https://www.grimrock.net/forum/viewtopic.php?f=23&t=18602 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Mass_Effect.yml: -------------------------------------------------------------------------------- 1 | name: Mass Effect 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Mass Effect 2: 6 | genres: [] 7 | platforms: [] 8 | Mass Effect 2 (Legendary Edition): 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Mass Effect 2 14 | identifier: ME3Tweaks's 15 | url: https://me3tweaks.com/masseffect2randomizer/ 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Mass Effect 2 (Legendary Edition) 20 | identifier: ME3Tweaks's 21 | url: https://www.nexusmods.com/masseffectlegendaryedition/mods/1952 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/SteamWorld.yml: -------------------------------------------------------------------------------- 1 | name: SteamWorld 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | SteamWorld Dig: 6 | genres: [] 7 | platforms: [] 8 | SteamWorld Dig 2: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - SteamWorld Dig 14 | identifier: LiveSplit.SteamWorldDig.Randomizer 15 | url: https://github.com/clementgallet/LiveSplit.SteamWorldDig.Randomizer 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - SteamWorld Dig 2 20 | identifier: SWD2Randomizer 21 | url: https://github.com/clementgallet/SWD2Randomizer 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Adventure_Island.yml: -------------------------------------------------------------------------------- 1 | name: Adventure Island 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Adventure Island II: 6 | genres: [] 7 | platforms: [] 8 | Super Adventure Island II: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Adventure Island II 14 | identifier: Micheil Skeens's 15 | url: https://micheilskeens.com/adventure-island-2-randomizer.php 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Super Adventure Island II 20 | identifier: abyssonym's 21 | url: https://github.com/abyssonym/sai2_rando 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Landstalker.yml: -------------------------------------------------------------------------------- 1 | name: Landstalker 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Landstalker: The Treasures of King Nole': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Landstalker: The Treasures of King Nole' 11 | identifier: Randstalker 12 | url: https://randstalker.ovh/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - 'Landstalker: The Treasures of King Nole' 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Landstalker%20-%20The%20Treasures%20of%20King%20Nole 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Lufia.yml: -------------------------------------------------------------------------------- 1 | name: Lufia 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Lufia II: Rise of the Sinistrals': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Lufia II: Rise of the Sinistrals' 11 | identifier: Terror Wave 12 | url: https://abyssonym.wordpress.com/2017/09/12/lufia-2-terror-wave-new-randomizer/ 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - 'Lufia II: Rise of the Sinistrals' 17 | identifier: Archipelago 18 | url: https://archipelago.gg/tutorial/#Lufia%20II%20Ancient%20Cave 19 | multiworld: Archipelago 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Celeste.yml: -------------------------------------------------------------------------------- 1 | name: Celeste 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Celeste: 6 | genres: [] 7 | platforms: [] 8 | 'Celeste 64: Fragments of the Mountain': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Celeste 14 | identifier: rhelmot's 15 | url: https://github.com/rhelmot/CelesteRandomizer 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - 'Celeste 64: Fragments of the Mountain' 20 | identifier: Archipelago 21 | url: https://archipelago.gg/games/Celeste%2064/info/en 22 | multiworld: Archipelago 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | -------------------------------------------------------------------------------- /src/series/Dragons_Dogma.yml: -------------------------------------------------------------------------------- 1 | name: Dragon's Dogma 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Dragon's Dogma 2: 6 | genres: [] 7 | platforms: [] 8 | 'Dragon''s Dogma: Dark Arisen': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - 'Dragon''s Dogma: Dark Arisen' 14 | identifier: Bitterblack Isle Randomizer 15 | url: https://www.nexusmods.com/dragonsdogma/mods/670 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Dragon's Dogma 2 20 | identifier: 0xffa's 21 | url: https://www.nexusmods.com/dragonsdogma2/mods/611 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Touhou.yml: -------------------------------------------------------------------------------- 1 | name: Touhou 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Gensokyo no Nazo (Atlantis no Nazo fangame): 6 | genres: [] 7 | platforms: [] 8 | Touhou Luna Nights: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Gensokyo no Nazo (Atlantis no Nazo fangame) 14 | identifier: Ryason55's 15 | url: https://github.com/Ryason55/gnazo_randomizer 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Touhou Luna Nights 20 | identifier: Ladybug Randomizer 21 | url: https://github.com/Lakifume/Ladybug-Randomizer 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Fable.yml: -------------------------------------------------------------------------------- 1 | name: Fable 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Fable - The Lost Chapters: 6 | genres: [] 7 | platforms: [] 8 | Fable Anniversary: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Fable - The Lost Chapters 14 | identifier: Creature Generator Randomiser 15 | url: https://www.nexusmods.com/fablethelostchapters/mods/458 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Fable Anniversary 20 | identifier: Creature Generator Randomiser 21 | url: https://www.nexusmods.com/fableanniversary/mods/43 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Metal_Gear.yml: -------------------------------------------------------------------------------- 1 | name: Metal Gear 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Metal Gear: 6 | genres: [] 7 | platforms: [] 8 | Metal Gear Solid 2: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Metal Gear 14 | identifier: Objects 15 | url: https://github.com/wijnen/mg-random 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Metal Gear Solid 2 20 | identifier: sagefantasma's 21 | url: https://github.com/sagefantasma/mgs2mc-randomizer 22 | updated-date: 2025-07-27 23 | added-date: 2025-07-27 24 | comment: Made for the Master Collection, which is on PC/Steam. 25 | -------------------------------------------------------------------------------- /src/series/The_Guardian_Legend.yml: -------------------------------------------------------------------------------- 1 | name: The Guardian Legend 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Guardian Legend: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Guardian Legend 11 | identifier: fireball87's 12 | url: https://www.synchrocade.com/tgl 13 | comment: '[Source code](https://github.com/fireball87/GuardianLegendRando)' 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - The Guardian Legend 18 | identifier: Micheil Skeens's 19 | url: https://micheilskeens.com/guardian-legend-randomizer.php 20 | obsolete: true 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/series/Bloodstained.yml: -------------------------------------------------------------------------------- 1 | name: Bloodstained 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Bloodstained: Ritual of the Night': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Bloodstained: Ritual of the Night' 11 | identifier: Randomization Generator 12 | url: https://www.nexusmods.com/bloodstainedritualofthenight/mods/135 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - 'Bloodstained: Ritual of the Night' 17 | identifier: Randomizer Tweaks and True Randomization Script 18 | url: https://www.nexusmods.com/bloodstainedritualofthenight/mods/132 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | -------------------------------------------------------------------------------- /src/series/Dead_Rising.yml: -------------------------------------------------------------------------------- 1 | name: Dead Rising 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Dead Rising: 6 | genres: [] 7 | platforms: [] 8 | 'Dead Rising 2: Off the Record': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Dead Rising 14 | identifier: DrunkWario's 15 | url: https://drive.google.com/file/d/1K5cZ2aqDa588gC7hPnROr8fQQA14E1NL/view 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - 'Dead Rising 2: Off the Record' 20 | identifier: Fairy With a Pan's 21 | url: https://www.nexusmods.com/deadrising2offtherecord/mods/23 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Need_for_Speed.yml: -------------------------------------------------------------------------------- 1 | name: Need for Speed 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Need for Speed Carbon: 6 | genres: [] 7 | platforms: [] 8 | The Need for Speed: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - The Need for Speed 14 | identifier: RandTrack 15 | url: https://randtrack.sourceforge.net/ 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Need for Speed Carbon 20 | identifier: RaTT's 21 | url: https://nfsmods.xyz/mod/1568 22 | comment: Requires [NFS-VltEd](https://nfs-tools.blogspot.com/p/downloads.html) 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | -------------------------------------------------------------------------------- /src/series/Palworld.yml: -------------------------------------------------------------------------------- 1 | name: Palworld 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Palworld: 6 | genres: 7 | - RPG 8 | - Survival 9 | platforms: 10 | - PC 11 | release-date: 2024-01-19 12 | randomizers: 13 | - games: 14 | - Palworld 15 | identifier: Overworld Spawn Randomizer 16 | url: https://github.com/DavidEMorales/PalworldOverworldSpawnRandomizer 17 | opensource: true 18 | updated-date: 1900-01-01 19 | added-date: 1900-01-01 20 | - games: 21 | - Palworld 22 | identifier: ComplexRobot's 23 | url: https://www.nexusmods.com/palworld/mods/1706 24 | opensource: true 25 | updated-date: 2024-07-21 26 | added-date: 2024-07-21 27 | -------------------------------------------------------------------------------- /src/series/The_World_Ends_with_You.yml: -------------------------------------------------------------------------------- 1 | name: The World Ends with You 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'NEO: The World Ends with You': 6 | genres: [] 7 | platforms: [] 8 | The World Ends with You: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - The World Ends with You 14 | identifier: Fractalizon 15 | url: https://github.com/abyssonym/fractalizon 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - 'NEO: The World Ends with You' 20 | identifier: SaltContainer's 21 | url: https://github.com/SaltContainer/NEO-TWEWY-Randomizer 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Like_a_Dragon.yml: -------------------------------------------------------------------------------- 1 | name: Like a Dragon / Yakuza 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Like a Dragon: Infinite Wealth': 6 | genres: [] 7 | platforms: [] 8 | 'Yakuza: Like a Dragon': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - 'Yakuza: Like a Dragon' 14 | identifier: Enemy Randomizer 15 | url: https://www.nexusmods.com/yakuzalikeadragon/mods/147 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - 'Like a Dragon: Infinite Wealth' 20 | identifier: Zoo's 21 | url: https://www.nexusmods.com/likeadragoninfinitewealth/mods/145 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | -------------------------------------------------------------------------------- /src/series/Jet_Set_Radio.yml: -------------------------------------------------------------------------------- 1 | name: Jet Set Radio 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'JSRF: Jet Set Radio Future': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'JSRF: Jet Set Radio Future' 11 | identifier: fusecv's 12 | url: https://cdn.discordapp.com/attachments/249687933190275073/764597124938858516/default_rand3b3.xbe 13 | comment: '[Documentation (for older version)](https://cdn.discordapp.com/attachments/249687933190275073/753102098417319968/Readme_2b8.txt) - Support and potential future versions available on the [JSRF Speedrunning Discord server](https://discord.com/invite/kFBgPnm) in the #modding channel' 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | -------------------------------------------------------------------------------- /src/series/advance_wars.yml: -------------------------------------------------------------------------------- 1 | name: Advance Wars 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Advance Wars 2: Black Hole Rising': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Advance Wars 2: Black Hole Rising' 11 | identifier: Ephraim225's 12 | url: https://www.reddit.com/r/Advance_Wars/comments/k2kj5y/advance_wars_2_randomizer_program/ 13 | obsolete: false 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - 'Advance Wars 2: Black Hole Rising' 18 | identifier: Self Randomizer 19 | url: https://feuniverse.us/t/aw2-self-randomizing-rom-complete/24788 20 | obsolete: false 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/series/Spyro.yml: -------------------------------------------------------------------------------- 1 | name: Spyro 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Spyro the Dragon: 6 | genres: [] 7 | platforms: [] 8 | 'Spyro: Year of the Dragon': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Spyro the Dragon 14 | identifier: Requirement Randomizer 15 | url: https://www.youtube.com/watch?v=jYrPQZnwXSk&t=3s 16 | comment: Located in video description 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - 'Spyro: Year of the Dragon' 21 | identifier: hwd405's 22 | url: https://twitter.com/hwd405/status/1617036701980889088?cxt=HHwWgMC4pYSU7_AsAAAA 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | -------------------------------------------------------------------------------- /src/series/Chrono.yml: -------------------------------------------------------------------------------- 1 | name: Chrono 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Chrono Trigger: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Chrono Trigger 11 | identifier: Eternal Nightmare 12 | url: https://github.com/abyssonym/eternalnightmare 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Chrono Trigger 17 | identifier: Jets of Time 18 | url: https://ctjot.com/ 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - Chrono Trigger 23 | identifier: Wings of Time 24 | url: https://github.com/Anskiy/wingsoftime 25 | obsolete: true 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | -------------------------------------------------------------------------------- /src/series/Lies_of_P.yml: -------------------------------------------------------------------------------- 1 | name: Lies of P 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Lies of P: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Lies of P 11 | identifier: Item Randomizer 12 | url: https://www.nexusmods.com/liesofp/mods/117 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Lies of P 17 | identifier: Shop Item Randomizer 18 | url: https://www.nexusmods.com/liesofp/mods/118 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - Lies of P 23 | identifier: Starting Weapon Randomizer 24 | url: https://www.nexusmods.com/liesofp/mods/119 25 | updated-date: 1900-01-01 26 | added-date: 1900-01-01 27 | -------------------------------------------------------------------------------- /src/series/Silent_Hill.yml: -------------------------------------------------------------------------------- 1 | name: Silent Hill 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Silent Hill 2: 6 | genres: [] 7 | platforms: [] 8 | Silent Hill 3: 9 | genres: [] 10 | platforms: [] 11 | 'Silent Hill 4: The Room': 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Silent Hill 2 17 | - Silent Hill 3 18 | identifier: Jokie's 19 | url: https://github.com/JokieW/RandomHill 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - 'Silent Hill 4: The Room' 24 | identifier: Hunter Stanton's 25 | url: https://github.com/HunterStanton/SilentHill4Randomizer 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | -------------------------------------------------------------------------------- /src/series/Half-Life.yml: -------------------------------------------------------------------------------- 1 | name: Half-Life 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Half-Life: 6 | genres: [] 7 | platforms: [] 8 | Half-Life 2: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Half-Life 14 | identifier: Randmap 15 | url: https://web.archive.org/web/20190926074638/http://www.valvetime.net/threads/randmap-and-its-whereabouts.169050/ 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Half-Life 2 20 | identifier: Random Map Creator 21 | url: https://www.gamefront.com/games/half-life-2/file/half-life-2-random-map-creator 22 | comment: Game downgrade required 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | -------------------------------------------------------------------------------- /src/series/Golf.yml: -------------------------------------------------------------------------------- 1 | name: Golf 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Golf (NES): 6 | genres: [] 7 | platforms: [] 8 | NES Open Tournament Golf: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Golf (NES) 14 | identifier: gameboy9's 15 | url: https://github.com/gameboy9/golfRando/releases 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - NES Open Tournament Golf 20 | identifier: Turbulent Eddie's 21 | url: https://gist.github.com/TurbulentEddie/4e8fb8e52f64a99dfeb0 22 | comment: Requires special emulator [FCEUX](https://sourceforge.net/projects/fceultra/files/Binaries/) 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | -------------------------------------------------------------------------------- /src/series/Bravely.yml: -------------------------------------------------------------------------------- 1 | name: Bravely 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Bravely Default: 6 | genres: [] 7 | platforms: [] 8 | Bravely Default II: 9 | genres: [] 10 | platforms: [] 11 | 'Bravely Second: End Layer': 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Bravely Default 17 | - 'Bravely Second: End Layer' 18 | identifier: MarvinXLII's 19 | url: https://github.com/MarvinXLII/BravelyRandomize 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - Bravely Default II 24 | identifier: MarvinXLII's 25 | url: https://github.com/MarvinXLII/BravelyRandomize2 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | -------------------------------------------------------------------------------- /src/series/Contra.yml: -------------------------------------------------------------------------------- 1 | name: Contra 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Contra (NES): 6 | genres: [] 7 | platforms: [] 8 | Super C (NES): 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Contra (NES) 14 | identifier: Azeryn's 15 | url: https://cdn.discordapp.com/attachments/1140465134066741309/1147430404438102057/ContraRandomizerSetup.exe 16 | comment: '[Documentation](https://sites.google.com/view/contrarandomizer/features)' 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - Super C (NES) 21 | identifier: SpiderDave's 22 | url: https://spiderdave.me/nes/?c=70-Super-C-Randomizer 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | -------------------------------------------------------------------------------- /src/series/Tunic.yml: -------------------------------------------------------------------------------- 1 | name: Tunic 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Tunic: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Tunic 11 | identifier: Item Randomizer 12 | url: https://github.com/Dr4g0nsoul/TunicRandomizer 13 | obsolete: true 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - Tunic 18 | identifier: SilentDestroyer's 19 | url: https://github.com/silent-destroyer/tunic-randomizer 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - Tunic 24 | identifier: Archipelago 25 | url: https://archipelago.gg/tutorial/#TUNIC 26 | multiworld: Archipelago 27 | updated-date: 1900-01-01 28 | added-date: 1900-01-01 29 | -------------------------------------------------------------------------------- /src/series/Game_Dev_Tycoon.yml: -------------------------------------------------------------------------------- 1 | name: Game Dev Tycoon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Game Dev Tycoon: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Game Dev Tycoon 11 | identifier: Platform Randomiser 12 | url: https://forum.greenheartgames.com/t/wip-platform-randomiser-alpha-0-0-5/9021 13 | comment: Also on [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=296802750) 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - Game Dev Tycoon 18 | identifier: TotalRandomiser 19 | url: https://forum.greenheartgames.com/t/rel-totalrandomiser-1-0-0/13359 20 | comment: Game downgrade required 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/series/Mana.yml: -------------------------------------------------------------------------------- 1 | name: Mana 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Secret of Mana: 6 | genres: [] 7 | platforms: [] 8 | Sin of Mana (Trials of Mana hack): 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Secret of Mana 14 | identifier: Mop's 15 | url: https://secretofmanaancientcave.blogspot.com/ 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Sin of Mana (Trials of Mana hack) 20 | identifier: praetarius5018's 21 | url: http://ngplus.net/index.php?/files/file/28-seiken-densetsu-3-sin-of-mana/ 22 | comment: Randomizer listed as separate download along with previous versions of the main hack 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | -------------------------------------------------------------------------------- /src/series/The_Battle_of_Olympus.yml: -------------------------------------------------------------------------------- 1 | name: The Battle of Olympus 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Battle of Olympus: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Battle of Olympus 11 | identifier: Item Randomizer 12 | url: https://www.romhacking.net/hacks/8283/ 13 | comment: Seeding supported. Romhack, so no website needed to randomize. Dev build supports randomizing starting location and specifying the number of starting items. Dev build also supports various game enhancements and QoL improvements. Dev build available via [Discord server](https://discord.gg/n6qaSM7Bwt). [Wiki](https://github.com/cIymax/the-battle-of-olympus-randomizer/wiki) in development. 14 | updated-date: 2024-09-09 15 | added-date: 2024-01-24 16 | -------------------------------------------------------------------------------- /src/series/Nioh.yml: -------------------------------------------------------------------------------- 1 | name: Nioh 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Nioh 2: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Nioh 2 11 | identifier: Enemy Randomizer, gumbenzoin's 12 | url: https://cdn.discordapp.com/attachments/1140465134066741309/1147430736178192385/Randomizer-304-1-1655766157.zip 13 | obsolete: true 14 | comment: '[Documentation archive](https://web.archive.org/web/20220621010638/https://www.nexusmods.com/nioh2/mods/304) - Game downgrade to v1.28.6 required' 15 | updated-date: 1900-01-01 16 | added-date: 1900-01-01 17 | - games: 18 | - Nioh 2 19 | identifier: Enemy Randomizer, rphii's 20 | url: https://www.nexusmods.com/nioh2/mods/321 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/series/The_Witness.yml: -------------------------------------------------------------------------------- 1 | name: The Witness 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | The Witness: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - The Witness 11 | identifier: jbzdarkid's 12 | url: https://github.com/jbzdarkid/witness-randomizer/releases 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - The Witness 17 | identifier: Witness Random Puzzle Generator 18 | url: https://github.com/sigma144/witness-randomizer 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - The Witness 23 | identifier: Archipelago 24 | url: https://archipelago.gg/tutorial/#The%20Witness 25 | multiworld: Archipelago 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | -------------------------------------------------------------------------------- /src/series/Star_Fox.yml: -------------------------------------------------------------------------------- 1 | name: Star Fox 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Star Fox: 6 | genres: [] 7 | platforms: [] 8 | Star Fox 64: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Star Fox 14 | identifier: kandowontu's 15 | url: https://www.patreon.com/posts/star-fox-92309645 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Star Fox 20 | identifier: Peppy's Tool 21 | url: https://qubedstudios.rustedlogic.net/PeppysTool.htm 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | - games: 25 | - Star Fox 64 26 | identifier: punk7890's 27 | url: https://github.com/punk7890/Star-Fox-64-Randomizer 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | -------------------------------------------------------------------------------- /src/series/Ori.yml: -------------------------------------------------------------------------------- 1 | name: Ori 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Ori and the Blind Forest: Definitive Edition': 6 | genres: [] 7 | platforms: [] 8 | Ori and the Will of the Wisps: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - 'Ori and the Blind Forest: Definitive Edition' 14 | identifier: sigmasin & Eiko's 15 | url: https://orirando.com/ 16 | comment: '[Source code](https://github.com/sparkle-preference/OriDERandomizer)' 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - Ori and the Will of the Wisps 21 | identifier: Eiko's 22 | url: https://wotw.orirando.com/ 23 | comment: '[Source code](https://github.com/ori-community)' 24 | updated-date: 1900-01-01 25 | added-date: 1900-01-01 26 | -------------------------------------------------------------------------------- /src/series/Unreal.yml: -------------------------------------------------------------------------------- 1 | name: Unreal 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Unreal Gold: 6 | genres: [] 7 | platforms: [] 8 | Unreal Tournament: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Unreal Gold 14 | identifier: Die4Ever's 15 | url: https://github.com/Die4Ever/unreal-randomizer 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Unreal Tournament 20 | identifier: Map Randomizer 21 | url: https://www.gweb.me.uk/gweb/ut_mr.htm 22 | obsolete: true 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | - games: 26 | - Unreal Tournament 27 | identifier: XMaps 28 | url: https://www.gweb.me.uk/xmaps/index.html 29 | updated-date: 1900-01-01 30 | added-date: 1900-01-01 31 | -------------------------------------------------------------------------------- /src/series/Streets_of_Rage.yml: -------------------------------------------------------------------------------- 1 | name: Streets of Rage 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Streets of Rage 2: 6 | genres: [] 7 | platforms: [] 8 | Streets of Rage 2 Syndicate Wars (hack): 9 | genres: [] 10 | platforms: [] 11 | Streets of Rage 4: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Streets of Rage 2 17 | - Streets of Rage 2 Syndicate Wars (hack) 18 | identifier: SoR2 Level Editor 19 | url: https://www.romhacking.net/utilities/1634/ 20 | comment: Level editor with bundled randomizer 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | - games: 24 | - Streets of Rage 4 25 | identifier: Swapper 26 | url: https://sourceforge.net/projects/sor4-character-swapper/ 27 | updated-date: 1900-01-01 28 | added-date: 1900-01-01 29 | -------------------------------------------------------------------------------- /src/series/Final_Fight.yml: -------------------------------------------------------------------------------- 1 | name: Final Fight 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Final Fight AE (Final Fight hack): 6 | genres: [] 7 | platforms: [] 8 | Final Fight AE CPS2 (Final Fight hack): 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Final Fight AE (Final Fight hack) 14 | identifier: FFAEE 15 | url: https://gamehackfan.github.io/ffaee/ 16 | obsolete: true 17 | comment: Game editor with bundled randomizer - OBSOLETE due to the superior CPS2 version 18 | updated-date: 1900-01-01 19 | added-date: 1900-01-01 20 | - games: 21 | - Final Fight AE CPS2 (Final Fight hack) 22 | identifier: FFAEE-C2 23 | url: https://gamehackfan.github.io/ffaee-c2/ 24 | comment: Game editor with bundled randomizer 25 | updated-date: 1900-01-01 26 | added-date: 1900-01-01 27 | -------------------------------------------------------------------------------- /src/404.html: -------------------------------------------------------------------------------- 1 | --- 2 | permalink: /404.html 3 | sitemap: false 4 | --- 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | HTTP 404 Not Found 13 | 14 | 27 | 28 | 29 | 30 |
31 |
32 | 33 | -------------------------------------------------------------------------------- /src/series/Octopath_Traveler.yml: -------------------------------------------------------------------------------- 1 | name: Octopath Traveler 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Octopath Traveler: 6 | genres: [] 7 | platforms: [] 8 | Octopath Traveler II: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Octopath Traveler 14 | identifier: Boss Randomizer 15 | url: https://github.com/mastermind1919/OctopathBossRandomizer 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Octopath Traveler 20 | identifier: Job Randomizer 21 | url: https://github.com/MarvinXLII/OctopathTravelerJobRandomizer 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | - games: 25 | - Octopath Traveler II 26 | identifier: MarvinXLII's 27 | url: https://github.com/MarvinXLII/OT2R 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | -------------------------------------------------------------------------------- /src/series/Cave_Story.yml: -------------------------------------------------------------------------------- 1 | name: Cave Story 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Cave Story: 6 | genres: [] 7 | platforms: [] 8 | Cave Story+: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Cave Story 14 | - Cave Story+ 15 | identifier: Randovania 16 | url: https://randovania.org/games/cave_story/ 17 | multiworld: Randovania 18 | updated-date: 1900-01-01 19 | added-date: 1900-01-01 20 | - games: 21 | - Cave Story 22 | - Cave Story+ 23 | identifier: shru's 24 | url: https://shru.itch.io/cave-story-randomizer 25 | obsolete: true 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Cave Story 30 | identifier: Doukutsu Randamu 31 | url: https://trashboxbobylev.itch.io/doukutsu-randamu 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | -------------------------------------------------------------------------------- /src/series/Wolfenstein.yml: -------------------------------------------------------------------------------- 1 | name: Wolfenstein 2 | comment: '' 3 | sub-series: 4 | - id Software engines 5 | games: 6 | Spear of Destiny: 7 | genres: [] 8 | platforms: [] 9 | sub-series: id Software engines 10 | Wolfenstein 3D: 11 | genres: [] 12 | platforms: [] 13 | sub-series: id Software engines 14 | randomizers: 15 | - games: 16 | - Wolfenstein 3D 17 | - Spear of Destiny 18 | identifier: OBSIDIAN 19 | url: https://obsidian-level-maker.github.io/index.html 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - Wolfenstein 3D 24 | identifier: OBLIGE 25 | url: https://oblige.sourceforge.net/ 26 | obsolete: true 27 | comment: Version 0.97 had experimental support for [Wolfenstein 3D](https://sourceforge.net/projects/oblige/files/Oblige/0.97/) 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | -------------------------------------------------------------------------------- /src/series/Victoria.yml: -------------------------------------------------------------------------------- 1 | name: Victoria 2 | comment: Old versions of Paradox Development Studio games are available on Steam as betas. 3 | sub-series: [] 4 | games: 5 | Victoria II: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Victoria II 11 | identifier: FortTell's Random World Generator 12 | url: https://yadi.sk/d/b6jEkpbrBMexiw 13 | comment: '[Original release forum post](https://forum.paradoxplaza.com/forum/threads/victoria-ii-random-world-generator.546055/page-35#post-26579083) for Paradox Interactive account users' 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - Victoria II 18 | identifier: Jefferson Pinheiro's Random World Generator 19 | url: https://web.archive.org/web/20210125171855/https://www.magiadosdoces.com/jeff/v2rwg.html 20 | obsolete: true 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | -------------------------------------------------------------------------------- /src/_includes/game.html: -------------------------------------------------------------------------------- 1 | 2 | {%- assign game_data = include.series.games[include.game] -%} 3 | 4 | {%- unless include.notitle -%} 5 |

6 | {{ include.game }} 7 | {%- if game_data.release-date -%} 8 | {%- assign release_year = game_data.release-date | split: "-" | first -%} 9 | ({{ release_year }}) 10 | {%- endif -%} 11 |

12 | {%- endunless -%} 13 | 14 |

15 | {%- if game_data.sub-series -%} 16 | {{ game_data.sub-series }} 17 | {% if game_data.genres.size > 0 || game_data.platforms.size > 0 %} 18 | | 19 | {% endif %} 20 | {%- endif -%} 21 | {{ game_data.genres | join: ", " }} 22 | {% if game_data.genres.size > 0 && game_data.platforms.size > 0 %} 23 | | 24 | {% endif %} 25 | {{ game_data.platforms | join: ", " }} 26 |

27 | 28 | {%- if game_data.comment -%} 29 |

{{ game_data.comment | markdownify }}

30 | {%- endif -%} 31 | -------------------------------------------------------------------------------- /src/series/Banjo-Kazooie.yml: -------------------------------------------------------------------------------- 1 | name: Banjo-Kazooie 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Banjo-Kazooie: 6 | genres: [] 7 | platforms: [] 8 | Banjo-Tooie: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Banjo-Kazooie 14 | identifier: Giant Jigglypuff's 15 | url: https://github.com/CyrusKashef/BK_Randomizer 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Banjo-Tooie 20 | identifier: jjjj12212's Archipelago 21 | url: https://github.com/jjjj12212/Archipelago-BanjoTooie 22 | updated-date: 2025-07-27 23 | added-date: 2025-07-27 24 | opensource: True 25 | multiworld: Archipelago 26 | - games: 27 | - Banjo-Tooie 28 | identifier: Zenpock's 29 | url: https://github.com/Zenpock/Tooie-Randomizer 30 | updated-date: 2025-07-27 31 | added-date: 2025-07-27 32 | opensource: True 33 | -------------------------------------------------------------------------------- /src/series/Quake.yml: -------------------------------------------------------------------------------- 1 | name: Quake 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Quake: 6 | genres: [] 7 | platforms: [] 8 | Quake II: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Quake 14 | - Quake II 15 | identifier: OBLIGE 16 | url: https://sourceforge.net/projects/oblige/files/Oblige/4.28/ 17 | comment: '4.28 supported Hexen: Beyond Heretic / Quake / Quake II' 18 | updated-date: 1900-01-01 19 | added-date: 1900-01-01 20 | - games: 21 | - Quake 22 | identifier: RandoQ 23 | url: https://www.reddit.com/r/quake/comments/q3d0mc/quake_randomizer_updated_for_the_quake_rerelease/ 24 | updated-date: 1900-01-01 25 | added-date: 1900-01-01 26 | - games: 27 | - Quake II 28 | identifier: Campaign Randomizer 29 | url: https://www.nexusmods.com/quake2/mods/6 30 | updated-date: 1900-01-01 31 | added-date: 1900-01-01 32 | -------------------------------------------------------------------------------- /src/series/Xeno.yml: -------------------------------------------------------------------------------- 1 | name: Xeno 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Xenoblade Chronicles: 6 | genres: [] 7 | platforms: [] 8 | Xenoblade Chronicles 3: 9 | genres: [] 10 | platforms: [] 11 | Xenoblade Chronicles 2: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Xenoblade Chronicles 3 17 | identifier: Future Redeemed unlock kit balance editor 18 | url: https://github.com/RoccoDev/xc3fr-unlock-kit-balance 19 | comment: Randomizes Art Unlock Kit locations 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - Xenoblade Chronicles 24 | - Xenoblade Chronicles 2 25 | - Xenoblade Chronicles 3 26 | identifier: SonahSofern's 27 | url: https://github.com/SonahSofern/Xenoblade-Series-Randomizer 28 | updated-date: 2025-11-17 29 | added-date: 2025-04-27 30 | opensource: True 31 | -------------------------------------------------------------------------------- /src/series/Plants_vs_Zombies.yml: -------------------------------------------------------------------------------- 1 | name: Plants vs. Zombies 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | PlantsVsZombies.NET (Plants vs. Zombies unofficial PC port): 6 | genres: [] 7 | platforms: [] 8 | Plants Vs. Zombies: 9 | genres: [] 10 | platforms: ['PC'] 11 | 12 | randomizers: 13 | - games: 14 | - PlantsVsZombies.NET (Plants vs. Zombies unofficial PC port) 15 | identifier: Andree's 16 | url: https://github.com/Andree12/PVZ1-Randomizer 17 | comment: Requires the Windows Phone version of the game and [Visual Studio Community 2019](https://learn.microsoft.com/en-us/visualstudio/releases/2019/release-notes) 18 | updated-date: 1900-01-01 19 | added-date: 1900-01-01 20 | - games: 21 | - Plants Vs. Zombies 22 | identifier: Cyber-Gon's 23 | url: https://github.com/Cyber-Gon/pvz-randomiser 24 | updated-date: 2025-11-17 25 | added-date: 2025-11-17 26 | opensource: True 27 | -------------------------------------------------------------------------------- /src/series/Phantasy_Star.yml: -------------------------------------------------------------------------------- 1 | name: Phantasy Star 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Phantasy Star II: 6 | genres: [] 7 | platforms: [] 8 | 'Phantasy Star IV: The End of the Millennium': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Phantasy Star II 14 | identifier: LadyStarbird's 15 | url: https://github.com/MrStarbird/PSII-Randomizer/releases 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - 'Phantasy Star IV: The End of the Millennium' 20 | identifier: LadyStarbird's, 2018 21 | url: https://github.com/MrStarbird/PStar4-Randomizer 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | - games: 25 | - 'Phantasy Star IV: The End of the Millennium' 26 | identifier: Profound Disorder 27 | url: https://sites.google.com/view/ps4-pd/home 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | -------------------------------------------------------------------------------- /src/series/La-Mulana.yml: -------------------------------------------------------------------------------- 1 | name: La-Mulana 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | La-Mulana (2011 remake): 6 | genres: [] 7 | platforms: [] 8 | La-Mulana (The Maze of Galious fangame): 9 | genres: [] 10 | platforms: [] 11 | La-Mulana 2: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - La-Mulana (The Maze of Galious fangame) 17 | identifier: progre's 18 | url: https://github.com/progre/lmorandomizer 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - La-Mulana (2011 remake) 23 | identifier: thezerothcat's 24 | url: https://github.com/thezerothcat/LaMulanaRandomizer 25 | updated-date: 1900-01-01 26 | added-date: 1900-01-01 27 | - games: 28 | - La-Mulana 2 29 | identifier: Coookie93's 30 | url: https://github.com/Coookie93/LaMulana2Randomizer 31 | updated-date: 1900-01-01 32 | added-date: 1900-01-01 33 | -------------------------------------------------------------------------------- /src/series/System_Shock.yml: -------------------------------------------------------------------------------- 1 | name: System Shock 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Secmod (mod): 6 | genres: [] 7 | platforms: [] 8 | System Shock (2023): 9 | genres: [] 10 | platforms: [] 11 | System Shock 2: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - System Shock (2023) 17 | identifier: Ironman 18 | url: https://www.nexusmods.com/systemshock2023/mods/55 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - System Shock 2 23 | - Secmod (mod) 24 | identifier: Sarge945's 25 | url: https://www.systemshock.org/index.php?topic=12152.0 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - System Shock 2 30 | identifier: Zygoptera's 31 | url: https://www.systemshock.org/index.php?topic=67.0 32 | obsolete: true 33 | updated-date: 1900-01-01 34 | added-date: 1900-01-01 35 | -------------------------------------------------------------------------------- /src/series/Divinity.yml: -------------------------------------------------------------------------------- 1 | name: Divinity 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Divinity: Original Sin 2': 6 | genres: [] 7 | platforms: [] 8 | 'Divinity: Original Sin 2 - Definitive Edition': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - 'Divinity: Original Sin 2' 14 | identifier: Enemy Randomization 15 | url: https://www.nexusmods.com/divinityoriginalsin2/mods/110 16 | comment: Also on [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1155733310) 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - 'Divinity: Original Sin 2 - Definitive Edition' 21 | identifier: Enemy Randomization 22 | url: https://www.nexusmods.com/divinityoriginalsin2definitiveedition/mods/9 23 | comment: Also on [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1499465417) 24 | updated-date: 1900-01-01 25 | added-date: 1900-01-01 26 | -------------------------------------------------------------------------------- /src/series/Strife.yml: -------------------------------------------------------------------------------- 1 | name: Strife 2 | comment: '' 3 | sub-series: 4 | - id Software engines 5 | games: 6 | Strife: 7 | genres: [] 8 | platforms: [] 9 | sub-series: id Software engines 10 | randomizers: 11 | - games: 12 | - Strife 13 | identifier: CustomDoom 14 | url: https://forum.zdoom.org/viewtopic.php?f=45&t=51446 15 | obsolete: true 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Strife 20 | identifier: Universal Custom Doom 21 | url: https://forum.zdoom.org/viewtopic.php?f=43&t=64678 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | - games: 25 | - Strife 26 | identifier: Universal Entropy 27 | url: https://www.moddb.com/mods/universal-entropy 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | - games: 31 | - Strife 32 | identifier: OBSIDIAN 33 | url: https://obsidian-level-maker.github.io/index.html 34 | updated-date: 1900-01-01 35 | added-date: 1900-01-01 36 | -------------------------------------------------------------------------------- /src/series/Crusader_Kings.yml: -------------------------------------------------------------------------------- 1 | name: Crusader Kings 2 | comment: Old versions of Paradox Development Studio games are available on Steam as betas. To unlock Crusader Kings II versions prior to 2.8.3.4, refer to [this official announcement](https://forum.paradoxplaza.com/forum/threads/changes-to-playing-previous-versions-of-pds-titles.1120883/). 3 | sub-series: [] 4 | games: 5 | Crusader Kings II: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Crusader Kings II 11 | identifier: Alternate History and Random Map Generator 12 | url: https://forum.paradoxplaza.com/forum/threads/tool-crusader-kings-2-alternate-history-and-random-map-generator.880329/ 13 | obsolete: true 14 | updated-date: 1900-01-01 15 | added-date: 1900-01-01 16 | - games: 17 | - Crusader Kings II 18 | identifier: Holy Fury Map Generator 19 | url: https://forum.paradoxplaza.com/forum/threads/tool-ck2-holy-fury-map-generator.1129166/ 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | -------------------------------------------------------------------------------- /src/series/Ultima.yml: -------------------------------------------------------------------------------- 1 | name: Ultima 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Ultima IV: Quest of the Avatar (NES)': 6 | genres: [] 7 | platforms: [] 8 | 'Ultima IV: Quest of the Avatar (PC)': 9 | genres: [] 10 | platforms: [] 11 | 'Ultima VI: The False Prophet (Super NES)': 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - 'Ultima IV: Quest of the Avatar (PC)' 17 | identifier: Fenyx4's 18 | url: https://github.com/Fenyx4/U4DosRandomizer 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - 'Ultima IV: Quest of the Avatar (NES)' 23 | identifier: Gilmok's 24 | url: https://github.com/Gilmok/U4Rando/ 25 | updated-date: 1900-01-01 26 | added-date: 1900-01-01 27 | - games: 28 | - 'Ultima VI: The False Prophet (Super NES)' 29 | identifier: squibbons's 30 | url: https://arya-iwakura.github.io/Ultima6Randomizer/ 31 | updated-date: 1900-01-01 32 | added-date: 1900-01-01 33 | -------------------------------------------------------------------------------- /src/series/Age_of_Empires.yml: -------------------------------------------------------------------------------- 1 | name: Age of Empires 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Age of Empires II (2013) / Age of Empires II: Definitive Edition': 6 | genres: [] 7 | platforms: [] 8 | 'Age of Empires II: The Age of Kings': 9 | genres: [] 10 | platforms: [] 11 | 'Age of Mythology: Extended Edition': 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - 'Age of Empires II: The Age of Kings' 17 | - 'Age of Empires II (2013) / Age of Empires II: Definitive Edition' 18 | identifier: HyperRandom 19 | url: https://aok.heavengames.com/cgi-bin/forums/display.cgi?action=ct&f=28,44641,,365 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - 'Age of Mythology: Extended Edition' 24 | identifier: Steam Workshop - Map Scripts 25 | url: https://steamcommunity.com/workshop/browse/?appid=266840&requiredtags%5B%5D=Random+Map+Scripts 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | -------------------------------------------------------------------------------- /src/_includes/rando.html: -------------------------------------------------------------------------------- 1 | {%- assign rando = include.rando -%} 2 |
  • 3 | {%- if include.showgames -%} 4 | {%- assign randogames = rando.games | sort_natural -%} 5 |
    6 |
      7 | {% for game in randogames %} 8 |
    • {{ game }}
    • 9 | {% endfor %} 10 |
    11 |
    12 |

    {{ rando.identifier }}

    13 | {%- else -%} 14 |
    {{ rando.identifier }}
    15 | {%- endif -%} 16 | 17 | {%- if rando.sub-series -%} 18 |

    Sub-series: {{ rando.sub-series }}

    19 | {%- endif -%} 20 | {%- if rando.obsolete -%} 21 |

    OBSOLETE

    22 | {%- endif -%} 23 | {%- if rando.multiworld -%} 24 |

    Multiworld: {{ rando.multiworld }}

    25 | {%- endif -%} 26 | {%- if rando.comment -%} 27 |

    {{ rando.comment | markdownify }}

    28 | {%- endif -%} 29 |
  • 30 | -------------------------------------------------------------------------------- /src/series/Super_Smash_Bros.yml: -------------------------------------------------------------------------------- 1 | name: Super Smash Bros. 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Super Smash Bros. Melee: 6 | genres: [] 7 | platforms: [] 8 | Super Smash Bros. Ultimate: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Super Smash Bros. Melee 14 | identifier: Break the Targets Randomizer 15 | url: https://bttrandomizer.com/ 16 | updated-date: 1900-01-01 17 | added-date: 1900-01-01 18 | - games: 19 | - Super Smash Bros. Melee 20 | identifier: drewlith's 21 | url: https://github.com/drewlith/ssbmr 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | - games: 25 | - Super Smash Bros. Ultimate 26 | identifier: Skelux's 27 | url: https://skelux.net/showthread.php?tid=954 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | - games: 31 | - Super Smash Bros. Ultimate 32 | identifier: WoL Randomizer 33 | url: https://gamebanana.com/tools/9313 34 | updated-date: 1900-01-01 35 | added-date: 1900-01-01 36 | -------------------------------------------------------------------------------- /src/series/Chex_Quest.yml: -------------------------------------------------------------------------------- 1 | name: Chex Quest 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Chex Quest: 6 | genres: [] 7 | platforms: [] 8 | Chex Quest 3 (fangame): 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Chex Quest 14 | identifier: CustomDoom 15 | url: https://forum.zdoom.org/viewtopic.php?f=45&t=51446 16 | obsolete: true 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - Chex Quest 21 | identifier: Universal Custom Doom 22 | url: https://forum.zdoom.org/viewtopic.php?f=43&t=64678 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | - games: 26 | - Chex Quest 27 | identifier: Universal Entropy 28 | url: https://www.moddb.com/mods/universal-entropy 29 | updated-date: 1900-01-01 30 | added-date: 1900-01-01 31 | - games: 32 | - Chex Quest 3 (fangame) 33 | identifier: OBSIDIAN 34 | url: https://obsidian-level-maker.github.io/index.html 35 | updated-date: 1900-01-01 36 | added-date: 1900-01-01 37 | -------------------------------------------------------------------------------- /src/series/Soul_Blazer.yml: -------------------------------------------------------------------------------- 1 | name: Soul Blazer / Illusion of Gaia / Terranigma 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Illusion of Gaia: 6 | genres: [] 7 | platforms: [] 8 | Soul Blazer: 9 | genres: [] 10 | platforms: [] 11 | Terranigma: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Soul Blazer 17 | identifier: RandoBlazer 18 | url: https://randoblazer.orphis.net/ 19 | comment: Old [Windows binaries](https://github.com/LeHulk1/RandoBlazer/tree/master/Releases) 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - Illusion of Gaia 24 | identifier: DontBaguMe's 25 | url: https://www.iogr.app 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Terranigma 30 | identifier: TerraFluky 31 | url: https://www.terranigma.be/index.php?title=TerraFluky 32 | comment: '[Discord server](https://discord.com/invite/NkdvaHp) for support' 33 | updated-date: 1900-01-01 34 | added-date: 1900-01-01 35 | -------------------------------------------------------------------------------- /src/series/Borderlands.yml: -------------------------------------------------------------------------------- 1 | name: Borderlands 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Borderlands 2: 6 | genres: [] 7 | platforms: [] 8 | 'Borderlands: The Pre-Sequel': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Borderlands 2 14 | - 'Borderlands: The Pre-Sequel' 15 | identifier: BLCMods 16 | url: https://github.com/BLCM/BLCMods 17 | comment: Mod repository containing multiple randomizers 18 | updated-date: 1900-01-01 19 | added-date: 1900-01-01 20 | - games: 21 | - Borderlands 2 22 | identifier: shadowevil1996's Gun and Item Randomizer 23 | url: https://www.se7ensins.com/forums/threads/borderlands-2-gun-item-randomizer-mod.1269836/ 24 | obsolete: true 25 | updated-date: 1900-01-01 26 | added-date: 1900-01-01 27 | - games: 28 | - 'Borderlands: The Pre-Sequel' 29 | identifier: Turk's Gun Randomizer 30 | url: https://www.mediafire.com/file/gst4yd3gzuly36y/TPS+gun+randomizer.CT 31 | obsolete: true 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | -------------------------------------------------------------------------------- /src/_includes/series_games.html: -------------------------------------------------------------------------------- 1 | {%- assign series = include.series -%} 2 | {%- assign multirandos = series.randomizers | where_exp:"r", "r.games.size >= 3" -%} 3 | 4 | {%- assign cutoff = series.randomizers.size | minus: 2 -%} 5 | {%- if multirandos.size > 0 and multirandos.size > cutoff -%} 6 | {%- assign multirandos = series.randomizers -%} 7 | {%- elsif multirandos.size > 0 -%} 8 |

    Multi-Game Randomizers

    9 | {%- endif -%} 10 | 11 | {%- if multirandos.size > 0 -%} 12 | {%- include randos_list.html series=series parent_name=series.name randos=multirandos showgames=true -%} 13 | {%- endif -%} 14 | 15 | {%- if multirandos.size < series.randomizers.size -%} 16 | {%- for game in games -%} 17 | {%- assign randos = series.randomizers | where_exp:"r", "r.games.size < 3" | where_exp:"r","r.games contains game" -%} 18 | {%- if randos.size == 0 -%} 19 | {%- continue -%} 20 | {%- endif -%} 21 | 22 | {%- include game.html series=series game=game -%} 23 | {%- include randos_list.html series=series parent_name=game randos=randos -%} 24 | {%- endfor -%} 25 | {%- endif -%} 26 | -------------------------------------------------------------------------------- /src/series/Diablo.yml: -------------------------------------------------------------------------------- 1 | name: Diablo 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Diablo II: 6 | genres: [] 7 | platforms: [] 8 | 'Diablo II: Resurrected': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Diablo II 14 | identifier: D2 Mod Maker 15 | url: https://github.com/tlentz/d2modmaker 16 | comment: Modding tool with bundled randomizer 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - Diablo II 21 | identifier: Sunbeam's 22 | url: https://www.mediafire.com/file/g8om1vq2rui2kxb/D2Randomizer_0.1.1.zip/file 23 | comment: Support available on [Sunbeam's Discord server](https://discord.com/invite/K9AeByXyMu), originally posted on [Sunbeam's Twitter](https://twitter.com/SunbeamX11/status/1383417309201453058) 24 | updated-date: 1900-01-01 25 | added-date: 1900-01-01 26 | - games: 27 | - 'Diablo II: Resurrected' 28 | identifier: Mod generator 29 | url: https://github.com/mapron/d2modgen 30 | comment: Modding tool with bundled randomizer 31 | updated-date: 1900-01-01 32 | added-date: 1900-01-01 33 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016 Guillaume Fortin-Debigaré 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /src/series/The_Legend_of_Heroes.yml: -------------------------------------------------------------------------------- 1 | name: The Legend of Heroes 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'The Legend of Heroes: Trails into Reverie': 6 | genres: [] 7 | platforms: [] 8 | 'The Legend of Heroes: Trails of Cold Steel': 9 | genres: [] 10 | platforms: [] 11 | 'The Legend of Heroes: Trails of Cold Steel III': 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - 'The Legend of Heroes: Trails of Cold Steel' 17 | identifier: nnguyen259's 18 | url: https://github.com/nnguyen259/ColdSteelRandomizer 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - 'The Legend of Heroes: Trails of Cold Steel III' 23 | identifier: nnguyen259's 24 | url: https://github.com/nnguyen259/ColdSteel3Tools 25 | comment: Modding tool with bundled randomizer 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - 'The Legend of Heroes: Trails into Reverie' 30 | identifier: nnguyen259's 31 | url: https://github.com/nnguyen259/ReverieRandomizer 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | -------------------------------------------------------------------------------- /src/series/Breath_of_Fire.yml: -------------------------------------------------------------------------------- 1 | name: Breath of Fire 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Breath of Fire: 6 | genres: [] 7 | platforms: [] 8 | Breath of Fire II: 9 | genres: [] 10 | platforms: [] 11 | Breath of Fire III: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Breath of Fire 17 | identifier: pelador's 18 | url: https://github.com/pelador/Breath-of-Fire-Rando 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - Breath of Fire 23 | identifier: Dan Jia Randomizers 24 | url: https://github.com/vinheim3/randomizers 25 | comment: Download code in local directory and open `index.html` to use 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Breath of Fire II 30 | identifier: Painsong 31 | url: https://github.com/abyssonym/painsong 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | - games: 35 | - Breath of Fire III 36 | identifier: The Vast and the Violent 37 | url: https://github.com/abyssonym/vast_violence 38 | updated-date: 1900-01-01 39 | added-date: 1900-01-01 40 | -------------------------------------------------------------------------------- /src/series/SpongeBob_SquarePants.yml: -------------------------------------------------------------------------------- 1 | name: SpongeBob SquarePants 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'SpongeBob SquarePants: Battle for Bikini Bottom (GameCube / Xbox / PS2)': 6 | genres: [] 7 | platforms: [] 8 | 'SpongeBob SquarePants: Battle for Bikini Bottom (GameCube)': 9 | genres: [] 10 | platforms: [] 11 | The SpongeBob SquarePants Movie (GameCube / Xbox / PS2): 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - 'SpongeBob SquarePants: Battle for Bikini Bottom (GameCube)' 17 | identifier: BfBB AP World 18 | url: https://github.com/Cyb3RGER/bfbb_ap_world/ 19 | comment: Requires [Archipelago](https://archipelago.gg/) 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - 'SpongeBob SquarePants: Battle for Bikini Bottom (GameCube / Xbox / PS2)' 24 | - The SpongeBob SquarePants Movie (GameCube / Xbox / PS2) 25 | identifier: Industrial Park 26 | url: https://github.com/igorseabra4/IndustrialPark 27 | comment: Level editor with bundled randomizer - [User guide](https://heavyironmodding.org/wiki/Randomizer) 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | -------------------------------------------------------------------------------- /src/series/Subnautica.yml: -------------------------------------------------------------------------------- 1 | name: Subnautica 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Subnautica: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Subnautica 11 | identifier: Aci's Drop Randomizer Challenge 12 | url: https://www.nexusmods.com/subnautica/mods/1230 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Subnautica 17 | identifier: Randomizer Remade 18 | url: https://www.nexusmods.com/subnautica/mods/764 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - Subnautica 23 | identifier: Stephen England's 24 | url: https://www.nexusmods.com/subnautica/mods/309 25 | obsolete: true 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Subnautica 30 | identifier: Transition Randomiser 31 | url: https://www.nexusmods.com/subnautica/mods/960 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | - games: 35 | - Subnautica 36 | identifier: Archipelago 37 | url: https://archipelago.gg/tutorial/#Subnautica 38 | multiworld: Archipelago 39 | updated-date: 1900-01-01 40 | added-date: 1900-01-01 41 | -------------------------------------------------------------------------------- /respell-schema.py: -------------------------------------------------------------------------------- 1 | import json, yaml 2 | from pathlib import Path 3 | 4 | """ 5 | Edit the below functions to execute on all series, games & randos respectively. 6 | 7 | `**games` is a dict[game_name, game_dict] 8 | 9 | Example; 10 | def transform_series(series: dict): 11 | if "comment" in series: 12 | if series["comment"] is None: 13 | series["comment"] = "" 14 | if series.get("sub-series", None) is None: 15 | series["sub-series"] = [] 16 | """ 17 | 18 | def transform_series(series: dict): 19 | ... 20 | 21 | def transform_games(**games: dict): 22 | ... 23 | 24 | def transform_randos(*randos: dict): 25 | ... 26 | 27 | 28 | if __name__ == "__main__": 29 | with open("src/schemata/series.schema.json") as f: 30 | schema = json.load(f) 31 | 32 | for filename in Path("src/series/").glob("*"): 33 | with open(filename, "r+", encoding="utf-8") as f: 34 | data = yaml.full_load(f) 35 | transform_series(data) 36 | transform_games(**data["games"]) 37 | transform_randos(*data["randomizers"]) 38 | with open(filename, "w", encoding="utf-8") as f: 39 | yaml.dump(data, f, indent=4, allow_unicode=True, sort_keys=False, width=10000) 40 | -------------------------------------------------------------------------------- /src/series/Halo.yml: -------------------------------------------------------------------------------- 1 | name: Halo 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Halo 3 (The Master Chief Collection): 6 | genres: [] 7 | platforms: [] 8 | 'Halo: Combat Evolved Anniversary (The Master Chief Collection)': 9 | genres: [] 10 | platforms: [] 11 | 'Halo: Reach (The Master Chief Collection)': 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - 'Halo: Combat Evolved Anniversary (The Master Chief Collection)' 17 | identifier: Enemy Randomizer 18 | url: https://github.com/Burnt-o/CEER 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - Halo 3 (The Master Chief Collection) 23 | identifier: NPC Weapon Randomzier 24 | url: https://www.nexusmods.com/halothemasterchiefcollection/mods/2326 25 | comment: Also on [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2974714610) 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - 'Halo: Reach (The Master Chief Collection)' 30 | identifier: NateRFrost's 31 | url: https://github.com/NateRFrost/ReachVisualRandomizer 32 | updated-date: 2025-02-11 33 | added-date: 2025-02-11 34 | opensource: True 35 | -------------------------------------------------------------------------------- /src/_includes/recents.html: -------------------------------------------------------------------------------- 1 | {%- assign old = site.time | date: '%s' | minus: 15552000 | append: '' -%} 2 | 3 | {%- assign randos = "" | split: "" -%} 4 | 5 | {%- for series in include.series -%} 6 | {%- assign series_id=series[0] -%} 7 | {%- assign series_data=series[1] -%} 8 | 9 | {%- for rando in series_data.randomizers -%} 10 | {%- assign updated = rando.updated-date | date: '%s' -%} 11 | {%- if rando.updated-date == null or updated < old -%} 12 | {%- continue -%} 13 | {%- endif -%} 14 | {%- assign randos = randos | push: rando -%} 15 | {%- endfor -%} 16 | {%- endfor -%} 17 | 18 | {%- assign randos = randos | sort_natural: "updated-date" | reverse -%} 19 | {%- assign prev_updated = "" -%} 20 | 21 | 35 | -------------------------------------------------------------------------------- /src/series/Dark_Cloud.yml: -------------------------------------------------------------------------------- 1 | name: Dark Cloud 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Dark Cloud: 6 | genres: [] 7 | platforms: [] 8 | Dark Cloud 2: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Dark Cloud 14 | identifier: Chest Randomizer 15 | url: https://www.reddit.com/r/DarkCloud/comments/g141j0/dark_cloud_chest_randomizer_v102_update_upcoming/ 16 | comment: Requires special emulator [PCSX2 v1.4.0](https://pcsx2.net/downloads/) 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - Dark Cloud 21 | identifier: Enemy Randomizer 22 | url: https://www.reddit.com/r/DarkCloud/comments/g6aqab/dark_cloud_1_enemy_randomizer_emulator/ 23 | comment: Requires special emulator [PCSX2 v1.4.0](https://pcsx2.net/downloads/) 24 | updated-date: 1900-01-01 25 | added-date: 1900-01-01 26 | - games: 27 | - Dark Cloud 2 28 | identifier: Chest Randomizer 29 | url: https://www.reddit.com/r/DarkCloud/comments/m4f253/dc2_introducing_dark_cloud_2_chest_randomizer/ 30 | comment: Requires special emulator [PCSX2 v1.4.0 or v1.6.0](https://pcsx2.net/downloads/) (Chest Randomizer) 31 | updated-date: 1900-01-01 32 | added-date: 1900-01-01 33 | -------------------------------------------------------------------------------- /src/series/X.yml: -------------------------------------------------------------------------------- 1 | name: X 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'X2: The Threat': 6 | genres: [Strategy] 7 | platforms: [PC] 8 | release-date: 2003-08-07 9 | 'X3: Terran Conflict': 10 | genres: [Strategy] 11 | platforms: [PC] 12 | release-date: 2008-10-16 13 | randomizers: 14 | - games: 15 | - 'X2: The Threat' 16 | identifier: Galaxy Editor 17 | url: https://xehonk.de/projects/galaxyeditor.php 18 | obsolete: true 19 | comment: Includes random galaxy creator 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - 'X2: The Threat' 24 | identifier: XUniverseWizard 25 | url: https://sourceforge.net/projects/xuniversewizard/ 26 | comment: Download of dependency requires Egosoft account 27 | updated-date: 1900-01-01 28 | added-date: 1900-01-01 29 | - games: 30 | - 'X3: Terran Conflict' 31 | identifier: Map Generator 32 | url: https://www.nexusmods.com/x3terranconflict/mods/121 33 | updated-date: 2024-08-06 34 | added-date: 2024-08-06 35 | - games: 36 | - 'X3: Terran Conflict' 37 | identifier: Mayhem 38 | url: https://www.moddb.com/mods/mayhem 39 | updated-date: 2024-08-06 40 | added-date: 2024-08-06 41 | -------------------------------------------------------------------------------- /src/series/Hollow_Knight.yml: -------------------------------------------------------------------------------- 1 | name: Hollow Knight 2 | comment: 'Use [Lumafly](https://themulhima.github.io/Lumafly/) for easy installation & updates. 3 | 4 | 5 | Support is available on the [official Hollow Knight Discord server](https://discord.com/invite/hollowknight) in the #randomizer channel.' 6 | sub-series: [] 7 | games: 8 | Hollow Knight: 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Hollow Knight 14 | identifier: Randomizer 4 15 | url: https://github.com/homothetyhk/RandomizerMod 16 | comment: Find add-ons through Lumafly's `Advanced Search > Search by Dependencies & Integrations` with the term `Randomizer 4`. 17 | updated-date: 2024-05-29 18 | added-date: 1900-01-01 19 | - games: 20 | - Hollow Knight 21 | identifier: Multiworld 22 | url: https://github.com/Shadudev/HollowKnight.MultiWorld 23 | multiworld: Shadu-Multiworld 24 | comment: Requires Randomizer 4. Also see Itemsync in the same repo or on Lumafly. 25 | updated-date: 2024-05-29 26 | added-date: 2024-05-29 27 | - games: 28 | - Hollow Knight 29 | identifier: Archipelago 30 | url: https://archipelago.gg/tutorial/#Hollow%20Knight 31 | multiworld: Archipelago 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | -------------------------------------------------------------------------------- /src/series/Undertale.yml: -------------------------------------------------------------------------------- 1 | name: Undertale / Deltarune 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Deltarune (Chapter 1&2): 6 | genres: [] 7 | platforms: [] 8 | Deltarune (SURVEY_PROGRAM): 9 | genres: [] 10 | platforms: [] 11 | Undertale: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Undertale 17 | identifier: Geno Randomizer 18 | url: https://gamejolt.com/games/UndertaleGenoRandomizer/604714 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - Undertale 23 | identifier: Archipelago 24 | url: https://archipelago.gg/tutorial/#Undertale 25 | multiworld: Archipelago 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Deltarune (SURVEY_PROGRAM) 30 | identifier: Deltarando 31 | url: https://discord.com/invite/WwVB9sxd47 32 | comment: 'Discord account required - Located in the #resources channel - Randomizes Chapter 1' 33 | updated-date: 1900-01-01 34 | added-date: 1900-01-01 35 | - games: 36 | - Deltarune (Chapter 1&2) 37 | identifier: Chapter 2 Encounter Randomizer 38 | url: https://gamebanana.com/mods/405974 39 | comment: Randomizes Chapter 2 40 | updated-date: 1900-01-01 41 | added-date: 1900-01-01 42 | -------------------------------------------------------------------------------- /src/series/Shining.yml: -------------------------------------------------------------------------------- 1 | name: Shining 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Shining Force: 6 | genres: [] 7 | platforms: [] 8 | Shining Force II: 9 | genres: [] 10 | platforms: [] 11 | Shining Force III: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - Shining Force 17 | identifier: Join Order Randomizer 18 | url: https://forums.shiningforcecentral.com/viewtopic.php?t=45800 19 | updated-date: 1900-01-01 20 | added-date: 1900-01-01 21 | - games: 22 | - Shining Force II 23 | identifier: Scrambled Force II 24 | url: https://forums.shiningforcecentral.com/viewtopic.php?f=5&t=15502 25 | updated-date: 1900-01-01 26 | added-date: 1900-01-01 27 | - games: 28 | - Shining Force II 29 | identifier: Shining Chaos Prelude 30 | url: https://www.romhacking.net/hacks/5809/ 31 | updated-date: 1900-01-01 32 | added-date: 1900-01-01 33 | - games: 34 | - Shining Force III 35 | identifier: Chaos 36 | url: https://sf3transftp.shiningforcecentral.com/Mods/ 37 | comment: More information in the [Shining Force III Translation Project Progress Report May 2022](https://sf3trans.shiningforcecentral.com/2022/05/11/progress-report-may-2022/) 38 | updated-date: 1900-01-01 39 | added-date: 1900-01-01 40 | -------------------------------------------------------------------------------- /src/assets/index.js: -------------------------------------------------------------------------------- 1 | (() => { 2 | 'use strict' 3 | 4 | const getStoredTheme = () => localStorage.getItem('theme') 5 | const setStoredTheme = theme => localStorage.setItem('theme', theme) 6 | 7 | const getPreferredTheme = () => { 8 | const storedTheme = getStoredTheme() 9 | if (storedTheme) { 10 | return storedTheme 11 | } 12 | 13 | return window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light' 14 | } 15 | 16 | const setTheme = theme => { 17 | document.documentElement.setAttribute('data-bs-theme', theme); 18 | 19 | let opposite = (theme == 'dark') ? 'light' : 'dark'; 20 | $("#themeSwitch").addClass('btn-' + opposite).removeClass('btn-' + theme); 21 | let icon = (theme == 'dark') ? 'sun' : 'moon'; 22 | let oppositeIcon = (theme == 'dark') ? 'moon' : 'sun'; 23 | $("#themeSwitch > i").addClass('bi-' + icon).removeClass('bi-' + oppositeIcon) 24 | } 25 | 26 | window.addEventListener('DOMContentLoaded', () => { 27 | setTheme(getPreferredTheme()) 28 | }); 29 | 30 | document.getElementById("themeSwitch").addEventListener("click", () => { 31 | if (document.documentElement.getAttribute('data-bs-theme') == 'dark') { 32 | setTheme("light") 33 | setStoredTheme("light") 34 | } 35 | else { 36 | setTheme("dark") 37 | setStoredTheme("dark") 38 | } 39 | }); 40 | 41 | })(); -------------------------------------------------------------------------------- /src/series/Elden_Ring_.yml: -------------------------------------------------------------------------------- 1 | name: 'Elden Ring ' 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Elden Ring: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Elden Ring 11 | identifier: Elden Loot 12 | url: https://www.nexusmods.com/eldenring/mods/2683 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Elden Ring 17 | identifier: Fog Gate Randomizer 18 | url: https://www.nexusmods.com/eldenring/mods/3295 19 | comment: Unofficial [Randomizer Hints](https://www.nexusmods.com/eldenring/mods/4096) mod 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - Elden Ring 24 | identifier: Item and Param Randomiser 25 | url: https://www.nexusmods.com/eldenring/mods/97 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Elden Ring 30 | identifier: Item and Enemy Randomizer 31 | url: https://www.nexusmods.com/eldenring/mods/428 32 | comment: Unofficial [Randomizer Hints](https://www.nexusmods.com/eldenring/mods/4096) mod 33 | updated-date: 1900-01-01 34 | added-date: 1900-01-01 35 | - games: 36 | - Elden Ring 37 | identifier: Summon Randomizer 38 | url: https://www.nexusmods.com/eldenring/mods/982 39 | updated-date: 1900-01-01 40 | added-date: 1900-01-01 41 | -------------------------------------------------------------------------------- /src/series/Crash_Bandicoot.yml: -------------------------------------------------------------------------------- 1 | name: Crash Bandicoot 2 | comment: '' 3 | sub-series: 4 | - Main 5 | - Racing 6 | games: 7 | Crash Bandicoot: 8 | genres: [] 9 | platforms: [] 10 | 'Crash Bandicoot 2: Cortex Strikes Back': 11 | genres: [] 12 | platforms: [] 13 | 'Crash Bandicoot: The Wrath of Cortex': 14 | genres: [] 15 | platforms: [] 16 | 'Crash Bandicoot: Warped': 17 | genres: [] 18 | platforms: [] 19 | Crash Nitro Kart: 20 | genres: [] 21 | platforms: [] 22 | Crash Tag Team Racing: 23 | genres: [] 24 | platforms: [] 25 | sub-series: Racing 26 | Crash Twinsanity: 27 | genres: [] 28 | platforms: [] 29 | randomizers: 30 | - games: 31 | - Crash Tag Team Racing 32 | identifier: CDRomatron's 33 | url: https://github.com/CDRomatron/CTTRRando 34 | updated-date: 1900-01-01 35 | added-date: 1900-01-01 36 | - games: 37 | - Crash Nitro Kart 38 | - Crash Twinsanity 39 | - Crash Tag Team Racing 40 | - Crash Bandicoot 41 | - 'Crash Bandicoot 2: Cortex Strikes Back' 42 | - 'Crash Bandicoot: Warped' 43 | - 'Crash Bandicoot: The Wrath of Cortex' 44 | identifier: Crate Mod Loader 45 | url: https://github.com/TheBetaM/CrateModLoader 46 | updated-date: 1900-01-01 47 | added-date: 1900-01-01 48 | -------------------------------------------------------------------------------- /src/series/Shin_Megami_Tensei.yml: -------------------------------------------------------------------------------- 1 | name: Shin Megami Tensei 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Shin Megami Tensei: 6 | genres: [] 7 | platforms: [] 8 | 'Shin Megami Tensei III: Nocturne': 9 | genres: [] 10 | platforms: [] 11 | 'Shin Megami Tensei: Strange Journey': 12 | genres: [] 13 | platforms: [] 14 | 'Shin Megami Tensei V: Vengeance': 15 | genres: [RPG] 16 | platforms: [PC,PS4,PS5,Xbox One,Switch,Xbox Series] 17 | randomizers: 18 | - games: 19 | - Shin Megami Tensei 20 | identifier: spannerisms's 21 | url: https://github.com/spannerisms/smt1rando 22 | updated-date: 1900-01-01 23 | added-date: 1900-01-01 24 | - games: 25 | - 'Shin Megami Tensei III: Nocturne' 26 | identifier: NMarkro's 27 | url: https://github.com/nmarkro/Nocturne-Randomizer 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | - games: 31 | - 'Shin Megami Tensei: Strange Journey' 32 | identifier: Disaster Cycle 33 | url: https://github.com/abyssonym/disastercycle 34 | updated-date: 1900-01-01 35 | added-date: 1900-01-01 36 | - games: 37 | - 'Shin Megami Tensei V: Vengeance' 38 | identifier: Sjerver's 39 | url: https://github.com/Sjerver/smtVV-rando 40 | updated-date: 2024-10-01 41 | added-date: 2024-10-01 42 | opensource: true 43 | -------------------------------------------------------------------------------- /src/series/Star_Wars.yml: -------------------------------------------------------------------------------- 1 | name: Star Wars 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Lego Star Wars: The Complete Saga': 6 | genres: [] 7 | platforms: [] 8 | 'Star Wars Jedi Knight: Jedi Academy': 9 | genres: [] 10 | platforms: [] 11 | 'Star Wars Jedi: Fallen Order': 12 | genres: [] 13 | platforms: [] 14 | 'Star Wars: Dark Forces': 15 | genres: [] 16 | platforms: [] 17 | randomizers: 18 | - games: 19 | - 'Star Wars: Dark Forces' 20 | identifier: Showcase 21 | url: https://github.com/The-MAZZTer/DarkForces 22 | comment: Modding tool with bundled randomizer 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | - games: 26 | - 'Star Wars Jedi Knight: Jedi Academy' 27 | identifier: RandomJK 28 | url: https://github.com/ps1337/RandomJK 29 | updated-date: 1900-01-01 30 | added-date: 1900-01-01 31 | - games: 32 | - 'Lego Star Wars: The Complete Saga' 33 | identifier: Viola's 34 | url: https://discord.com/invite/h5NKfmGWWm 35 | comment: 'Discord account required - Located in the #downloads channel' 36 | updated-date: 1900-01-01 37 | added-date: 1900-01-01 38 | - games: 39 | - 'Star Wars Jedi: Fallen Order' 40 | identifier: Enemy Randomizer 41 | url: https://www.nexusmods.com/starwarsjedifallenorder/mods/209 42 | updated-date: 1900-01-01 43 | added-date: 1900-01-01 44 | -------------------------------------------------------------------------------- /src/series/Minecraft.yml: -------------------------------------------------------------------------------- 1 | name: Minecraft 2 | comment: '_Old versions of Minecraft: Java Edition are available on Mojang''s website, although note that such versions may contain critical security vulnerabilities. Direct download links can be found on [MCVersions](https://mcversions.net/) for convenience._' 3 | sub-series: [] 4 | games: 5 | 'Minecraft: Java Edition': 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - 'Minecraft: Java Edition' 11 | identifier: Fasguy's Minecraft Toolbox 12 | url: https://fasguy.net/minecraft_toolbox/info 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - 'Minecraft: Java Edition' 17 | identifier: Loot Table Randomizer 18 | url: https://www.youtube.com/watch?v=3JEXAZOrykQ 19 | obsolete: true 20 | comment: Located in video description - Requires [Python 3](https://www.python.org/downloads/) 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | - games: 24 | - 'Minecraft: Java Edition' 25 | identifier: MotzlMotzt's 26 | url: https://www.spigotmc.org/resources/randomizer-1-13-1-16-x.77069/ 27 | obsolete: true 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | - games: 31 | - 'Minecraft: Java Edition' 32 | identifier: Archipelago 33 | url: https://archipelago.gg/tutorial/#Minecraft 34 | updated-date: 1900-01-01 35 | added-date: 1900-01-01 36 | -------------------------------------------------------------------------------- /src/series/Terraria.yml: -------------------------------------------------------------------------------- 1 | name: Terraria 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Terraria: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Terraria 11 | identifier: Chest Randomizer 12 | url: http://artemis251.fobby.net/stuff/terrariaMusic.html 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | obsolete: True 16 | - games: 17 | - Terraria 18 | identifier: Flag Randomizer 19 | url: https://forums.terraria.org/index.php?threads/terraria-flag-randomizer.113407/ 20 | comment: Requires [tModLoader](https://tmodloader.net/) 21 | updated-date: 1900-01-01 22 | added-date: 1900-01-01 23 | - games: 24 | - Terraria 25 | identifier: JamSnack's 26 | url: https://forums.terraria.org/index.php?threads/randomizer-challenge-mod.83163/ 27 | comment: Requires [tModLoader](https://tmodloader.net/) 28 | updated-date: 1900-01-01 29 | added-date: 1900-01-01 30 | obsolete: True 31 | - games: 32 | - Terraria 33 | identifier: Archipelago 34 | url: https://archipelago.gg/tutorial/#Terraria 35 | multiworld: Archipelago 36 | updated-date: 1900-01-01 37 | added-date: 1900-01-01 38 | - games: 39 | - Terraria 40 | identifier: Michaelsoftman's 41 | url: https://steamcommunity.com/sharedfiles/filedetails/?id=3417044889 42 | updated-date: 2025-04-27 43 | added-date: 2025-04-27 44 | comment: Requires [tModLoader](https://tmodloader.net/) 45 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/2-submission.yml: -------------------------------------------------------------------------------- 1 | name: "Submit New Randomizer" 2 | description: Submit a new randomizer for inclusion into the rando-list. You can also do this via a Pull Request. 3 | title: "[Submission]: " 4 | labels: ["submission"] 5 | body: 6 | - type: input 7 | id: url 8 | attributes: 9 | label: URL Link 10 | description: Where can we find this randomizer 11 | placeholder: https://github.com/1337coder/pong-nl-randomizer 12 | validations: 13 | required: true 14 | - type: input 15 | id: series 16 | attributes: 17 | label: Game Series 18 | description: What series of games is this for? You can list multiple. 19 | placeholder: Pong 20 | validations: 21 | required: true 22 | - type: input 23 | id: game 24 | attributes: 25 | label: Game(s) 26 | description: What game is this for? You can list multiple. 27 | placeholder: "Pong: The Next Level" 28 | validations: 29 | required: true 30 | - type: textarea 31 | id: summary 32 | attributes: 33 | label: Summary 34 | description: Explain the new randomizer and its features so we can ensure it qualifies. Does it make any other randomizers obsolete? Which ones? 35 | validations: 36 | required: true 37 | - type: checkboxes 38 | attributes: 39 | label: Open source? 40 | description: Is this randomizer open source? Leave unchecked if you're not sure. 41 | options: 42 | - label: Open source 43 | -------------------------------------------------------------------------------- /src/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | # Hello! This is where you manage which Jekyll version is used to run. 3 | # When you want to use a different version, change it below, save the 4 | # file and run `bundle install`. Run Jekyll with `bundle exec`, like so: 5 | # 6 | # bundle exec jekyll serve 7 | # 8 | # This will help ensure the proper Jekyll version is running. 9 | # Happy Jekylling! 10 | gem "jekyll", "~> 3.10.0" 11 | # This is the default theme for new Jekyll sites. You may change this to anything you like. 12 | gem "minima", "~> 2.5" 13 | # If you want to use GitHub Pages, remove the "gem "jekyll"" above and 14 | # uncomment the line below. To upgrade, run `bundle update github-pages`. 15 | gem "github-pages", "~> 232", group: :jekyll_plugins 16 | # If you have any plugins, put them here! 17 | group :jekyll_plugins do 18 | gem "jekyll-feed", "~> 0.12" 19 | gem 'jekyll-sitemap' 20 | end 21 | 22 | # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem 23 | # and associated library. 24 | platforms :mingw, :x64_mingw, :mswin, :jruby do 25 | gem "tzinfo", ">= 1", "< 3" 26 | gem "tzinfo-data" 27 | end 28 | 29 | # Performance-booster for watching directories on Windows 30 | gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] 31 | 32 | # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem 33 | # do not have a Java counterpart. 34 | gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] 35 | 36 | gem "webrick", "~> 1.8" 37 | -------------------------------------------------------------------------------- /src/_includes/series.html: -------------------------------------------------------------------------------- 1 | {%- assign series = include.series -%} 2 | {%- assign games = "" | split: "" -%} 3 | {%- for game in include.series.games -%} 4 | {%- assign games = games | push: game[0] -%} 5 | {%- endfor -%} 6 | {%- assign games = games | sort_natural -%} 7 | {%- assign id = series.name | cgi_escape -%} 8 | 9 |
    10 |
    11 |

    12 | 13 | {{ series.name }} 14 |

    15 | 16 | 19 |
    20 | 21 |
    22 |
    23 | {%- if series.comment -%} 24 |

    {{ series.comment | markdownify }}

    25 | {%- endif -%} 26 | 27 |
      28 | {%- if include.games_merged -%} 29 | {%- include randos_list.html randos=series.randomizers parent_name=series.name showgames=true -%} 30 | {%- else -%} 31 | {%- include series_games.html series=series -%} 32 | {%- endif -%} 33 |
    34 |
    35 |
    36 |
    37 | -------------------------------------------------------------------------------- /src/series/Golden_Sun.yml: -------------------------------------------------------------------------------- 1 | name: Golden Sun 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Golden Sun: 6 | genres: [] 7 | platforms: [] 8 | 'Golden Sun: The Lost Age': 9 | genres: [] 10 | platforms: [] 11 | randomizers: 12 | - games: 13 | - Golden Sun 14 | identifier: MarvinXLII's 15 | url: https://web.archive.org/web/20210418021402/https://forum.goldensunhacking.net/index.php?action=downloads;sa=view;down=120 16 | obsolete: true 17 | updated-date: 1900-01-01 18 | added-date: 1900-01-01 19 | - games: 20 | - Golden Sun 21 | identifier: Valyssa's 22 | url: https://github.com/Valyssa/GS-Randomizer 23 | updated-date: 1900-01-01 24 | added-date: 1900-01-01 25 | - games: 26 | - Golden Sun 27 | identifier: MarvinXLII's 28 | url: https://web.archive.org/web/20210418021402/https://forum.goldensunhacking.net/index.php?action=downloads;sa=view;down=120 29 | obsolete: true 30 | updated-date: 1900-01-01 31 | added-date: 1900-01-01 32 | - games: 33 | - 'Golden Sun: The Lost Age' 34 | identifier: Karanum's 35 | url: https://gs2randomiser.com/ 36 | updated-date: 1900-01-01 37 | added-date: 1900-01-01 38 | - games: 39 | - 'Golden Sun: The Lost Age' 40 | identifier: MarvinXLII's 41 | url: https://web.archive.org/web/20210401215000/http://forum.goldensunhacking.net/index.php?action=downloads;sa=view;down=122 42 | obsolete: true 43 | updated-date: 1900-01-01 44 | added-date: 1900-01-01 45 | -------------------------------------------------------------------------------- /src/series/Stardew_Valley.yml: -------------------------------------------------------------------------------- 1 | name: Stardew Valley 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Stardew Valley: 6 | genres: [] 7 | platforms: [] 8 | randomizers: 9 | - games: 10 | - Stardew Valley 11 | identifier: Community Center Bundles Randomizer 12 | url: https://www.nexusmods.com/stardewvalley/mods/20425 13 | updated-date: 1900-01-01 14 | added-date: 1900-01-01 15 | - games: 16 | - Stardew Valley 17 | identifier: More Random Edition 18 | url: https://github.com/chikakoo/stardew-valley-randomizer 19 | comment: Unofficial [compatibility fix for newer SMAPI versions](https://www.nexusmods.com/stardewvalley/mods/16921) 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - Stardew Valley 24 | identifier: Queen of Sauce Randomizer 25 | url: https://www.nexusmods.com/stardewvalley/mods/7151 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Stardew Valley 30 | identifier: Tooshi's 31 | url: https://stardewvalley.curseforge.com/projects/stardew-valley-randomizer 32 | obsolete: true 33 | comment: '[Source code](https://github.com/cTooshi/stardew-valley-randomizer)' 34 | updated-date: 1900-01-01 35 | added-date: 1900-01-01 36 | - games: 37 | - Stardew Valley 38 | identifier: Archipelago 39 | url: https://archipelago.gg/tutorial/#Stardew%20Valley 40 | multiworld: Archipelago 41 | updated-date: 1900-01-01 42 | added-date: 1900-01-01 43 | -------------------------------------------------------------------------------- /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- 1 | # Sample workflow for building and deploying a Jekyll site to GitHub Pages 2 | name: Jekyll build and deploy 3 | 4 | on: ["push", "pull_request", "workflow_dispatch"] 5 | 6 | # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages 7 | permissions: 8 | contents: read 9 | pages: write 10 | id-token: write 11 | 12 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. 13 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. 14 | concurrency: 15 | group: "pages" 16 | cancel-in-progress: false 17 | 18 | jobs: 19 | # Build job 20 | build_jekyll: 21 | runs-on: ubuntu-latest 22 | steps: 23 | - name: Checkout 24 | uses: actions/checkout@v4 25 | - name: Setup Pages 26 | uses: actions/configure-pages@v5 27 | - name: Build with Jekyll 28 | uses: actions/jekyll-build-pages@v1 29 | with: 30 | source: ./src/ 31 | destination: ./_site 32 | - name: Upload artifact 33 | uses: actions/upload-pages-artifact@v3 34 | 35 | # Deployment job 36 | deploy_jekyll: 37 | if: ${{ (github.repository_owner == 'video-game-randomizers') && (github.ref == 'refs/heads/main') }} 38 | environment: 39 | name: github-pages 40 | url: ${{ steps.deployment.outputs.page_url }} 41 | runs-on: ubuntu-latest 42 | needs: build_jekyll 43 | steps: 44 | - name: Deploy to GitHub Pages 45 | id: deployment 46 | uses: actions/deploy-pages@v4 47 | -------------------------------------------------------------------------------- /src/series/SaGa.yml: -------------------------------------------------------------------------------- 1 | name: SaGa / Final Fantasy Legend 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | Final Fantasy Legend II: 6 | genres: [] 7 | platforms: [] 8 | Final Fantasy Legend III: 9 | genres: [] 10 | platforms: [] 11 | The Final Fantasy Legend: 12 | genres: [] 13 | platforms: [] 14 | randomizers: 15 | - games: 16 | - The Final Fantasy Legend 17 | identifier: Chaoseum 18 | url: https://towerreversed.neocities.org/projects 19 | comment: Located under ffl chaoseum 20 | updated-date: 1900-01-01 21 | added-date: 1900-01-01 22 | - games: 23 | - The Final Fantasy Legend 24 | identifier: eclipseyy's 25 | url: https://github.com/eclipseyy/FFLRandomizer 26 | updated-date: 1900-01-01 27 | added-date: 1900-01-01 28 | - games: 29 | - Final Fantasy Legend II 30 | identifier: Mighty Power 31 | url: https://github.com/abyssonym/mighty_power 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | - games: 35 | - Final Fantasy Legend II 36 | identifier: Taeveril's 37 | url: https://github.com/Taeveril/FFL2-Randomizer 38 | updated-date: 2025-08-26 39 | added-date: 2025-08-26 40 | - games: 41 | - Final Fantasy Legend III 42 | identifier: Lunacy 43 | url: https://www.romhacking.net/hacks/4351/ 44 | updated-date: 1900-01-01 45 | added-date: 1900-01-01 46 | - games: 47 | - Final Fantasy Legend III 48 | identifier: abyssonym's 49 | url: https://github.com/abyssonym/ffl3rando 50 | updated-date: 2025-12-17 51 | added-date: 2025-12-17 52 | opensource: true 53 | -------------------------------------------------------------------------------- /src/series/Digimon.yml: -------------------------------------------------------------------------------- 1 | name: Digimon 2 | comment: '' 3 | sub-series: [] 4 | games: 5 | 'Digimon Story Cyber Sleuth: Complete Edition': 6 | genres: [] 7 | platforms: [] 8 | Digimon World: 9 | genres: [] 10 | platforms: [] 11 | Digimon World 2: 12 | genres: [] 13 | platforms: [] 14 | Digimon World 3: 15 | genres: [] 16 | platforms: [] 17 | Digimon World Dawn/Dusk: 18 | genres: [] 19 | platforms: [] 20 | randomizers: 21 | - games: 22 | - Digimon World 23 | identifier: meekrhino's 24 | url: https://github.com/meekrhino/digimon_world_randomizer 25 | updated-date: 1900-01-01 26 | added-date: 1900-01-01 27 | - games: 28 | - Digimon World 2 29 | identifier: GlorySeeker's 30 | url: https://discord.com/invite/rtFMVyZkbY 31 | comment: 'Discord account required - Located in the #tool-releases channel' 32 | updated-date: 1900-01-01 33 | added-date: 1900-01-01 34 | - games: 35 | - Digimon World 3 36 | identifier: markisha64's 37 | url: https://www.romhacking.net/utilities/1788/ 38 | updated-date: 1900-01-01 39 | added-date: 1900-01-01 40 | - games: 41 | - 'Digimon Story Cyber Sleuth: Complete Edition' 42 | identifier: zeak6464's 43 | url: https://gamebanana.com/mods/369682 44 | comment: '[Source code](https://github.com/zeak6464/Digimon-Cyber-Sleuth-Mods)' 45 | updated-date: 1900-01-01 46 | added-date: 1900-01-01 47 | - games: 48 | - Digimon World Dawn/Dusk 49 | identifier: joaomlsantos's 50 | url: https://github.com/joaomlsantos/DWDDRandomizer 51 | updated-date: 2025-02-11 52 | added-date: 2025-02-11 53 | opensource: True 54 | --------------------------------------------------------------------------------