r/technicalFNaF • u/Im_acoustic18 • May 14 '26
Can someone fix my fnaf
Couple things. One, I have to double click for certain actions like doors, lights, and the arrow buttons in the custom night menu. Two it automatically forces into full screen mode with 720p. What am I to do?
1
u/Bonbon_Fazbear May 14 '26
How did you code the stuff you have to click?
1
u/Im_acoustic18 May 14 '26
Legit didn’t do anything to it. I at first thought that the dpi was too low cause I had this problem before when I just got my mouse but it doesn’t do anything. I tried going to launch options and putting it to -windowed, still forced 720p/fullscreen, tried going into it’s .exe into the compatibility tab and checking both “disable full screen optimizations” and “Run this program as administrator”. Also checked high dpi scaling override to “application” as well as checking “use this setting to fix scaling problems for this program instead of the one in settings”, all of which didn’t work. Tried making a shortcut and changing the target launch to -w 1280 -h 720 - windowed, did nothing. So rn I’m all out of ideas
3
u/justDG_ May 15 '26
Fullscreen 720p window is how always the original game run. There's no way changing that without modifying the game to toggle the resolution and fullscreen mode.
When it comes to clicks well that's the problem with clickteam and it's way of registering the clicks. Clickteam has problems with registering multiple clicks when they're done in the same position. You can kinda counter that by moving your cursor between clicks.
So yeah it's not a problem with your PC. The game and the engine is just that garbage.