Description
Overhaul of everything. As I started using it for my new Roblox game Sunny Shores Resort, I realized it just wasn't working as well as I'd hoped. So I fixed it up using a nice progress bar someone else put on GitHub for console applications, which led to a bunch of other improvements.
Since I used it on my own .rbxlx file, it's been tested thoroughly.
Changelog
Added
- A better progress bar that works consistently and looks good (if you stick with the default console width of 120 characters or greater)
Removed
- Old crappy progress bar
Changed
- Now four progress messages: Parsing, creating files (bar), writing files (bar), and completion.
- Lots of general code cleanup & consistency improvements
- Fixed hidden bug that could have led to some files not being created