Commit Graph

4 Commits

Author SHA1 Message Date
arch_agent 4d86ac9fc2 fix: implement _toggle_script_mod and _script_context_menu methods
- Toggle: rename files with .disabled suffix to enable/disable
- Context menu: Enable/Disable, Show Files, Open Folder
- Fixes crashes when clicking Toggle or right-clicking script mods
2026-07-19 16:14:18 +02:00
arch_agent 3f48ac5fb0 v0.3: Enhanced Script Mods tab — grouped by mod name, file counts, toggle, context menu
- Script mods now grouped by mod name instead of flat file list
- Shows file count per mod and category totals
- Toggle button to enable/disable script mods
- Right-click context menu for script mods
- Info label showing total mods and files
- Support for redscript, TweakXL, CET, red4ext, ArchiveXL
2026-07-19 16:12:50 +02:00
arch_agent 0e33ca5ec1 v0.2: Archive parsing, script mod support, auto-extract
New features:
- Archive file parsing: reads internal file paths from .archive files
- Deep conflict scan: compares internal file paths across all enabled mods
- Script mod support: manages r6/scripts (.reds), r6/tweaks (.yaml), red4ext (.dll), CET (.lua), ArchiveXL (.xl)
- Auto-extract: .7z/.zip/.rar downloads are extracted and files installed to correct paths
- Drag & drop: drop mod files onto the window to install
- Internal file viewer: right-click mod → Show Internal Files
- Script Mods tab: shows all script-based mods grouped by type
- Settings: shows extraction tool availability (7z, unrar, zip)
2026-07-13 10:30:07 +02:00
arch_agent 96f24a8b25 Neon Mod Manager v0.1 — Cyberpunk 2077 mod manager for Linux
Features:
- Enable/disable mods (.archive <-> .archive.disabled)
- Load order via filename prefixes (000_, 010_, 020_)
- Conflict detection
- Profile save/load
- Nexus Mods nxm:// protocol handler
- PyQt6 GUI, Wayland compatible
- No REDmod, no FUSE, no Wine prefix
2026-07-13 10:24:16 +02:00