WAW Crashing whenever I change graphic settings
-
I know it's due to Windows 11 but I would like to know how to resize Plutonium's WAW from files and not in-game (I've done it on the steam only version via files and that's where my T4 files are since I own WAW on steam) and Plutonium isn't resizing based off of those files from Steam.
-
You can do it manually through the cfg files located in %localappdata%\Plutonium\storage\t4. Look for
r_mode
. -
What was said above should be enough but here's the full guide to get your game perfectly configured. Note that windowed borderless is highly recommended due to issues with the game engine.
Go to %localappdata%\Plutonium\storage\t4\players and open the config file with the notepad to edit it. Make sure your game is closed before saving!
(plutonium.cfg is for singleplayer/zombies, plutonium_mp.cfg is for multiplayer)
Change these 4 values like this (you can use ctrl+f to search for it):
seta r_fullscreen "0"
seta r_noborder "1"
seta vid_xpos "0"
seta vid_ypos "0"
You can also change your resolution manually from there for example for 1920x1080 screens:
seta r_mode "1920x1080" -
@lResxt Why didn't I think of that, thank you both.