(adsbygoogle = window.adsbygoogle || []).push({});
So basically I remember CP made a video on how to put an infection as a map name so in a private match you could change infection quickly, I followed his tut yet I get a black screen when the games loaded.
I've made sure the new data replaces the old data and doesn't fuck it up, I've done everything possible yet it still black screens when I click Multiplayer.
So I've made a cfg in my patch called "..buttons_default.cfg" and it's got the code for the infection and done the following:
This
"setdvar" "ui_mapname" "mp_brecourt" ; "close" "settings_map" ; "close" "self" ;
Changed to
"exec" "exec ..buttons_default.cfg" ; "close" "settings_map" ; "close" "self" ;
and
This
MPUI_WASTELAND.MPUI_DESC_MAP_BRECOURT.preview_mp_brecourt
Changed to
Infect Buttons_defaut.cfg.Host Buttons_default.preview_mp CFGLobb
Everything was changed 1:1 and nothing was overwritted just replaced
Any help?