500ryu
Mean team member #47
- Gender
- Male
- Guildcard
- 42008422
UhmThe only one who is vocal about it, yes.
...
Window mode + Keyboard is master race though
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
UhmThe only one who is vocal about it, yes.
...
Hey, I use Fullscreen too! XD I don't like the top bar showing, and I don't want to move my taskbar everytime I play.you're like the only player that uses that tho
Just go to your PSO folder, create a shortcut for PsoBB.exe and in the "Target" box type in "%windir%\system32\cmd.exe /c start /high" without quotation marks and make sure there's 1 space between that string and the file location string.
Should look like this when you're done
%windir%\system32\cmd.exe /c start /high R:\EphineaPSO\PsoBB.exe (underlined will be different on your pc depending where you have PSO installed)
then you can Pin it to your Start Menu or put it on your desktop and you'll automatically run PSO at High Priority. You can customize an Icon to it if you want to make it look more "presentable" to you. You can still choose the game options and whether PSO runs in borderless or Classic fullscreen via the Ephinea launcher and then run the shortcut, but if you launch the game through the launcher you'll still run at Normal Priority. I'll make a quick video so you don't get confused.
I only just got around to doing this, been doing it manually everytime.
But even after following video exactly, it doesn't seem to work for me. Picture below of what loads instead of PSO, (the black box thingy). (And the box properties)
@echo off
TIMEOUT /T 15 /NOBREAK
wmic process where name="psobb.exe" CALL setpriority "high priority"
cmd /k
You could use mine.
Put this into notepad, save, change extension to ".bat"
Code:@echo off TIMEOUT /T 15 /NOBREAK wmic process where name="psobb.exe" CALL setpriority "high priority" cmd /k
Right click it, make shortcut. In advanced properties, run shortcut as admin. Double click shortcut, and then within 15 seconds double click launcher and start game.
If you want the window to close itself (you have no interest in checking the return value later to see if it actually worked or not), get rid of the "cmd /k" line.