Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Go to %appdata%\Warner Bros. Interactive Entertainment\LEGO Star Wars - The Skywalker Saga\ and edit your PCCONFIG.TXT file so that Windowed, BorderlessWindow, and Fullscreen Window are all 1. You may also want to adjust your ScreenRefreshRate to whatever your preference is.
Once you're done, set the file to read-only. Right-click the file, click 'Properties' and check the box marked 'Read-only'. I hope that helps.
You know that's pretty much fullscreen mode with the refresh rate locked. For borderless to 'work' in-game, windowed should be activated as well along with borderless (1) and fullscreen deactivated (0).
NVM, just noticed you had all 3 'activated' and that actually worked. The game remembers it's set at windowed borderless without the taskbar showing up when starting the game.
Friendly reminder that appdata folder is an enviornmental variable, so you could just do:
%appdata%\Warner Bros. Interactive Entertainment\LEGO Star Wars - The Skywalker Saga\
Windows also respects previous folder relative pathing, so to access local and locallow, the way to type it would be:
%appdata%\..\local\[folders]
%appdata%\..\locallow\[folders]
Not only easier for you to type, but also for people reading \ wanting to make the same changes.
Yeah, it's not super well known outside of programmers, most tech articles for example, uses direct paths rather than these relative paths namely for that reason.
You can also do %localappdata% for local, but I just find the relative path easier to remember and type.