I cannot for the life of me understand the alias function and get it to work. Is anyone able to explain it like I'm 5?
Sure.
Imagine you’re recording a game — let’s say
DeadLock.
The actual executable file for this game is named
project8.exe. Obviously, this name has nothing to do with “DeadLock”, right? And Smart Replays groups recordings based only on the
.exe name or the
scene name (depending on your settings).
So all DeadLock recordings would normally end up in a folder called
project8.
If you want them to be saved in a folder named
DeadLock, you need to create an
alias.
It has strict syntax:
path/to/executable.exe > AliasName
For example:
C:\Users\Qvvonk\Games\DeadLock\project8.exe > DeadLock
Now, whenever you record DeadLock (even though the actual process is project8.exe), the replay will be saved in the
DeadLock folder.
Aliasing whole folders
You can go further.
If you don’t know which executable the game uses, or the game has multiple .exe files, you can create an alias for the
entire folder:
C:\Users\Qvvonk\Games\DeadLock > DeadLock
With this,
any executable inside
C:\Users\Qvvonk\Games\DeadLock will have its recordings saved to the
DeadLock folder.
Saving all game recordings into one folder
Let’s say your games are located like this:
C:\Users\Qvvonk\Games\DeadLock\...
C:\Users\Qvvonk\Games\Minecraft\...
C:\Users\Qvvonk\Games\Warframe\...
If you create an alias like:
C:\Users\Qvvonk\Games > GamesRecordings
then
every executable inside C:\Users\Qvvonk\Games — including all subfolders — will have its recordings saved in the GamesRecordings folder.
Priority of more specific aliases
Lets imagine we have an alias from previous example:
C:\Users\Qvvonk\Games > GamesRecordings
If you also have a more specific alias, for example:
C:\Users\Qvvonk\Games\DeadLock > DeadLock
Smart Replays will correctly detect this.
All executables inside
C:\Users\Qvvonk\Games (including all subfolders) will normally have their recordings saved to
GamesRecordings.
However, if an executable is located inside
C:\Users\Qvvonk\Games\DeadLock or any of its subdirectories, its recordings will be saved to
DeadLock instead.
In other words:
More specific aliases always override more general ones.
If you still have some questions, let me know, i will record a video for you!