We just reached 30,000 articles on this wiki! 🥳
If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Help:Contents/Finding Content
Jump to navigation
Jump to search
This is a sub-page of Help:Contents.
So you want to search the insides of a game to see if there is any content suitable for TCRF. That's great! Here are some helpful tools, guides, and tips.
Contents
Master List
File Formats Search By File Format |
Systems Search By System |
Game Engines Search By Game Engine |
Tools
- Memory Watcher/Editor
- This is normally included with most emulators, for old games. For recent games, try Cheat Engine. This will allow you to edit values in the game's memory, like your health and ammo, but it can be used for much more.
- Hex Editor
- This will also allow you to change memory values in the game, but on the hardcoded stuff, not when the game is running. Though hex editors are mostly used to search for strings. Optionally, but strongly recommended for newer disc-based/PC games, one can use an extractor for finding files in common formats (i.e. Ogg Vorbis files, .PNGs, DirectX textures). An example of this type of program would be Game Extractor. Also optional is the use of fan-made editors or viewers for specific games. These can help look at resources directly from the game.
- Debugger
- On top of being able to watch the memory, debuggers are typically used for error tracking in a game's development. They can pause a program at a particular point. Single-stepping is also often possible in these programs, allowing one to go through a program's procedures step by step. Sometimes, these can even step backwards in a program's execution.
- Disassembler
- In the most extreme cases, one may have to reverse engineer the game. These will take a binary and produce a listing of all of the functions found within a program. This is not recommended for those not familiar with assembly languages.
Guides
To do: Add a guide with platform/toolkit-specific tips: with Flash, you can right-click, zoom out, and find off-camera content; with arcade titles, you can use MAME's tools; with SCUMMVM games, you can use the program's built-in tools, etc. |
Here are a few helpful guides that will teach you on how to search for unused levels, hidden comments, debug modes, and more! Of course, not every game is quite the same, so the information here won't always apply to your hunt for content. Nonetheless, perhaps it will be of use!
Getting Started The basics of digging through games. |
Finding text How to find hidden text, from unused dialogue to angry comments. |
Finding menus and areas How to find unused menus or areas, like sound tests and debug menus. |
Finding items Some of you might use this to hack your inventory... |
Finding graphics Stuff that wasn't for show. |
Finding audio Let's hope we don't find just garbage and assume it's garbled audio. |
Compression Algorithms Find about all the various compression methods and how to decompress particular algorithms. |
Opening archives How to open archives/file containers. |
Memory editing guide How to use a memory watcher/editor. |
Debugger guide How to use a number of emulator/platform debuggers. |
The little things Easy stuff that isn't as interesting, but is still worth pointing out. |
Tips
- Always look for content inside "first time games". These are flagship projects created by a publisher or developer, and usually have a lot of content. Examples:
- Super Mario RPG: Legend of the Seven Stars (first 3D game for Nintendo and Squaresoft)
- The Legend of Zelda: Ocarina of Time (first Zelda game for the Nintendo 64)
- Super Mario 64 (N64 launch title)
- Write down everything you find. Later, you can go back and analyze what's good and what's not, and spot connections you may have missed.
- If you need ideas of things that might be inside the final game and unused, check the manual and cover of the corresponding game. Some of the screenshots or text could contain an element that was present in an earlier version of the game, and sometimes, it can also be found hidden away in the final version (Examples: The Legend of Zelda: Twilight Princess's magic meter, Sonic the Hedgehog's 1-up sphere in Special Stages).
- Check the forum, discord and subreddit for findings posted there.