replay.exe

N e s s

New member
Messages
202
Points
0
Age
33
how to make a replay viewer?
default_smile.png
thanks in advance!
default_smile.png


 
You can run the following command:

YourClient.exe -Replay


or make a bat file(if you want players to use it) inside your RO folder.

Code:
@echo off
cd /d "%~dp0"
start YourClient.exe -Replay
exit
 
Last edited by a moderator:
The only one I know is recording the replay yourself and then capture it with a screen recorder which allows saving to mp4. 

 
Back
Top