ma lag ang game?
d nag match ang tamang
system requirments para makalaro
eto ang sulusyon
here i will show you how to run games or any .exe apps in your PC.
please follow everything in this Tutorial if you are to try this so proceed at your own risk.
as an example, i will be using frozen throne.
__
1. right click on desktop
2. go to new and create new text document
3. open the text document and enter these codes
Code:
@echo off
cd /d "file path of your executable file"
start /high "game.exe"
for example: (sa PC ko to)
@echo off
cd /d C:\Program Files\Ran Eternalz
start /high "game.exe"
then saved it as speedup.bat
4. save to desktop as speedup.bat (whatever you like)
5. open it and see if it works.
the .exe file you place here will automatically be placed on high priority which makes the game faster with less lag (connection issues are not included)