nooodles-ahh / video_services

A WIP drop-in replacement for Source SDK 2013's video services that plays webms
MIT License
25 stars 5 forks source link

can this be used for the startup video? #2

Closed maksw2 closed 5 months ago

nooodles-ahh commented 5 months ago

If it's a standalone game or a mod on Steam you just replace the existing version of video_services.dll with this, and start up videos should just work. If you mean for sourcemods, it is possible too by reassigning the engine's version of video services when a game shader is loaded through a pointer hack.

maksw2 commented 5 months ago

thanks for the info!