Basic Guide

Real-Time Corruptor: Basic Guide

RTC Concepts and Vocabulary

Before tackling how the corruptor is used, it is recommended to take some time to read the following details about the internals of RTC. These terms are going to be used throughout the entire guide.

Vanguard

Throughout this entire guide, Emulators and other programs that interface with RTC can be referenced as "Vanguard Implementations". This comes from the fact that RTC, as of version 5, uses a technology called Vanguard in order to bridge any program with RTC, therefore giving it control over its memory. In order for an emulator to interface in Real-Time with RTC, it must be modded with Vanguard and adhere to its API.

BlastUnit

This represents one Unit of corruption instructions.
The BlastUnit's behavior is defined by the engine that generated it and may contain one or many Addresses, Values and extra parameters. Said behavior can be customized through the Custom Engine.

BlastLayer

Type of item that contains BlastUnits generated from a corruption engine.
A BlastLayer is usually encapsulated within a StashKey and can be manipulated using the Blast Editor or by merging multiple BlastLayers in the Glitch Harvester's Stockpile Manager. It can also be appended to another Savestate by using the Inject function of the Glitch Harvester.
BlastLayers that are run from the Stockpile Player or the Glitch Harvester can be deactivated and reactivated on the fly (if applicable).

Blast

A Blast is the action of generating and/or applying a BlastLayer item (The action of corrupting).
When being generated, a Blast will contain a certain amount of BlastUnits. The amount of generated corruption Units is defined by the Intensity setting. The behavior of generated units can be tweaked by changing the selected Engine or building a custom behavior in the Custom Engine.
RTC is built in a way that corruption is always generated and saved in memory before being applied. This allows replayability, manipulation, and real-time interaction. When applied, byte-changing instructions usually backup values before modifying them. This allows corruption to be theoretically disabled/reapplied on the fly, although this doesn't always work. Certain types of units do not store backups. Instead, they simply get removed from their execution pools. This means that while their effect may be stopped in real-time, it also may not be completely reverted.

StashKey

Type of item that contains information about a game, its game state, and an attached BlastLayer (Corruption instructions).
Corrupting using the Glitch Harvester generates StashKeys and sends them in the Stash History. They can later be manipulated and/or added to a Stockpile.

Stockpile

Type of item that contains StashKeys.
Stockpiles are saved files that contain Stockpile items, Game Binaries, Savestates, corruption instructions, and information related to the targeted program, plugins, and config. It is worth noting that Stockpiles will contain Game Binaries by default. This means it is important to deselect "Include referenced files" in the Stockpile Manager of the Glitch Harvester when sharing Stockpiles online is the goal.
Stockpiles can be managed using the Glitch Harvester.
Stockpiles can be replayed using the Stockpile Player.

Memory Domain

Item that represents a chip or memory pool on an emulated system.
Memory Domains wrap the native memory areas into our own format. Every Vanguard Implementation has to wrap memory areas into Memory Domains, which allows for complete control by RTC. The high-level Memory Domain interface also allows for them to coexist with Virtual Memory Domains, which are a higher level of abstraction on top of normal Memory Domains.

Virtual Memory Domain

Item that represents continuous or non-contiguous part(s) of one or many Memory Domains
Virtual Memory Domains are abstract lists of pointers that act as a Memory Domain. Most of the tools won't know the difference between a normal Memory Domain and a VMD. VMDs are marked with [V] to show that they are not real. They can be saved and generated from files and formulas. BlastLayers can also be converted into VMDs.
More information about Virtual Memory Domains is available in the VMD Guide.

Emulation Step

Vanguard implementations are hooked to their emulator's clock using some sort of CPU loop. This means that RTC's clock is tied the game on a frame basis. Pausing the emulator causes this loop to also get paused, therefore halting any automatic generation of corruption.

Active Units and Infinite Units

As of version 5, RTC's BlastUnit format is completely programmable and is able to faithfully replace every BlastUnit type from the previous versions. Among the available behaviors, Units can be Active, meaning that they will have an effect for a certain amount of time, or Infinite, meaning that the effect will last forever.

