Skip to content

mostlyfireproof/R5RVideoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R5Fresh

A video player for the Apex Legends mod R5Reloaded.

Here's a video of it playing Bad Apple: https://youtu.be/q6AvpuOgAvw

Huge credit to treyzania for his rottenplayer for Minecraft.

My code is pretty bad at the moment, but I'll fix it up and make it easier to use in the future.

Instructions:

  1. Break up the video in to frames with ffmpeg, using ffmpeg -i video.mkv -vf fps=20 img/image_%d.png
  2. Run rotten.py <output file> 32 18 to process the images and turn them in to frames (the player only supports 32x18 video)
  3. Run freshparser.py <file from rotten> <final output> to process it for Apex
  4. Get and install the scripts from here for R5R
  5. Copy the contents of the final output file in to vscripts/mp/levels/animation.nut
  6. Launch Kings Canyon, find and press the button, then enjoy!

About

Program to play videos with props in Apex Legends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages