https://github.com/repcomm/nodeunmungegui
electron implementation of SWBFUnmungeGUI, a gui for sk's swbf-unmunge cli tool
https://github.com/repcomm/nodeunmungegui
electron gui nodejs redesign sleepkiller swbf unmunge
Last synced: 10 months ago
JSON representation
electron implementation of SWBFUnmungeGUI, a gui for sk's swbf-unmunge cli tool
- Host: GitHub
- URL: https://github.com/repcomm/nodeunmungegui
- Owner: RepComm
- Created: 2018-03-17T03:57:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T01:39:56.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T08:50:06.163Z (about 1 year ago)
- Topics: electron, gui, nodejs, redesign, sleepkiller, swbf, unmunge
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO: Write thorough readme after stable standalone build.
Working prototype!
Usage as of this prototype:
Run using electron (not Attach To Chrome) from VSCode (binary build later)
Click on the file drop box (dragging files not implemented yet) and the file chooser opens.
Select some LVL files to decompile/unmunge
Change input/output settings as desired (instructions link soon)
Hit 'GO' to run unmunge process
Bottom left box is a log from swbf-unmunge.exe
Non-lvl files will not be processed, but can still appear in the file list (will remove later)
Click on a file to remove it from the list
Duplicate files will not be detected, this will change in the future
No error checking is done on files or their selection, this will change
Current commit is largely untested and not meant for production. Use at your own risk.