General Parameters

Auto-Corrupt

When this is enabled, RTC will attempt to Generate and Execute a BlastLayer on every Emulation Step. The amount of corruption can be set by changing the Intensity and Error Delay settings.

Manual Blast

Alternatively to Auto-Corrupt, Blasting a game with corruption can be triggered manually.
Blasts with a bigger Intensity can be as effective as a controlled stream of corruption. It does give the user more control on when the game is altered.

Error Delay

Only Applicable to Auto-Corrupt.
The Error Delay is a divider to the amount of generated corruption. This defines Auto-Corrupt will Blast the game every X steps.
Example of how generation works with Error Delay: 1 second @ 60fps with Intensity 500 and Error Delay 1 will generate 30k units 1 second @ 60fps with Intensity 30k and Error Delay 60 will generate 30k units. The difference is that the first one will generate a constant stream of units while the second one will generate a big block of units every second.
It should be worth noting that tweaking the Error Delay is NOT necessary to get corruption results. It only serves as a way to space out blasts during auto-corrupt.

Intensity

The Intensity is a multiplier to the amount of generated Units in a Blast
Generally, the higher the Intensity is, the more corruption will happen
Some engines generate Active Units, which execute code on every frame that they are active. There is a maximum amount of 50 active units by default. This setting can be changed in the engine settings (when applicable) or in Settings and tools -> Corruption Settings
This means that a Blast with 100 Intensity while Max Active Units is set to 50 will have the same result as a blast with 50 intensity, given that the currently selected engine generates Active Units.

Blast Radius

When a Blast is generated, RTC can target multiple Memory Domains at once. Changing the Blast Radius affects how corruption scatters across the selected Memory Domains.
Spread: Randomly spread across the Memory Domains.
Chunk: Sent to a single zone that is randomly selected among the selected Memory Domains.
Burst: 10 Chunks of 1/10 of the total Intensity.
Even: Apply the blasts evenly spread through all selected domains.
Proportional: Apply the blasts proportionally through all selected domains based on the sizes.
Normalized: Iterate through all selected domains and apply blasts of intensity / (size of largest domain / size of current domain)

BizHawk: Rewindable Memory Domains

In BizHawk, all emulator cores come with Rewind capabilities. At the time of writing this guide, no other emulator than BizHawk supports native Rewind (among the ones modded with Vanguard).
By default, RTC will select Memory Domains that are Rewind-safe, meaning that the data edited in these domains can be rewinded out of. Reverting back the corruption that occurs in domains that aren't rewind-safe requires the selection of "Reboot Core" in the emulation menu of BizHawk or reloading a Glitch Harvester Savestate or StashKey.
It should be worth noting that RTC's Game Protection feature can act as a pseudo-rewind as it allows the user to jump back in the past using savestates. This feature should be available to any emulator with a Real-Time vanguard implementation.

Corruption Engines

These are the various Engine Templates that you can use for corrupting games. These can be customized in the Custom Engine, in which you can load a template to work from.

Nightmare Engine

This engine corrupts on the raw byte level.
Effect: It changes Bytes in Memory once.
Blast Type
This parameter defines the effect applied on Byte(s)
RANDOM: Will replace the Byte(s) at the selected address with random Byte(s)
RANDOMTILT: Will replace the Byte(s) with random Byte(s) or Increments it or Decrements it.
TILT: Will Increment or Decrement random Byte(s).

Hellgenie Engine

This engine generate Active Units, which execute on every frame. The Hellgenie Engine replicates the effect of Cheats (see Game Genie, Active Replay, GameShark) and replaces a value with a randomly selected one then applies it on every frame.
Effect: It randomly selects a value and forces a selected address to then keep that value.
Max Infinite Units
Infinite Units are resource expensive as they re-write memory on every frame and must be recycled. This allows you to define how many Infinite Units are allowed. New units retire old ones.
Clear units on rewind
When enabled, rewinding will clear all Infinite Units that have an infinite life time (when applicable).

Freeze Engine

