デュアルコアゲームのネットカード機やスピードが速すぎる2つの小さなプログラムを解決する【FreeXploit総合】

2958 ワード

Runfirstとprocess
デュアルコアプロセッサーを使用しているあなたは、ゲーム中に断続的に、急に早送りしたり、急に遅くなったりしたことがありますか?実際、デュアルコアプロセッサを使用して大規模なゲームをプレイする場合、このようなデュアルコアCPUと単一スレッドゲームの「不完全な互換性」という小さな欠点に遭遇する可能性があります.デュアルコアプロセッサーはすでに革命の旗を掲げて性価比の火をDIY楽園の隅々まで燃やしており、喜んで新鮮なものを味わうあなたはドキドキしています.ゲームの性能はメーカーの推薦とプレイヤーが最も重視する重要なパラメータとして異なる程度の宣伝と強化を得た.しかし、デュアルコアプロセッサは、いくつかのシングルスレッドゲームを行う際に、異なる程度の「互換性がない」状況が発生し、ゲームの楽しさに深刻な影響を及ぼすことが多い.この場合、デュアルコアゲームをより楽しく行うための修正方法を理解する必要があります.デュアルコアCPUがいくつかのゲームを行う場合、主に発生する可能性のある問題は:1.画面が止まると、音声が「ぼろぼろ」になる.  2.ゲームのスピードが急に速くなったり、急に遅くなったりします.大量の物理演算が必要なシーンでカードが詰まり、ハングアップする現象が発生します.
AMDまたはintelデュアルコアのパッチを適用した後も、いくつかのプログラムとゲームは依然として頑固です.
Runfirstやprocessを使ってこれらのプログラムやゲームを修正してみることができます
Runfirst
RunFirst is a command line utility that lets you start an application on the first processor of a multi-processor system or on an hyper-threaded single processor system.
 
What this utility does is the same as what you can do using the Task Manager -> Set Affinity command
 
RunFirst is useful to start an application that crashes when running on a multi processor system. The runfirst.exe command can be inserted in a shortcut so that when you start an application the process affinity is automatically set to run on a single processor.Requirementswindows NT 4.00, windows 2000, windows XP or windows 2003
ダウンロード:http://allyesno.gbaopan.com/files/4b2fed63662d4019a6ec53165b9ebd9b.gbp
process
Change the affinity of processes . . .
The affinity is a mask which indicates on which processors (CPUs) a process can run. This is only useful on multiprocessor systems. When the -a option is used in conjunction with a process name or PID, the utility will show the System Affinity Mask and the Process Affinity Mask. The System Affinity Mask shows how many configured processors are currently available in a system. The Process Affinity Mask indicates on what processor(s) the specified process can run on.
C:/>process -a wordpad.exe

Command Line Process Viewer/Killer/Suspender for windows NT/2000/XP V2.01
Copyright(C) 2002-2003 [email protected]
Getting Affinity Mask for PID 1084 'wordpad.exe'
System  : 0x0001 0b00000000000000000000000000000011  [2 Installed Processor(s)]
Process : 0x0001 0b00000000000000000000000000000011

To set the affinity mask, simply append the binary mask after the PID/Image Name. Any leading zeros are ignored, so there is no requirement to enter the full 32 bit mask.
C:/>process -a wordpad.exe 01

Command Line Process Viewer/Killer/Suspender for windows NT/2000/XP V2.01
Copyright(C) 2002-2003 [email protected]
Setting Affinity Mask for PID 1084 'wordpad.exe'
Affinity Mask Successfully Set to 00000000000000000000000000000001

 
ダウンロード:http://allyesno.gbaopan.com/files/e8534d9554194d458aa87c621290eb13.gbp