Commit Graph

61 Commits

Author SHA1 Message Date
Rahul-Sahani04
64892c81e9 Profile System & Mod Loading Fixes
Added a full profile system and fixed a few critical mod loading issues.

What changed

Profiles — Implemented proper profile management (create, switch, delete). Each profile now has its own isolated mod list.

Mod Isolation — Fixed ModManager so mods are strictly scoped to the active profile. Browsing and installing only affects the selected profile.

Critical Fix — Fixed a path bug where mods were being saved to ~/AppData/Local on macOS (Windows path) instead of ~/Library/Application Support. Mods now save to the correct location and load correctly in-game.

Stability — Added an auto-sync step before every launch to make sure the physical mods folder always matches the active profile.

UI — Added a profile selector dropdown and a profile management modal.
2026-01-20 11:52:36 +05:30
AMIAY
21f8527ed4 update 2.0.2 2026-01-19 23:15:29 +01:00
greenkod
7dbc900338 refactor: split main file into smaller modules for better maintainability 2026-01-18 21:29:37 +03:00
AMIAY
9a751958b0 Add files via upload 2026-01-18 15:42:22 +01:00
Terromur
517dedc5c7 Update launcher.js
Removing unnecessary variables
2026-01-18 07:59:24 +05:00
AMIAY
1e93105cac Add files via upload 2026-01-18 01:52:38 +01:00
sanasol
335db04cee MacOs build crash on game launch and server not botting 2026-01-17 14:32:43 +01:00
AMIAY
0bf83df285 Refactor launcher.js for improved app directory management
Refactor launcher.js to improve directory handling and function parameters.
2026-01-16 16:19:46 +01:00
crimera
112801f220 Only generate uuid for new username strings 2026-01-16 21:08:43 +08:00
chasem-dev
6873e2e4bf Add Java path configuration and input handling
- Introduced a new input field for Java path in the launcher UI.
- Updated the main process to handle saving and loading of the Java path.
- Enhanced game launch functionality to accept a Java path parameter.
- Added Java detection logic to find the Java executable on the system.
- Created a .gitignore file to exclude build artifacts and dependencies.
2026-01-14 10:11:01 -05:00
AMIAY
692de4eb26 Add launcher.js for game management and launching 2026-01-14 00:42:12 +01:00