Look at the very bottom of the page for download links.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Donations
No donations accepted
This AutoHotkey script automatically changes the resolution of Windows and then starts the game. It then resets to your original resolution once the game exits. I made this for myself because I was tired of changing the resolution myself and because none of Starfield's config settings work for me. Includes a version for Starfield Script Extender. Requires AutoHotkeyand NirCmd and a bit of patience:
How to install and use 1 Download and install AutoHotkey 2 Download NirCmd (at the bottom of the page) 3 Place this script and nircmd.exe in the game's directory where Starfield.exe is located. 4 Open the script (StarfieldSFSE for the script extender) in any text editor and replace the resolution in the script with your desired resolution:
You need to edit the SFSE version as well if you intend to use it. 5 Run the script and play Starfield. The resolution should revert back to your original resolution after you exit the game.
Optional: Create a shortcut to the script.
Troubleshooting If the resolution fails to revert back, try increasing the delay under CONFIG. The default is 1 second:
; CONFIG desiredWidth := 2560 desiredHeight := 1080 resolutionRestoreDelay := 1000 ; Time in milliseconds to wait before restoring the original resolution
Make sure that AutoHotkey is installed and that you have placed both the script and nircmd.exe are in the same folder as Starfield.exe. You can find the game's folder in Steam by right-clicking the game in Steam and going to Manage and then Browse local files.