FPS Boost

06/02/2025 17:41 Deco1997#1
Hello. I was looking for smth to get more fps on my integrated vega8 graphic in darkorbi. Didnt find anything so I just asked chatgpt for help with it. For me now Im playing despite low graphic on good with smooth 90fps without sudden fps drops. Let me know If its helping also you guys or maybe it will inspire someone to make something simillar which will be better than this from chat gpt.

Greetings
**\[Release] DarkOrbit FPS Boost Script - Vega 8 Optimized (BAT File)**

Hey pilots! 🚀
If you're playing **DarkOrbit** on a low-end setup (like Vega 8 / integrated graphics), this simple script might help you boost your **FPS** and reduce stutters.

---

🔧 **What It Does:**

1. Sets your power plan to **High Performance**
2. Cleans up temporary files
3. Closes unnecessary background processes (OneDrive, Skype, YourPhone, SearchApp)
4. Automatically sets **high CPU priority** for `DarkOrbit.exe` when it starts

---

📦 **How to Use:**

1. Open **Notepad**
2. Copy and paste the code below
Code:
@echo off
title DarkOrbit FPS Boost - Vega 8
color 0A

echo [1/4] Setting power plan to: High performance...
powercfg -setactive SCHEME_MIN

echo [2/4] Cleaning temporary folders...
del /q /f /s "%TEMP%\*.*"
del /q /f /s "%SystemRoot%\Temp\*.*"
del /q /f /s "%UserProfile%\AppData\Local\Temp\*.*"

echo [3/4] Killing unnecessary processes (OneDrive, Skype, etc)...
taskkill /f /im OneDrive.exe >nul 2>&1
taskkill /f /im SkypeApp.exe >nul 2>&1
taskkill /f /im YourPhone.exe >nul 2>&1
taskkill /f /im SearchApp.exe >nul 2>&1

echo [4/4] Setting high priority for DarkOrbit client (if running)...
echo Waiting for the client to launch...
:loop
timeout /t 2 >nul
tasklist | findstr /i "DarkOrbit" >nul
if %errorlevel%==0 (
    echo Client found! Setting priority...
    wmic process where name="DarkOrbit.exe" CALL setpriority "128"
    echo Done! Your FPS should now be more stable.
    pause
    exit
) else (
    echo Waiting for the client to start...
    goto loop
)
3. Save it as: `DarkOrbit_FPS_Boost.bat`
4. Right-click the file and choose **Run as administrator**
5. Let the script run **before** starting DarkOrbit
→ It will wait for the client and boost its priority once it launches

---

✅ **Safe to use. No injection, no game files touched. Just Windows tweaks.**

📌 Recommended to use it before every game session for max stability.

---

💬 Feel free to leave feedback or improvements for others!

If you already use high performance on your computer and don't have any programs that burden it, it probably won't improve your performance. So far, only me and one friend have used it and it actually affected the smoothness of the game to such an extent that I use good quality instead of the lowest. My friend also claims that the game runs better. Even if only a few people will play better thanks to it, it was worth posting, because currently on the Unity client I haven't found a single topic about the game being better optimized, but from what recytec wrote in the PinkGalaxy topic, the hopeless optimization of Unity client is the fault of the bugpoint.
Topic to be closed bc looks like it doesnt help anyone.
Personally, I would be willing to pay if there was actually some program that would boost the game by 30 or 60 fps or thanks to which there would be no drops to a few fps during alien respawns.