Retro Rewind Video Store Simulator Mods
Tech support, modding tutorials, and custom TV guides.
How to change the movie on the televisions (Custom MP4)
Want to play real-life 90s movies on your TVs? Yes, it is possible for the PC release version (not available on Demo or Steam Deck). Follow these steps:
- Go to your game folder in Steam:
RetroRewind\Content\Movies\VHS\Public - Replace the file
RR_Channel_Public.mp4with your own video file.
Video File Requirements:
- Must be an MP4 file under 200 MB.
- 512×512 resolution and 24 FPS are recommended.
- Encoded in H.264 (video).
- Encoded in AAC 48hz (audio).
FFmpeg Encoding Command:
Use this command if you are encoding your own video manually:
ffmpeg -i YOUR_VIDEO.mp4 -c:v libx264 -profile:v high -level 3.1 -pix_fmt yuv420p -c:a aac -ar 48000 -b:a 160k RR_Channel_Public.mp4