How to Fix Invincible VS Black Screen on PC – Window Mode & Config File Method

By Gaming Central - Gaming Editorial Team

You click “Play” on Invincible VS. The screen goes dark. You hear audio—maybe the menu music, maybe the announcer’s voice—but the screen remains completely black. No image. No error message. Just an endless void where your game should be. This specific black screen issue (where audio plays but video does not) is almost always caused by a fullscreen initialization failure. Your graphics card and the game cannot agree on a resolution, refresh rate, or display mode, so the screen stays black while the game runs invisibly in the background. The fastest and most reliable fix is to force the game into window mode by editing a single configuration file. This guide walks you through every step, even if you cannot see anything on screen or access the in-game settings menu.

What Causes the Black Screen in Invincible VS?

Before diving into the fix, it helps to understand what is happening. When Invincible VS launches in fullscreen mode, it attempts to take exclusive control of your display. It sends a request to Windows: “Switch to this resolution, at this refresh rate, in fullscreen mode.” If your monitor, graphics card, or Windows version disagrees with any part of that request, the handshake fails. The game thinks it is running, but Windows never displays the image.

Common triggers for this specific black screen:

TriggerWhy It Happens
Multiple monitorsThe game tries to launch on the wrong display
4K or ultrawide resolutionThe game defaults to a resolution your monitor does not support
144Hz+ refresh rateHigh refresh rates can confuse older game engines
HDR enabled in WindowsHDR and exclusive fullscreen sometimes conflict
Recent GPU driver updateA new driver changed how fullscreen is handled
DisplayPort connectionRare compatibility issue with some DP versions

The good news is that window mode bypasses all of these triggers entirely. In window mode, the game runs as a standard Windows application window, not taking exclusive control of your display. The black screen disappears instantly for most users.

Method 1: Edit the Config File (Even If You Cannot Launch the Game)

This is the primary fix. It works even if you have never successfully launched Invincible VS before, and it works even if you are currently staring at a black screen right now.

Step 1: Open File Explorer and Show Hidden Folders

The configuration file you need is located inside a hidden folder called AppData. By default, Windows hides this folder from view.

  1. Press Windows Key + E to open File Explorer
  2. Click This PC on the left sidebar
  3. Open your C: drive (or whatever drive contains your Windows installation)
  4. Open the Users folder
  5. Open the folder with your Windows username (for example, John or Desktop)
  6. At the top of the window, click the View tab
  7. Click Show → Hidden items (a checkmark will appear)
  8. You should now see the AppData folder appear (it may look faded)

Step 2: Navigate to the Correct Folder

Follow this exact path:

C:\Users[YourUsername]\AppData\Local\Tag Fighter\Save\Config\Windows\

Breaking it down:

FolderAction
AppDataOpen it
LocalOpen it
Tag FighterOpen it
SaveOpen it
ConfigOpen it
WindowsOpen it

Inside the Windows folder, you will see a file named GameUserSettings.ini.

Step 3: Open and Edit the Config File

  1. Right-click on GameUserSettings.ini
  2. Select Open with → Notepad (do not use WordPad or Word)

You will see many lines of text. Do not be intimidated. You only need to change one or two values.

Step 4: Change Fullscreen Mode to Window Mode

Scroll down until you find this line:

FullscreenMode=0

It may also show FullscreenMode=1 or FullscreenMode=2. Here is what each number means:

ValueMode
0Exclusive Fullscreen
1Windowed Fullscreen (borderless)
2Window Mode (with borders)

Change the line to:

FullscreenMode=2

Type the number 2 exactly. This forces the game to launch in standard window mode.

Step 5: (Optional) Lower the Resolution

If you want to be extra safe, you can also lower the resolution while you are in the config file. Find these two lines:

ResolutionSizeX=3840
ResolutionSizeY=2160

(The numbers may be different on your system, such as 2560x1440 or 1920x1080.)

Change them to a standard, safe resolution:

ResolutionSizeX=1600
ResolutionSizeY=900

Or use 1920x1080 if you prefer. The key is to choose a resolution almost every monitor supports.

Step 6: Save the File

  1. Click File in the top-left corner of Notepad
  2. Click Save (or press Ctrl + S)
  3. Close Notepad

Step 7: Make the File Read-Only (Prevents the Game from Changing It Back)

Invincible VS may try to switch back to fullscreen mode the next time you launch it. Making the file “read-only” locks your changes in place.

  1. Right-click on GameUserSettings.ini again
  2. Select Properties
  3. At the bottom of the window, check the box that says Read-only
  4. Click Apply
  5. Click OK

Step 8: Launch the Game

Close File Explorer and launch Invincible VS through Steam.

What to expect:

  • The game will open in a window (not fullscreen)
  • The black screen should be gone
  • You will see the game normally

Step 9: (After Successful Launch) Adjust Settings In-Game

Once you have confirmed the game works in window mode:

  1. Go to Settings → Graphics
  2. Change your preferred resolution and graphics quality
  3. If you want to try fullscreen again, select it from the in-game menu
  4. Do not change the config file back manually unless you also uncheck “Read-only”

