Call of Duty: Black Ops III Beta

Call of Duty: Black Ops III Beta

68 ψήφοι
Black Ops 3 Beta Lag Fix
Από Sir Det Rape
Just built a small program to automatically set Black Ops 3 to high priority in task manager. Should help with a lot of lag issues.


   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Black Ops 3 Beta Lag Fix
Just built a small program to automatically set Black Ops 3 to high priority in task manager. Even if you set it yourself it will resort back to low priority automatically. Should help with a lot of lag issues.

https://www.dropbox.com/s/lz5k9kw65elyoxq/BlackOps3BetaLagFix.exe?dl=0
Download Mirrors:
http://www.filedropper.com/blackops3betalagfix

Scan: https://www.virustotal.com/en/file/e7ebb6c1ec581d4c26b16c86550c67f93c2082843723eeb845704069c23a8cc1/analysis/1440881779/
Source Code
Source code if you don't trust me and/or want to compile it yourself. You can compile it by putting the code into a .cs file and compiling it using csc.exe.
Help for that can be seen here: https://msdn.microsoft.com/en-us/library/78f4aasd.aspx?f=255&MSPPError=-2147217396

using System;
using System.Diagnostics;
using System.Threading;

namespace BlackOps3LagFix
{
class Program
{
static void Main(string[] args)
{
while (true)
{
while (Process.GetProcessesByName("blackops3").Length > 0)
{
Process myProc = Process.GetProcessesByName("blackops3")[0];
Console.WriteLine(myProc.PriorityClass);
myProc.PriorityClass = ProcessPriorityClass.High;
Thread.Sleep(5000);
}

Console.Clear();
Console.WriteLine("Please launch the Black Ops 3 Beta!");

Console.WriteLine("Compiled using csc.exe by Sir Det Rape.");
Thread.Sleep(1000);
}
}
}
}
Another Slight Fix
Capping your FPS so it hardly changes can also help stop the stuttering. I capped mine to 120 so now it never changes which helped me get less lag.

Just go into the graphics settings on the menu and limit the frame rate.
111 σχόλια
Sir Det Rape  [Δημιουργός] 26 Νοε 2015, 13:49 
Sir Det Rape [author] 14 Nov @ 3:21pm Delete
This was from the beta mate. This can't be used in the real game...
Widepeek-Strike 2 26 Νοε 2015, 12:23 
Can you try and update it again? This "shit" still seems to happen and it is pissing me off. I try everything and it's still not working.
Sir Det Rape  [Δημιουργός] 14 Νοε 2015, 7:21 
This was from the beta mate. This can't be used in the real game...
Adi 13 Νοε 2015, 19:08 
i dont understand why is this to hard :D, just add on shortcut -high and thats it, this works for me
E:\...common\Call of Duty Black Ops III\BlackOps3.exe" -high
Sir Det Rape  [Δημιουργός] 3 Σεπ 2015, 9:51 
Ah. That'd be nice, yeah. But Bo2 doesn't have that and there are basically no cheaters.
Goldfield <3 3 Σεπ 2015, 9:45 
I think he wishes the same server-setup like bo1 for the game, where you can host your own server!
Sir Det Rape  [Δημιουργός] 2 Σεπ 2015, 15:54 
There are dedicated servers...
Pain-Bot [BWC] 2 Σεπ 2015, 15:49 
This is why I wish there was dedicated servers again. If Vac or other Anti-Cheat programs don't work give the users the tools needed to police the game for them.
Sir Det Rape  [Δημιουργός] 1 Σεπ 2015, 23:23 
Aimbotter wtf. o.o
Pain-Bot [BWC] 1 Σεπ 2015, 17:55 
well, I fixed that link.