There’s no need to suffer from decade-old resolutions while playing Disney Bolt. このガイドでは, I explain how to enable 1920×1080 解決. I haven’t tested other resolutions, but I assume you can just change the numbers. If your display ratio is really weird though, you may run into issues with stretching (テストされていません).
DXOverride
- Download DXOverride from Humus’s page. This library hooks into DirectX calls and allows overriding some values like screen resolution and transparency method.
- 置く d3d9.ini と d3d9.dll from the downloaded ZIP file into your game’s directory. デフォルトでは, その
C:\Program Files (x86)\Steam\SteamApps\Common\Bolt
. If not sure, right-click the Bolt game in the Steam library, then choose Manage > Browse local files from the context menu. - Open d3d9.ini in Notepad and change its contents:
ForceAlphaToCoverage = 0 ForceBackBufferFormat = 0 ForceDepthStencilFormat = 0 ForceMSAAMode = 4 ForceWidth = 1920 ForceHeight = 1080
If you run the game now, your display will switch to 1920×1080 resolution already, but the in-game resolution will remain low, so everything will be pixelated.
Some Modding
The Bolt game stores various “効果” in OCT files. These are just text files that can be edited with Notepad.
- Create a backup of the file data_dx\display2w.oct file from the game directory (the game directory is the same as in the previous section). You can do this by selecting the file and pressing Ctrl+C and Ctrl+V. This is a safety measure in case editing of the file goes wrong. You can also just use Steam’s function of fixing game files, but it’s slower.
- 開ける data_dx\display2w.oct メモ帳で. I assume this configuration file refers to a “high quality wide-screen” configuration.
- Find ALL instances of 1440 と 900 and replace them with 1920 と 1080, それぞれ. If you want to use Edit > Replace in Notepad, make sure to put spaces before numbers, 例えば, 探す ” 900″, replace with ” 1080″. さもないと, you may break numbers like “215.790000”.
Play the Game
Run the game using Steam. Make sure to choose High settings in its launcher, さもないと, another configuration file, an unmodified one, may be used.
Everything should look perfect. Game textures are good enough to look fine on modern displays (unless you’re playing in 4K, もちろん). Pre-rendered videos in between levels will remain 1280×720, but that’s just a bit blurry, literally like watching 720p on a 1080p display.