Note: If you successfully switch to fullscreen from within the game menu, you can later go back to the config file, uncheck “Read-only,” and the game will remember your settings.

Method 2: If You Already Have Access to the Game Menu

If you can see the game menu but the screen goes black after you start a match or change settings, you do not need to edit config files. Use the in-game menu instead.

  1. Launch Invincible VS (even if you have to Alt+Tab or guess where the menu is)
  2. Go to Options or Settings
  3. Select Graphics or Display
  4. Change Display Mode from Fullscreen to Windowed or Borderless Window
  5. Click Apply or Save
  6. The screen may flicker—this is normal
  7. The black screen should disappear

Method 3: Delete the Entire Config Folder (Alternative Fix)

If editing the GameUserSettings.ini file did not resolve the black screen, the entire configuration folder may be corrupted. Deleting it forces the game to create a brand new folder with fresh, uncorrupted files.

Note: This method resets all your in-game settings (graphics, controls, audio) to default. Your save game progress is not affected.

Step-by-step instructions:

  1. Navigate back to the Tag Fighter C:\Users\[YourUsername]\AppData\Local\Tag Fighter\
  2. Locate the folder named Config
  3. Right-click on the Config folder
  4. Select Rename and change the name to Config.oldAlternatively, you can press Delete to remove it entirely. Renaming is safer because you can restore it if something goes wrong.
  5. Launch Invincible VS

The game will detect that the Config folder is missing and automatically create a new one with default settings. The default settings include window mode on most systems, which should bypass the black screen.

If the black screen persists after renaming the Config folder: Restore the original folder by deleting the new one and renaming Config.old back to Config. Then proceed to Method 4.

Method 4: Force Window Mode Using Steam Launch Options

Steam allows you to add launch options that override in-game settings. The -windowed command forces almost any game to launch in window mode, regardless of what the config file says.

How to add the launch option:

  1. Open your Steam Library
  2. Right-click on Invincible VS
  3. Select Properties
  4. Under the General tab, find the Launch Options text box
  5. Type the following command exactly: -windowed
  6. Close the Properties window
  7. Launch Invincible VS

Additional useful launch options for black screen issues:

CommandEffect
-windowedForces window mode
-res=1600x900Sets a specific resolution
-borderlessWindowed mode without borders
-DX11Uses DirectX 11 (fixes some black screens)
-DX12Uses DirectX 12 (alternative)

You can combine multiple commands like this:

-windowed -res=1600x900 -DX11

How to remove launch options:

If the launch options do not help or cause new problems, simply go back to the Launch Options text box, delete everything, and leave it blank.

Method 5: Disable HDR in Windows (Common Black Screen Cause)

High Dynamic Range (HDR) is a beautiful feature for movies and supported games, but it frequently causes black screens in games that do not handle HDR correctly. Invincible VS is one of those games.

Check if HDR is enabled:

  1. Press Windows Key + I to open Settings
  2. Go to System → Display (Windows 11) or Display (Windows 10)
  3. Look for Windows HD Color or HDR
  4. If Use HDR is turned ON, toggle it OFF
  5. Launch Invincible VS and test

If HDR was the problem:

You have two options:

  • Leave HDR disabled while playing Invincible VS (simplest solution)
  • Enable HDR only for supported games using Windows’ “Auto HDR” feature (Windows 11 only)

To use Auto HDR:

  1. Go to Settings → Display → HDR
  2. Turn Auto HDR on
  3. Keep Use HDR off unless you are watching HDR content

Method 6: Lower Your Monitor’s Refresh Rate

High refresh rate monitors (144Hz, 165Hz, 240Hz, etc.) are a known trigger for black screens in some Unreal Engine games. Forcing your monitor to run at 60Hz can resolve the issue.

How to lower your refresh rate:

  1. Right-click on your desktop and select Display Settings
  2. Scroll down and click Advanced Display (Windows 11) or Advanced Display Settings (Windows 10)
  3. Look for Choose a refresh rate (or Refresh Rate)
  4. Change the value from 144Hz, 165Hz, or 240Hz to 60Hz
  5. Click Keep changes (if prompted)
  6. Launch Invincible VS

If 60Hz fixes the black screen:

You have several options going forward:

OptionHow to do it
Play at 60HzKeep the refresh rate at 60Hz while playing
Use window modeWindow mode is less sensitive to refresh rate issues (you may be able to switch back to 144Hz after setting window mode once)
Create a custom resolutionUse your GPU control panel (NVIDIA Control Panel or AMD Adrenalin) to create a 144Hz profile that works with the game

Create a 144Hz profile that works (NVIDIA example):

  1. Open NVIDIA Control Panel
  2. Go to Change resolution under Display
  3. Click Customize → Create Custom Resolution
  4. Keep your native resolution (e.g., 2560×1440)
  5. Set refresh rate to 144Hz
  6. Click Test
  7. If the test succeeds, save the profile
  8. Apply it and launch the game

