• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE Override DPI (help)

FoxyOfJungle

Kazan Games
Do this:
  • 1 - Hold key command: Windows + R
  • 2 - C:\ProgramData\GameMakerStudio2
  • 3 - Open dpi_override.json
  • 4 - Paste this:
GML:
[{"Key":"is_enabled","Value":false},{"Key":"value","Value":96}]
Or simply change the last value to 96, which is the default.
 

Caio

Member
Do this:
  • 1 - Hold key command: Windows + R
  • 2 - C:\ProgramData\GameMakerStudio2
  • 3 - Open dpi_override.json
  • 4 - Paste this:
GML:
[{"Key":"is_enabled","Value":false},{"Key":"value","Value":96}]
Or simply change the last value to 96, which is the default.
worked perfectly! šŸ˜ƒ
 
Top