# Simple Replay Editor

SRE is a very useful program created by Propagandalf; it allows editing replay files, including:

* Changing maps
* Changing items
* Decoding replay files
* A GUI for dollycam

## Installation

Head over to [the discord](https://discord.gg/WaduPRA), and the download is located in the `#download` channel. Extract it to a folder.

Due to SRE being written in a language called AutoIT, some antivirus programs will block it. SRE is **completely** safe (check `#faq`), so you need to whitelist it if you encounter errors.

## Usage

Recently, Replay Itemmod has added a lot of the features from SRE, so I'll only go over some features that can't be done in itemmod.

#### Opening Replay

`Files File -> Open Replay -> select the replay you want`. SRE loads up the replay's info.

#### Decoding Replay

`Files Tools -> Rattletrap -> Decode -> Header + Content -> select replay -> select the json's directory`

You can then open this .json file in an editor, like Sublime or VS Code.

#### Opening the dollycam editor

`Tools -> Dollycam Editor`

A lot of the GUI is very easy to get the hang of, so I'll only go over the basics. Import path from game will allow the editor to take the current path from Rocket League and import it into the editor.

You can edit it, change interpolation modes, add / take frames from points, and update the path automatically in-game, as well as save it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://akucchi.gitbook.io/ultimate-rocket-league-editing-guide/simple-replay-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