Preventing the Black Screen from Returning

Once you have successfully launched Invincible VS without a black screen, use these tips to prevent the issue from coming back.

Tip 1: Keep the config file as read-only

As shown in Method 1, setting GameUserSettings.ini to Read-only prevents the game from overwriting your window mode settings. This is the single most effective prevention method.

Tip 2: Launch the game the same way every time

  • If window mode works, always launch the game from Steam normally
  • Do not use custom shortcuts or “Run as administrator” unless necessary
  • Avoid changing graphics settings frequently

Tip 3: Be cautious with GPU driver updates

New GPU drivers sometimes reset certain settings or change how fullscreen is handled. If you update your driver and the black screen returns:

  1. Re-apply the config file edit (Method 1)
  2. Or roll back to the previous driver (see the pillar article for instructions)

Tip 4: Create a backup of your working config file

Once you have a working GameUserSettings.ini file, save a copy somewhere safe.

  1. Navigate to C:\Users\[YourUsername]\AppData\Local\Tag Fighter\Save\Config\Windows\
  2. Copy GameUserSettings.ini to your Desktop or Documents folder
  3. Name it GameUserSettings_working_backup.ini

If the black screen ever returns, you can restore this working file in seconds.

Troubleshooting: What If Nothing Works?

You have tried all six methods and Invincible VS still shows a black screen. Here are final checks and advanced solutions.

Final quick checks:

CheckWhat to look for
Monitor cableIs it plugged into the dedicated GPU, not the motherboard?
Second monitorDisconnect all but one monitor for testing
USB devicesDisconnect everything except keyboard and mouse
OverlaysDisable Discord, Steam, and NVIDIA overlays (see pillar article)
AntivirusTemporarily disable antivirus to test

Advanced solution: Edit the config file while the game is running

If you can hear the game audio but see a black screen, you can sometimes force window mode without closing the game.

  1. Launch Invincible VS (you will hear audio)
  2. Press Alt + Enter on your keyboard (this is a universal Windows shortcut to toggle between fullscreen and window mode)
  3. Wait 3-5 seconds
  4. If the screen appears, go to graphics settings and save your preferences

Advanced solution: Use the Windows Game Bar

  1. Launch Invincible VS (black screen, audio playing)
  2. Press Windows Key + G to open the Xbox Game Bar
  3. Click the Settings gear icon
  4. Look for an option to force the game into window mode (varies by Windows version)
  5. This is a long shot, but it has worked for some users

Advanced solution: Reinstall the game to a different drive

Corrupted game files can cause black screens even when the config file is correct. Uninstall Invincible VS from Steam and reinstall it to a different drive (see the pillar article Section 14 for detailed instructions).

Summary: Quick Reference for Black Screen Fixes

MethodBest forDifficultySuccess Rate
Method 1: Edit config file + read-onlyAny black screen where audio playsEasyVery High
Method 2: In-game menuWhen you can see the menuVery EasyHigh
Method 3: Delete Config folderWhen Method 1 failsEasyMedium
Method 4: Steam launch options (-windowed)Users comfortable with Steam settingsEasyHigh
Method 5: Disable HDRWindows 10/11 with HDR enabledVery EasyMedium
Method 6: Lower refresh rate to 60HzHigh refresh rate monitors (144Hz+)EasyMedium

Recommended order to try:

  1. Method 1 (edit config file) – solves 80% of black screen cases
  2. Method 4 (Steam launch option -windowed) – solves another 10%
  3. Method 5 (disable HDR) – if you have HDR enabled
  4. Method 6 (lower refresh rate) – if you have a 144Hz+ monitor
  5. Method 3 (delete Config folder) – last resort before reinstalling

You Have Conquered the Black Screen

The Invincible VS black screen is frustrating, but it is rarely a sign of serious hardware failure. In nearly every case, the issue is a simple miscommunication between the game’s fullscreen request and your Windows display configuration.

By following this guide, you have learned:

  • How to edit the GameUserSettings.ini config file to force window mode
  • How to make those changes permanent using Read-only mode
  • Alternative methods including Steam launch options and deleting the Config folder
  • How HDR and high refresh rates contribute to black screens
  • Prevention strategies to keep the problem from returning

If the black screen is now fixed: Enjoy the game. Consider bookmarking this guide in case a future game update or driver installation resets your settings.

If the black screen persists: The issue may be deeper than a simple configuration conflict. Return to the main pillar article (Complete PC Fix Guide) and work through the remaining sections, particularly:

  • Section 4: Antivirus & Firewall
  • Section 5: Visual C++ installation
  • Section 6: Dedicated GPU configuration
  • Section 10: Windows compatibility settings

Share This Article
Gaming Editorial Team
The Overcentral editorial team is comprised of seasoned specialists and analysts with years of experience in the gaming industry. Our mission is to deliver content grounded in rigorous testing, technical hardware reviews, and in-depth coverage of global trends, ensuring editorial integrity and professional insights for the gaming community.