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
Should be
"Width"=dword:00000a00
"Height"=dword:000005a0
for 2k (1440p) resolution
I've added a new section to the guide, creating a launcher to start the game in different resolutions. I've tested it for 3.0, depending on what i choose the game will start in 2k or fullhd everytime i launch it via the batch file.
No I don't think so, why would you need a hex editor if the resolution is stored in the registry and not in a binary
To create a .cmd or .txt file open the editor (press the windows key + R and type notepad), go to "file" -> "save as" -> and on filetype select "any files (*.*)" and as file name you put disney.cmd or disney.bat
Inside of the file you place the two lines from below, first importing the registry key that has the correct resolution and then starting the game.
You then can start the game via double click on the .cmd or .bat file. To edit the file later you can simply right click -> "edit"
%userprofile% is a variable that will expand to your users home directory. For example:
C:\Users\TJ_the_Tism\
If starting via the batch file doesnt work, place a third line inside the batch file to keep it open:
pause
that way the cmd window will stay open and you can check for error messages, to close the window simply press any key while having the cmd window in focus.
A) Open up Regedit, navigate to the key - edit it once more then click on edit -> permissions and set them to read only
B)
Open up Regedit, navigate to the key - click on file -> export and save as disney.reg in your user documents folder
Create a .cmd or .bat file and edit it, make sure to replace the path to the game and make sure to put it in " " otherwise it wont work because of the spaces in the name :
reg import %userprofile%\Documents\Disney.reg
"D:\GameLibrarys\SteamLibrary\steamapps\common\Disney Infinity 3.0 Gold Edition\DisneyInfinity3.exe"
then save. Then simply run the game with the batch file. That way the key is imported every time before you launch the game
Thanks again!
BillyLy
Can you be a bit more specific? What desktop resolution are you using? And what values are set in the registry?