Languages: English | 简体中文 | 日本語 | 한국어
A Windows desktop utility built with Tauri + Vite + React for editing Endfield resolution values by updating the registry.
- Write custom width/height (positive integers only)
- Reads current resolution from registry and shows all related values
- History of changes (before/after) with one-click restore to inputs
- Built-in i18n (EN/中文/日本語/한국어) and settings panel to switch language
- Custom titlebar with window controls; resizable with minimum size
- Windows 10/11
- Node.js 18+
- Rust toolchain (stable)
- Tauri system dependencies (MSVC build tools)
If you don't want to set up a development environment, download the latest build from the Releases page.
- Install dependencies:
npm install
- Start the desktop app:
npm run tauri:dev
- Enter width/height and click Apply.
Tip: Close the game before applying changes to avoid cached values.
- Tauri + Vite dev:
npm run tauri:dev
- Frontend only:
npm run dev
- Build the app bundle:
npm run tauri:build
- Output location:
src-tauri/target/release/bundle
Width
Screenmanager Resolution Width_h*Screenmanager Resolution Window Width_h*video_resolution_width_h*
Height
Screenmanager Resolution Height_h*Screenmanager Resolution Window Height_h*video_resolution_height_h*
