Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,13 @@ function sidebarGuidelines(): DefaultTheme.SidebarItem[] {
link: "/guidelines/content/achievements-for-rom-hacks",
},
{
text: "Subsets",
text: "Multiset and Subset Types",
link: "/guidelines/content/subsets",
},
{
text: "Subset Design",
link: "/guidelines/content/subset_design",
},
{
text: "Working with the Right ROM",
link: "/guidelines/content/working-with-the-right-rom",
Expand Down
2 changes: 2 additions & 0 deletions docs/guidelines/content/subset_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Subset Design
description: Learn about creating and managing subsets for RetroAchievements, including design guidelines as well as approval processes
---

# Subset Design

Subsets are secondary sets attached to games that already have a base set. While RA shines through its complete sets that include challenges and make masteries satisfying, certain games are home to challenges that are poor fit for base sets yet have become of interest to the community.

The design of these so-called subsets is particularly challenging. Challenges unfit for base sets are easy to come up with, simply disregarding good design practices or including unwelcome concepts will make sure of that. The challenging part is designing a subset that provides an interesting experience *despite* going against guidelines and conventional wisdom.
Expand Down
2 changes: 2 additions & 0 deletions docs/guidelines/content/subsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Multiset and Subset Types
description: Learn about subset types, multiset functionality and minimum requirements
---

# Multiset and Subset Types

When browsing the [list of games](https://retroachievements.org/games), you will see that some games have a `[Subset]` tag in the title. Each of these contain achievements that for some reason or another, are not available in a game's base set. To learn more about the kind of challenges that are included in subsets, refer to the [Subset Design](./subset_design) docs.
## Set Types

Expand Down
Loading