FortressCraft Evolved

FortressCraft Evolved

Not enough ratings
Game doesn't allow you to use max resolution? Want Borderless?
By Wariat117
This guide will help you resolve small problems of unity games. It should work for most if not all of them.
Unity games disallow borderless mode and max resolution for people who play in windowed mode.

You will use startup commands, they will override the unity launcher.
The unity launcher might show you wrong info because of that (just ignore it).
Steam Library -> Right Mouse Button on Game -> Properties -> Startup Commands



To choose resolution use:
-screen-width 1600 -screen-height 900
Swap 1600x900 with the resolution you want.

Fullscreen:
-screen-fullscreen 1

Windowed mode:
-screen-fullscreen 0

Borderless Windowed:
-popupwindow -screen-fullscreen 0


*Names of quality settings might be different across different games
You can enforce the Graphics Quality too:
-screen-quality 2
0 = Fastest
1 = Fast
2 = Simple
3 = Good
4 = Fabulous
5 = Do Not Use until 2020



To use more than 1 command, just separate them with spacebar:
-screen-width 1600 -screen-height 900 -popupwindow -screen-fullscreen 0 -screen-quality 2
   
Award
Favorite
Favorited
Unfavorite
3 Comments
AngelNightmarex 14 Jan, 2024 @ 3:04pm 
Thank you for this!
Wariat117  [author] 16 Sep, 2022 @ 12:27pm 
I think it caltulates (likes + dislikes)/all
But not sure

Also it actually worked for all unity engine games I tries it :D It might be something default inside of engine I guess
Ibohammed Eshakur 16 Sep, 2022 @ 11:13am 
if i knew how i would give this 5 stars