├── .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 |
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 |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 |