IW4-Dump-Files/ui_mp/apply_picmip_popmenu.menu

24 lines
665 B
Plaintext

/*********************************************************
***************** Dumped by aerosoul94 *******************
*********************************************************/
{
menuDef
{
name "apply_picmip_popmenu"
rect 0 0 640 480 0 0
forecolor 1 1 1 1
focuscolor 1 1 1 1
onOpen
{
setLocalVarBool "ui_showApply" ( 0 );
execnow "setfromdvar r_picmip ui_r_picmip";
execnow "setfromdvar r_picmip_bump ui_r_picmip_bump";
execnow "setfromdvar r_picmip_spec ui_r_picmip_spec";
execnow "setfromdvar r_picmip_manual ui_r_picmip_manual";
exec "wait; wait; r_applyPicmip";
close "apply_picmip_popmenu";
open "options_video";
}
}
}