From 512b1ac2eea1d0fadfec8fc70be124980d19d39a Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Thu, 5 Jan 2023 23:36:14 -0800 Subject: [PATCH] manifest.fmf: load ffmpeg plugin by default and override default chatroom name. --- manifest.fmf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.fmf b/manifest.fmf index cb1c30e..c3371f9 100644 --- a/manifest.fmf +++ b/manifest.fmf @@ -12,4 +12,8 @@ DOWNLOADSURL "http://www.frag-net.com/dl/packages" -exec platform_default.cfg --set gameinfo_chatroom "halflife" +// load ffmpeg for the logo.avi file +-plug_load ffmpeg + +// override some liblist.gam entries +-set gameinfo_chatroom "halflife" \ No newline at end of file