Mardok Posted October 31, 2010 Share Posted October 31, 2010 Hi i wanna ask how run file default.cfg There is some cvars from Punkbuster, if i will set in server.cfg exec for that file, it will be work ? Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted October 31, 2010 Management Share Posted October 31, 2010 The default.cfg will run after all map starts if the g_mapConfigs is set the value of that directory. If you are using the default installation, then it is already running it by default because the g_mapConfigs was set in it. You can also create a separate cfg file for each map by using mapname.cfg files. http://mygamingtalk.com/silent/manual/server.html#g_mapConfigs Execing from server.cfg will run it only once. To run it for each map, you will need to set the g_mapConfigs cvar. Quote Link to comment Share on other sites More sharing options...
Management hellreturn Posted October 31, 2010 Management Share Posted October 31, 2010 There is some cvars from Punkbuster, if i will set in server.cfg exec for that file, it will be work ? You should add it in pbsv.cfg and upload it in PB folder. Only add pb_sv_enable in server.cfg and rest in pbsv.cfg PB auto executed 2 files:pbsv.cfg - PB related settingspbsvser.cfg - Cheat scans i.e. cvar + md5 scans. Never put PB scans in server.cfg. To rephrase everything for you: 1. server.cfg in /etmain/ = Server related settings2. default.cfg (oasis.cfg, goldrush.cfg, etc) in /silent/mapconfigs/ = Server + map specific settings + sv_cvar related.3. pbsv.cfg and pbsvuser.cfg in /pb/ folder = All PB related settings. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.