Hi everyone how do we Enable Window Mode?
Printable View
Hi everyone how do we Enable Window Mode?
search for r_fullscreen in vars.. I guess.. or just change it manually in documents/whateverfolder/gamesettings.ini
ingame -> options -> fullscreen -> no :ott1:
lol the coding says its locked var[28].SetString( "LOCKED"); // Fullscreen
I Wait for Tutorial
me too....
How to fix window mode
FrontEndWarZ.cpp
change to
var[27].SetNumber( g_toggle_crouch->GetBool());
var[28].SetString( r_fullscreen->GetBool()); // Fix Fullscreen "LOCKED"
var[29].SetNumber( r_vsync_enabled->GetInt()+1);v
and Vars.h
REG_VAR( r_fullscreen , false , VF_SAVE ); // fullscreen mode
up up up
- - - Updated - - -
set up gamesettings.ini >> not work