Disables the vignette effect that darkens the edges of the screen.
The mod comes in two forms, one is a blueprint mod that requires UE4SS and the other one is an Engine.ini file. You can use whichever one you want.
The blueprint mod uses pakchunkID 9831. This means that it is incompatible with any other mod that uses the same ID.
Installation for the blueprint mod
Download and install UE4SS Solarpunk.
Download the mod and extract its .zip file.
Go to where your game is installed and navigate to \Solarpunk\Content\Paks.
Make a new folder named "LogicMods" in here if you don't have one already.
Drop DisableVignette.pak, DisableVignette.ucas, DisableVignette.utoc from the .zip archive in there.
In the end it should look like this:
\Solarpunk\Content\Paks\LogicMods\DisableVignette.pak
\Solarpunk\Content\Paks\LogicMods\DisableVignette.ucas
\Solarpunk\Content\Paks\LogicMods\DisableVignette.utoc
Installation for the Engine.ini
Download the mod and extract the .zip archive.
Navigate to "%LOCALAPPDATA%\Solarpunk\Saved\Config\Windows\". Easy way to go there is to paste this in Windows Explorer's address bar and then press enter.
Otherwise the path should be something like this:
C:\Users\*YourUsername*\AppData\Local\Solarpunk\Saved\Config\Windows\
(Replace YourUsername with your user's name.)
Drop the Engine.ini file from the mod in there and replace the existing file. If your Engine.ini file is already modified then copy the contents of the mod's Engine.ini file into yours.
Troubleshooting for the blueprint mod
If you have any issues with the mod you first need to make sure that ue4ss is running. Navigate to \Solarpunk\Binaries\Win64\ue4ss and look for a file named "UE4SS.log". If there is no such file and you've already ran the game then that mean that UE4SS was not installed correctly.
If there is, you can open that file with a text editor like Notepad and check for errors. If the mod is installed correctly and UE4SS is loading it then you should see something like this in it:
[2026-04-15 14:11:07.4615263] [Lua] [BPModLoaderMod] Loading mod: DisableVignette
[2026-04-15 14:11:07.4660481] [Lua] [BPModLoaderMod] Actor: ModActor_C /Game/Maps/L_ClientLobby.L_ClientLobby:PersistentLevel.ModActor_C_2147480638
If not then you probably didn't install the mod correctly.
If you want you can upload the contents of that file on Pastebin.com and then share the pastebin link in a comment explaining your issue.