This engine generate Active Units, which execute on every frame. The Freeze Engine replicates the effect of Cheats (see Game Genis, Active Replay, GameShark) and replaces a value on every frame. The difference between this engine and the Hellgenie Engine is that this doesn't generate a value but instead keeps the value at the target address and reapplies it on every frame, therefore freezing its value in place.
Effect: It forces Bytes at a selected address to keep their value.
Max Infinite Units
Infinite Units are resource expensive as they re-write memory on every frame and must be recycled. This allows you to define how many Infinite Units are allowed. New units retire old ones.
Clear units on rewind
When enabled, rewinding will clear all Infinite Units that have an infinite life time (when applicable).

Distortion Engine

This engine backups Bytes and restores those backups once, later in time.
Effect: This corrupts data by restoring parts of it to a previous state.
Distortion Delay
This is the amounts of steps that each corruption unit has to wait before restoring a backup.
Resync Distortion
This erases all current active units pending to be restored.

Pipe Engine

This engine generates units that bind addresses together and can make data bleed from a Memory Domain to another. It uses Infinite Units that route memory changes on every Emulator Step or frame.
Lock Step units
Prevents any change to be done to the current Active Units
Clear units on rewind
When enabled, rewinding will clear all Infinite Units that have an infinite life time (when applicable).

Vector Engine

This engine corrupts using a Limiter and Value list.
Effect: Allows for more controlled corruptions via the use of Limiter and Value lists.
Limiter List
On the generation of every Unit with this engine, the value at the randomly selected address is going to be compared to a list of legal values called a Limiter List. If the value at the random address isn't legal according to the list, the Unit then will not be part of the BlastLayer.
Value List
After generation of the Unit with this engine, a replacement value is assigned to the legal address. This value is randomly selected from a selected Value List.
Unlock
Allows the Engine Precision to be changed.

Lists

Cluster Engine

This engine swaps values with neighboring values.
Effect: TODO
Limiter List
On the generation of every Unit with this engine, the value at the randomly selected address is going to be compared to a list of legal values called a Limiter List. If the value at the random address isn't legal according to the list, the Unit then will not be part of the BlastLayer.
Method
TODO
Cluster Chunk Size
TODO
Rotate Amount
TODO
Cluster Direction
TODO
Split Blast Units
TODO
Filter All
TODO

Custom Engine

This engine allows you to mix and match parameters to create your own engine.
See the Custom Engine Guide for more information about it.

Engine Precision and Alignment

Allows you to choose what size BlastUnit will be generated. 8-bit (one byte), 16-bit (2 bytes), 32-bit (4 bytes) or 64-bit (8 bytes).
The alignment settings should always be left at 0 unless corruption is done on an experimental target or file, or if the game that is being corrupted mispositions its data.

Auto-KillSwitch

In order to give the user the smoothest experience, RTC will constantly monitor the state of the connected Vanguard-Modded emulator and attempt to kill it if it falls into a non-responsive state.
If the heartbeat between RTC and the emulator stops for a long period, the progress bar will indicate the remaining time before the KillSwitch fires automatically.
While many emulators can have their games crash gracefully, they can sometimes freeze or enter an infinite loop if the game crash couldn't be handled properly. This can be detected and RTC will then proceed to kill and restart said emulator.
When the Auto-KillSwitch is triggered, the user will hear a sound of broken plates, confirming that the emulator has been terminated. Said sound can be changed, replaced or muted in the Settings and tools.

Game Protection

The Game Protection optional feature has two benefits for the user:
  • Keeps regular backups of the game's state in case of a crash
  • Allows for a pseudo-rewind feature that works across all Real-Time Implementations
If the emulator crashes while Game Protection is enabled and there's at least one saved item, the game will reload the most recent state when it comes back up.
The Back/Now buttons allow for the user to browse the constantly updating list of savestates in order to rewind back, similarly to BizHawk's rewind feature but in bigger chunks of time.
It should be worth noting that Game Protection increase the power requirements for a smooth experience. An SSD is required to prevent "hitching", although this is not always the case with every emulator/core. Mileage may vary.