Facepunch / garrysmod-requests

Feature requests for Garry's Mod
84 stars 24 forks source link

Add .webm as a valid file extension for file.Write() #2496

Open 0RadicalLarry0 opened 1 week ago

0RadicalLarry0 commented 1 week ago

Add .webm as a valid file extension for file.Write()

I need this to network video files from the client -> server and vice versa.

The videos are recordings made with IVideoWriter.

0RadicalLarry0 commented 1 week ago

I am able to get around this with a binary module, which I'm already using for the server, but I don't want to make clients install a binary module just to rename the files sent from the server.

0RadicalLarry0 commented 3 days ago

file.Rename() and file.Open() needs this too. (restrictions are based on file.Write())