I selected fullscreen as a display mode and now my mouse is trapped in the top left corner of my screen. I can see all the customization options for a titian and hunter but my mouse seems to be trapped by some wall and i cannot select any of them. my mouse also cant move down to the finish button so i cant even play with a random character.
I've tried restarting, f11, and uninstalling and re installing but nothing has changed. How can i fix this problem?
-
It is most likely because you selected the wrong resolution when you first started the game. If that is the case, there isn't a way to fix it in game, b/c Bungie seems to have an adversity towards menus before getting into the game, so there is no way to change any of those types of settings before actually creating your character. So, you just have to go to the the folder with Destiny's app data app data > bungie > DestinyPC and open the .XML with visual studio or equivalent and change this : <cvar name="windowed_resolution_width" value="1280" /> <cvar name="windowed_resolution_height" value="720" /> to this: <cvar name="windowed_resolution_width" value="#of actual resolution" /> <cvar name="windowed_resolution_height" value="#of actual resolution" /> if you are wanting to change to fullscreen, there is a sepereate thing for that it looks like this : <cvar name="fullscreen_resolution_width" value="1920" /> <cvar name="fullscreen_resolution_height" value="1080" /> and just do the same thing in here A little late, but I couldn't find a Clear explanation of this for a few days, so i thought i'd let anyone who still couldnt figure it out :D
-
23 RepliesTry this Head to "C:\Users\"Your Username"\AppData\Roaming\Bungie\DestinyPC\prefs\" in Windows Explorer open the cvars.xml and modify cvar name="window_mode" make the value a "2"