下载地址链接已更新 脚本版本更新至0.61beta
下面有翻译
Hello,
I coded a script which automatically do M3ga7r0n solution for easier starting of DR3 each time until a patch is available. I coded it for me but I’d like to share my code here if it's allowed. It runs almost in full screen you only see on the top the DR3 title bar the rest of the desktop is full screen of the game and for me it's 100% working.
screenshot from my laptop with GT540M
UPDATE HISTORY:
0.1
- german release
0.2
- added: english support
0.3
- added: french support
0.4
- added: support for windows 8/8.1 it should be working (beta)
- added: debug popup messages for execute the script the first time. Default it's enabled. After successfully run of the script you must disable it.
0.5
- changed: multilanguage support from windows7 till 8.1
- script optimizing
- removed password from file
Step by Step what the script does
1. Check Windows Version only 7/8 and 8.1 supported
2. Check correct path for DR3 Steam game
3. Check Steam is running
4. Enable the nvidia card
5. Expand the desktop to the card
6. Set nvidia to main card
7. Start DR3 and wait 15 seconds
8. Minimize DR3
9. Switch to first card and make it to main
10. Disable extended desktop
11. Hide taskbar (it must activate the auto-hide taskbar in windows settings to proper hide the taskbar)
12. Hide the taskbar complete from the desktop
13. Disable nvidia card
14. Maximize DR3
15. Script is running in background until DR3 will be closed for re enable the taskbar from windows
Info: Script to play Dead Rising 3 on laptop with Intel and NVIDIA
Only for Steam -> if you don't own it buy it!!!
Author: blackmummy
Latest changes: 10.09.2014
Version: 0.5 beta
This script uses autoit. Must be downloaded here
Download script
Unrar it anywhere
No password needed!!!
Right click on the script and click “edit script” and edit following settings to your own.
At the first time if you use the script run it with $dbg = "1" its default enabled.
This popups each step a message to avoid breaks or black screen and help you what the script actually does! If any problems occur please post.
; Do changes here...
; First test the script only without starting of DR3 -> dbg = off=(0)/on=(1)
$dbg = "1"
; The number of your main desktop default 1
$main_number = "1"
; The number of your nvidia desktop default 2
$nvidia_number = "2"
; Your path to Dead Rising 3 only Steam!!!
$steam_dr3_path = "C:\Program Files (x86)\Steam\SteamApps\common\deadrising3\deadrising3.exe"
; Optional delay between each hotkey press -> don't make it to zero it maybe breaks the script!
; Number is in mill. seconds
$secure_delay = 300
;############################################################################
; No changes after this necessary!
; Changes after this at your own risk!!!
And save it.
Every time you want to play Dead Rising 3 you must only click at the script to execute it.
It starts all automatically till the loading screen appears where you must hit enter and can play the game. Don’t hit any keys or click with the mouse until you see the game in full screen. The script must running in background to re enable the taskbar.
0.5 Beta script for Windows 7/8/8.1 support.
I tested it only on Windows 7 64bit for me it's 100% working.
No 100% guarantee that it works for you too but try it out to test it.
If you understand the code you can easily modify it or post your comment/problems.
At least many thanks to M3ga7r0n for his solution!