3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 8135|回复: 14
打印 上一主题 下一主题

[分享] [原创翻译]正版steam笔记本用户的福音 自动分屏、设置显卡脚本

  [复制链接]

5

主题

459

帖子

471

积分

高级玩家

呵呵呵呵呵呵

Rank: 4

贡献度
5
金元
5109
积分
471
精华
0
注册时间
2013-9-29
跳转到指定楼层
主题
发表于 2014-9-11 18:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 Last_Standin 于 2014-9-13 11:51 编辑

转载于
http://steamcommunity.com/app/265550/discussions/0/613935404223575363
下载地址链接已更新 脚本版本更新至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!

Greez blackmummy


简单翻译一下
脚本是如何工作的:

1. 检查windows版本
2. 检查游戏路径
3. 检查steam运行状态
4. 启用N卡
5. 扩展桌面至N卡
6. 设置N卡为主显卡
7. 启动游戏并等待15秒
8. 最小化游戏
9. 切换至第一显卡并设置为主显卡
10. 禁用扩展桌面
11. 隐藏任务栏 (需要启用自动隐藏任务栏功能才有效)
12. 完成隐藏任务栏
13. 禁用N卡
14. 最大化游戏
15. 脚本将一直运行知道游戏被关闭、任务栏被恢复


名称: I卡+N卡笔记本运行DS3脚本
只支持steam正版,没正版的去买
作者: blackmummy
最近更新日期: 10.09.2014
版本: 0.5 beta

脚本依靠autoit运行 下载地址

脚本下载地址
解压至任何位置,无需解压密码


右键单击脚本文件,选择“edit script(编辑脚本)”,并将如下设置按照自身情况编辑进脚本
第一次运行脚本需要在$dbg = "1" 状态下 通常这是默认选项
脚本运行的每个步骤都会弹出气泡通知以避免黑屏或无故中断,如果脚本发生错误请回帖给原作者

<
修改完成后保存
每次开始游戏之前都需要运行该脚本脚本将自动运行直到出现载入画面并按回车键进入游戏
在游戏全屏之前不要用键盘或鼠标点任何东西,直到游戏全屏为止
脚本将在后台运行以便恢复任务栏
脚本支持WIN7/8及WIN8.1


我(原作者)在自己的win7 64为系统上测试100%成功
不保证在你的电脑上也能运行 但是非常值得一试
如果你能看懂代码,你可以轻易的对其做修饰或注释
感谢steam用户M3ga7r0n提出的解决办法


Greez blackmummy(原作者)

我翻译的!!




评分

1

查看全部评分

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-6 09:09 , Processed in 0.028426 second(s), 18 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表