-
Notifications
You must be signed in to change notification settings - Fork 10
Subsets
Advanced Developer Topic
When browsing the list of 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.
Subsets are typically home to specific types of challenge runs. They have also inherited what have been known simply as [Bonus]
and [Multi]
sets.
The methods to create a Subset and means to play them will change once they become a more integrated feature. As of now, they require a patch to generate a unique hash and are separate entries from the base set, so achievements must be obtained separately as well.
While Bonus sets are subject to debate amongst both players and achievement creators, the overall purpose of a bonus set is for achievements that were not fit for the base set to have a home and still be obtainable by a devoted player. Think of them as "deluxe" challenges. The following types of achievements are the most suitable for Bonus Sets:
-
Extreme Challenges: If it's generally voiced a challenge is too difficult, it's a prime candidate for a Bonus set. However, just because the achievement(s) are possible to code does not mean they are possible to obtain; therefore, the achievement must still be obtainable. A good example of this is the infamous Mr. Perfect from Mega Man (NES), which requires the player to complete the entire game without taking damage.
-
Grind Sessions: If achievements involve overly long and frustrating grinds that have no meaningful purpose, they're better suited for Bonus sets. These include leveling characters to the maximum level, maxing out stats, performing a task an absurd amount of times, etc. when none of those things award the player. A good example of something grindy that awards the player, thus making it suitable for a base set, is One of a Kind from Final Fantasy IV (SNES), which requires a highly RNG-reliant grind for an item to trade for said armor.
-
Variety Packs - Want to do a mixture of Subset ideas all within one set because you don't want to do several different Subsets? Then do it and throw it in a Bonus set. An example of this is the Suikoden Bonus Set, which contains various challenge runs, rare drops, and extreme challenges within a single subset.
-
Showcasing of or Abuse of Glitches: Glitching can have unpredictable effects in a game's memory, which can result in unwanted behavior for some achievements, thus making them not suitable for a base set. Some examples of this are Replica from Final Fantasy VII (PlayStation) and Rare Candy Addiction from Pokemon - Red and Blue Versions (Game Boy.
This one is simple. If an achievement requires input from more than one player in order to unlock it, then it cannot be in the base set.
While many base sets include plenty of challenges, developers have the option to add challenges that last the duration of a game's playthrough to a Subset. These are typically self-imposed challenges that go against how a game is normally played. Examples:
-
Chrono Trigger - No Level Up - requires players to complete the game without ever leveling up their characters.
-
EarthBound - Rare Drops - requires players to obtain all the rare drops from enemies.
-
Final Fantasy - Solo Class - requires players to complete the game using only one character class, but they need to do it with every class to master the set.
-
Pokemon - Professor Oak Challenge - There are several of these so far! This challenge requires players to catch and/or evolve every Pokemon possible between major story points in the game.
-
Trails in the Sky FC - NG Nightmare - requires players to obtain 100% completion in a single, NG (New Game) playthrough on the Nightmare difficulty setting, as opposed to doing it on NG+ with carryovers.
Not very common, but will become more common as our console support expands. Achievements in these sets are exclusive to a game's downloadable content or expansion pack(s). Examples:
-
Arc the Lad 2 - Arc Arena: Monster Tournament - released as a bonus disc in the Arc the Lad Collection, this requires save data from Arc the Lad 2 in order to play.
-
F-Zero X - Expansion Kit - achievements are for content exclusive to the 64DD expansion of the game.
-
Return Fire - Maps o' Death - a separate release that provides additional maps to the game. It requires save data from the original game in order to play.
If a regional variant of a game does not have enough differences to warrant a "full" set, but you don't want to include it with the base set due to interference with base challenges, you can make a Subset to showcase the differences.
To prevent players from getting confused, there is a specific naming scheme required for all Subsets:
-
Bonus Sets: Must have
[Subset - Bonus]
following the base game title. For example:Castlevania [Subset - Bonus]
andDarkwing Duck [Subset - Bonus]
.
-
Multi Sets: Must have
[Subset - Multi]
following the base game title. For example:Contra [Subset - Multi]
andKirby 64: THe Crystal Shards [Subset - Multi]
.
-
Challenge Runs: Must have
[Subset - Challenge Name/Type]
following the base game title. For example:Chrono Trigger [Subset - No Level Up]
andPocket Monsters Midori [Subset - Monotype Challenge]
.
-
DLC and Expansions: Must have
[Subset - DLC/Expansion Name
following the base game title. For example:Return Fire - [Subset - Maps o' Death]
andF-Zero X [Subset - Expansion Kit]
A developer does not need to claim an approved Subset if they are the sole author of the base set. If the developer is not the sole author of the base set, then they will need to post a plan in the forum and have it approved via revision voting.
A junior developer wishing to publish a Subset needs to have their plan approved by the code reviewers in addition to any needed Developer Compliance approval or revision vote.
No revision vote is required to add a Subset of a collaborative set if you are one of the collaborative authors and all other authors agree.
The following are types of Subsets that are approved by default:
- Bonus
- Multi
- DLC/Expansions
- Glitch Showcases
- Regional Differences
- Challenge Run: Low Level Game/No Leveling Runs
- Challenge Run: Solo Class/Monotype Runs
- Challenge Run: Checkpoint Challenges, such as Professor Oak Challenges
- Challenge Run: Perma-Death Challenges, such as Nuzlocke Challenges
Subsets that deviate from the above list, such as Rare Drops, will need to be approved by DevCompliance, which in turn may require a revision vote.
In their current state, Subsets require a patch to modify the ROM. This ensures that the hash will be different so it can be linked to a separate entry. You should not use existing patches or alternate versions of the ROM since this can flag the hash when ran against existing DATs. In other words, the hash needs to be unique.
If you do not know how to create one of these patches, you can contact RAdmin and request for one to be made.
This will be the file you will be editing to become the bonus set ROM
You can skip this if you already have one. Several games already special ROM hacking tool chains. A lot of them are available on GitHub, but there's a plethora of them on ROMHacking.net that make the task easier. You'll need to use a more generic tool for a game that doesn't have one. The edit needs to be enough to create a new hash for the ROM file. Tools to edit your ROM can be found on ROMHacking.net's Utilities Page.
Here are some narrowed searches which may help:
- Sprite Hacking tools - ROMHacking.net Filtered Search
- Text and text table hex editors - ROMHacking.net Filtered Search
Step 3 - Create a BPS Patch for the RAPatches Repository
The easiest way to do this is with Floating IPS; all you do is click "Create Patch,", select the unmodified ROM then modified ROM, and save a BPS patch. Providing this patch is a must as it ensures players will be able to play the bonus set.
You can put the patch in the RAPatches repository by opening a pull request to add it to appropriate directory. If for any reason, you are not able to or are not comfortable doing so, you can contact RAdmin to make sure the patch finds its way into the repository.
Linking the hash is no different than any other game. Be sure to provide the hash information in #hash-links-log on the RetroAchievements Discord or in the game's forum topic. Make sure all necessary information in the bonus set's game entry is filled out.
Again, just like any other set. Make sure the patch is linked in the forum so players are able to use it! Also, remember that it is against the rules to release the patched ROM itself! You must release the patch by itself to meet with guidelines on not publicly releasing copyrighted content on RetroAchievements).
- Game Icon guidelines for Subsets + include the border templates for Bonus and Multi icons.
- User Guidelines
- Developer Guidelines
- Content Guidelines
- FAQ
- Setup Guide
- Emulator Support and Issues
- Ways to Contribute
- RABot, the RA Discord Robot
- Events
- Overlay Themes
- Useful Links
- Contributing with the docs
- About Us
- Tutorials
- Developer Docs
- How to Become an Achievement Developer
- Getting Started as an Achievement Developer
- Game Identification
- Achievement Design
- Achievement Scoring
- Difficulty Scale and Balance
- Progression and Win Condition Typing
- Badge and Icon Creation
- Achievement Development Overview
- Flags
- BitCount Size
- Alt Groups
- Hit Counts
- Delta Values
- Prior Values
- Value Definition
- Condition Syntax
- Minimum Required Versions for Logic Features
- Memory Inspector
- Real Examples
- Set Development Roadmap
- Achievement Templates
- Tips and Tricks
- Leaderboards
- Rich Presence
- RATools
- Console Specific Tips
- Emulator Hotkeys for Developers
- libretro core support
- Docs To Do List
- WIP User Code of Conduct
- WIP CoC FAQ
- WIP Content Guidelines
- WIP-Jr
- WIP---Dev-Tips---Code-Notes-En-Masse
- WIP-‐-Reauthorship-Policy
- Manifesto RetroAchievements
- Código de Conduta do Usuário
- FAQ - Perguntas Frequentes
- Como contribuir se você não é um desenvolvedor
- Tutorial para Jogos Multi-Discos
- Introdução
- Primeiros Passos como um Desenvolvedor de Conquistas
- Recursos de Lógica para Achievements
- Exemplos Reais
- Dicas e Truques
- Dicas Específicas de Console
- Modelos de Achievement
- Escala de Dificuldade e Equilíbrio
- Roteiro de Desenvolvimento de um Set de Conquistas
- Criação de Ícones e Emblemas
- Leaderboards
- Rich Presence
- Design de Conquistas
- Manifesto RetroAchievements
- Código de Conducta del Usuario
- FAQ - Preguntas Frecuentes
- Tablas Globales y Reglas para la Casería de Logros
- Mi juego no esta cargando los logros
- Como contribuir si no eres un desarrollador
- Por que no deberías utilizar la función de cargar estado
- Contribuyendo con los documentos
- Como funciona la Documentación de RA
- Descargas
- Intro
- Código de Conducta del Desarrollador
- Como convertirme en un Desarrollador de Logros
- Primeros pasos como un Desarrollador de Logros
- Un vistazo al Inspector de Memoria
- Características en la Logica de un Logro
- Ejemplos Reales
- Intro
- Utilizando Hit Counts como un Temporizador
- Utilizando Valores Delta y Hit Counts para Detectar un Incremento
- Un Ejemplo Simple en como evitar el Abuso de Estados de Guardado
- Evitar el Problema de que un Contador se Incremente Dos Veces en el Mismo Frame
- Creando un Temporizador con un ResetIf Hits basándote en la Velocidad de un Juego
- Plantillas para Logros
- Tips y Trucos
- Escala de Dificultad y Balance
- Diseño de Logros
- Mapa de Desarrollo de Set
- Revisiones en Set de Logros
- Creación de Iconos y Badges
- Tablas de Clasificación
- Rich Presence
- Trabajando con el ROM apropiado
- Identificación del Juego
- Guía para Sets Bonus
- Logros para ROM hacks
- Tips Específicos por Consola