-
-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
No. Optimum is a launcher that applies engine-level optimizations via Cecil before the game starts. It's not a .dll in your Mods folder. Your existing mods load normally on top of the optimized engine.
No. Optimum is client-only and works with any server running the matching Vintage Story version.
Yes, but the installer does it for you. Vintage Story is proprietary, so Optimum cannot legally ship game binaries — releases are source-only. Clone the repository and run the installer for your platform; it checks prerequisites, downloads and decompiles the official client, applies the patches, compiles, and installs the result. You need the .NET 10 SDK, Git, and an existing Vintage Story install. See Installation.
Optimum does not give gameplay advantages. It renders the same world the same way, faster. Server admins cannot detect it because it does not modify network behavior. Check your server's rules if unsure; some servers have blanket "no modified clients" policies.
Yes. Optimum uses the same data folder as vanilla. Your worlds, servers, settings, and mods carry over with zero migration. You can switch between Optimum and vanilla on the same world.
Launch with --dataPath "/path/to/data" or create a datapath.cfg file in the VS directory containing the absolute path on one line.
No. The installer builds a separate, self-contained Optimum folder and leaves your original Vintage Story installation exactly as it was. Inside that folder, the engine and built-in mod assemblies also stay vanilla on disk — Optimum patches copies of them into .optimum/cache/ at launch. Deleting the Optimum folder removes Optimum completely.
The cache auto-invalidates because the vanilla DLL hash changes. On the next Optimum launch, the patcher re-applies optimizations to the new DLL. If the new Vintage Story version changes an internal API that Optimum patches, Optimum records the failure, restores built-in vanilla mods, and exits before game startup. Check Logs/optimum-launcher.log for the reason. Optimum 0.3.4 supports Vintage Story 1.22.5, not 1.22.6.
The build targets x64 on Linux and Windows because Vintage Story has no official ARM client for those platforms. On ARM hardware, the x64 build runs via emulation (box64 on Linux, Windows-on-ARM). macOS Apple Silicon uses the native osx-arm64 client.
Expected for unsigned builds. Right-click the app, select Open, confirm the dialog. This happens once.
Launch Vintagestory.exe instead of Optimum.exe. Or uninstall Optimum (Programs & Features on Windows, ./scripts/uninstall.sh on Linux/macOS). Your worlds and account stay untouched.
Depends on your hardware, view distance, and scene complexity. Frame pacing improvements reduce stutter on any hardware. CPU-bound players with high entity counts benefit from the distance gates. GPU-bound players benefit from FSR and shader reductions. The .optimum status command shows per-optimization counters.
Yes. On first launch (or after a VS or Optimum update), Optimum applies Cecil patches to VintagestoryLib.dll, VintagestoryAPI.dll, VSEssentials.dll and VSSurvivalMod.dll, showing a splash screen while it works. The result is cached, so every subsequent launch is instant.
Yes. Optimum 0.3.3 uses the runtime launcher introduced in the 0.3.x series. Older 0.2.x installations shipped pre-patched game assemblies. Remove the old Optimum installation and run the 0.3.3 installer fresh. Your worlds, settings and mods live in the shared Vintage Story data path and carry over untouched.
Click Browse and manually select the folder containing Vintagestory.exe. On Linux, pass --vs-dir /path/to/vs. Common locations: %APPDATA%\Vintagestory (Windows), ~/.local/share/vintagestory (Linux), ~/Library/Application Support/vintagestory (macOS).
Yes. The source is GPL-3.0 with the Commons Clause. Pull requests are welcome. See Building from Source and CONTRIBUTING.md.
The cached DLL may be stale. Delete .optimum/cache/ in your VS directory and relaunch — Optimum will re-patch cleanly. If it persists, the Optimum version may be incompatible with your VS version. Check the Releases page for the correct version.
Optimum stops when a required patch, assembly validation, or JIT preflight fails. This protects the game from a partial patch set. Check Logs/optimum-launcher.log in your data path for Launch aborted and the failure reason. Deleting .optimum/cache/ and relaunching forces a clean re-patch. Keep the complete error output, confirm that you use Vintage Story 1.22.5, and include both versions in a report. Start the original Vintage Story executable directly if you need to play without Optimum.