itemDef { visible 1 rect 324 56 278 68 forecolor 1 1 1 1 style WINDOW_STYLE_SHADER background "logo_cod2" visible when( !localvarBool( ui_hideBack ) && dvarString( ui_mod_logo ) == "" ); decoration }
Edit the ui_mp/connect.menuJust add a new itemDef linking to your logohere is the code to display a logo (taken from main.menu will need a bit of editing but you'll get the idea)Code: [Select] itemDef { visible 1 rect 324 56 278 68 forecolor 1 1 1 1 style WINDOW_STYLE_SHADER background "logo_cod2" visible when( !localvarBool( ui_hideBack ) && dvarString( ui_mod_logo ) == "" ); decoration }Edit the position/size and probably the visible when argument. Then just replace the background with your own logo (logo_cod2)