This item has been removed from the community because it violates Steam Community & Content Guidelines. It is only visible to you. If you believe your item has been removed by mistake, please contact Steam Support.
This item is incompatible with My Friend Pedro. Please see the instructions page for reasons why this item might not work within My Friend Pedro.

46 ratings
How to force My Friend Pedro to run in exclusive fullscreen mode
By TheDarkPhantom
Many Unity Engine games (including My Friend Pedro) use borderless windowed display mode by default when a user chooses to go fullscreen, as it's the engine's default setting. Many won't have problems with it, but it can cause several performance issues for other users as well. Here's how to get rid of it and use exclusive fullscreen instead.
Favorite
Favorited
Unfavorite

This item has been added to your Favorites.

Created by
Category: Modding or Configuration
Languages: English
Posted
Updated
Jun 20, 2019 @ 2:44pm
Jun 20, 2019 @ 7:54pm
3,046 | Unique Visitors |
31 | Current Favorites |
Guide Index

Overview

Introduction

Display modes and their pros & cons

What you have to do

Conclusion

Comments
Introduction
Many Unity Engine games use borderless windowed display mode by default when a user chooses to go fullscreen, as it's the engine's default setting. My Friend Pedro is one of those games as well.
That might not sound bad and many won't have any issues with it; but the problem is that the display mode has a really big part in how a game's performance can be. So, borderless windowed display mode can actually make a game's performance worse on some systems. Let's take a look at the currently available display modes so you can understand why.
That might not sound bad and many won't have any issues with it; but the problem is that the display mode has a really big part in how a game's performance can be. So, borderless windowed display mode can actually make a game's performance worse on some systems. Let's take a look at the currently available display modes so you can understand why.
Display modes and their pros & cons
Fullscreen (Also known as Exclusive Fullscreen):
This mode does exactly what it sounds like. The game's display will take the entirety of your screen and because it has full control over display output, it gets the highest priority compared to other applications.- Pros: Computer gives more resources to the game, which can result in higher frame rate and better performance. If you use multiple monitors, you cannot accidentally switch between them.
- Cons: Mouse is locked to one monitor in multi-monitor setups. Alt-Tabbing in and out of the game takes a few seconds.
Windowed:
Also does exactly what it sounds like. The game will run in a smaller window rather than taking the whole screen, which makes multi-tasking easier at the cost of performance.- Pros: Freedom in choosing which resolution you want. Makes multi-tasking and switching to other programs easier.
- Cons: Game can look worse. Other processes will run in background and can negatively affect the performance, resulting in input lag and/or frame drops.
Borderless Windowed:
A mix between fullscreen and windowed modes. In this mode, the game appears to be fullscreen, but it's actually running in a window that matches your default screen resolution, without any borders. This means if your screen resolution is 1920x1080, then the game's window will be 1920x1080 as well and even if you lower the resolution in-game, it will not change.- Pros: Gives you the ability to play in fullscreen while being able to Alt-Tab in and out of the game with ease. Switching monitors is easy in multi-monitor setups.
- Cons: Background processes will continue running as the game is still in windowed mode and won't have the highest priority, leading to possible performance issues such as frame drops. Lowering the resolution only makes the picture blurrier and uglier instead of changing the screen size.
What you have to do
Now you know about display modes and might be considering to change it. But how?
Thankfully, there is a command line to force Unity games to run in exclusive fullscreen mode instead of borderless that for some strange reason, is rarely mentioned and is not known by majority of users.
To forcefully enable exclusive fullscreen mode, go to the game's properties by right clicking on it in your library and choosing "Properties". This window will open:

Now choose "Set Launch Options" and type "-window-mode exclusive" (without the quotes) as shown in the picture below:

Now just confirm the changes and run the game. It will now start in exclusive fullscreen mode instead of borderless.
Thankfully, there is a command line to force Unity games to run in exclusive fullscreen mode instead of borderless that for some strange reason, is rarely mentioned and is not known by majority of users.
To forcefully enable exclusive fullscreen mode, go to the game's properties by right clicking on it in your library and choosing "Properties". This window will open:
Now choose "Set Launch Options" and type "-window-mode exclusive" (without the quotes) as shown in the picture below:
Now just confirm the changes and run the game. It will now start in exclusive fullscreen mode instead of borderless.
Conclusion
It was easy, wasn't it? Now you can play this game in exclusive fullscreen mode, which gives it higher process priority, more resources and a high chance of getting better performance.
As I have said before, this command line works with nearly all games that were made with Unity Engine. So you can use this command line in other games as well. However, be aware that this method might introduce some minor issues in some games. For example, some games can crash after Alt-Tabbing or trying to close them.
As I have said before, this command line works with nearly all games that were made with Unity Engine. So you can use this command line in other games as well. However, be aware that this method might introduce some minor issues in some games. For example, some games can crash after Alt-Tabbing or trying to close them.
You need to sign in or create an account to do that.
ye but there's clearly a reason, so in this case no but in most yes.
Haha funny
regardless, informative guide