MultiRes: Difference between revisions

From Sierra WikiNew
Jump to navigationJump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 50: Line 50:
MultiRes is free for personal use. Corporate site licensing information is available on request, by contacting [[mailto:sales@entechtaiwan.com sales@entechtaiwan.com]].  
MultiRes is free for personal use. Corporate site licensing information is available on request, by contacting [[mailto:sales@entechtaiwan.com sales@entechtaiwan.com]].  


[http://www.entechtaiwan.com/forums Technical support]<br />
===<br /> [http://www.entechtaiwan.com/forums Technical support] ===
 
Answers to frequently asked questions and help with problems encountered in using EnergySaver can he found in the [http://www.entechtaiwan.com/forums">technical support forum]]. Forum registration is not required.
Answers to frequently asked questions and help with problems encountered in using EnergySaver can he found in the [http://www.entechtaiwan.com/forums">technical support forum]]. Forum registration is not required.
<div align="center" class="Copy">Copyright &copy; 1997-2004, EnTech Taiwan</div>
<div align="center" class="Copy">Copyright &copy; 1997-2004, EnTech Taiwan</div>
Line 70: Line 71:
[[Category:Technical Info]]
[[Category:Technical Info]]
[[Category:Game Help]]
[[Category:Game Help]]
[[Category:Guides]]
[[Category:Tutorials]]
[[Category:Utilities]]
[[Category:Utilities]]
[[Category:Patches and Updates]]
[[Category:Patches and Updates]]
[[Category:New Pages to be Edited]]
[[Category:New Pages to be Edited]]

Latest revision as of 19:54, 5 December 2024

MultiRes


Description

MultiRes

MultiRes works very much like a 32-bit version of the venerable Microsoft QuickRes 16-bit applet for Windows 95, with administrative scripting facilities and extended capabilities to handle refresh rates and multiple monitors. Supported resolution and refresh rates are accessible from the command-line or from a simple menu that pops up from the system tray. An optional timed confirmation prompt &#150; enabled by default in the program About box &#150; ensures that any changes you make can be reversed safely, without fuss. While MultiRes - unlike EnTech’s [1]

ZIP file MultiRes 1.54 [99 Kb] Released 15 June 2005

Scripting examples

• Applying display settings to multiple monitors:

multires.exe /1:800,600,32,75 /2:1024,768,16,60 /3:640,480,8,85

where the first set of display settings (800,600,32,75) is applied to monitor number 1, the second set (1024,768,16,60) is applied to monitor number 2, and the third set of display settings (640,480,8,85) is applied to monitor number 3.

• Restoring previous display settings:

multires.exe /restore

MultiRes always stores current display settings prior to making any changes, so that they can be easily restored on demand. This facilitates batch file processing, where it is desirable to run a specific application at a specific color depth and/or resolution, and then restore normal display settings when the application is closed. In the example below, assume the system is normally run at 1024,768,16 but it is desirable to run Internet Explorer at 800,600,32.

batch file

multires.exe /800,600,32
start /w iexplore.exe
multires.exe /restore

To play KQ5 windows version on XP:

If MultiRes is installed in "C:\Program Files\MultiRes" and KQ5 in c:\SIERRA\KQ5, the .bat file would look like this:

C:\Program Files\MultiRes\MultiRes.exe /640,480,8
d:
start /w c:\sierra\kq5\sierraw.exe c:\sierra\kq5\WIN\WINRES.CFG
c:
c:\MultiRes\MultiRes.exe /restore

Just copy and paste that in Notepad and save it as "kq5.bat". Note that you may need to change the paths to MultiRes and your game.

For more examples and explanations, please refer to the documentation included with MultiRes.

License and registration
MultiRes is free for personal use. Corporate site licensing information is available on request, by contacting [sales@entechtaiwan.com].


Technical support

Answers to frequently asked questions and help with problems encountered in using EnergySaver can he found in the ">technical support forum]. Forum registration is not required.

Copyright © 1997-2004, EnTech Taiwan


References


See Also