diff --git a/README.md b/README.md index fb39921..29bc107 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,21 @@ # SharpLauncher for BlueMaxima's Flashpoint SharpLauncher is an alternative launcher for BlueMaxima's Flashpoint, a webgame preservation project. It is written in C# (utilizing Windows Forms for its GUI), and serves as a frontend for the CLIFp command-line tool. -![launcher_screenshot](https://user-images.githubusercontent.com/58399748/158019657-24b71ee5-e706-4cec-88a9-74d456f95175.png) +![Screenshot](https://user-images.githubusercontent.com/58399748/207768750-81197560-3cf8-4ec4-b283-0146fd1202aa.png) ## Features * Faster loading times +* Significantly smaller file size (3MB vs. ~300MB) * Full access to the Flashpoint database * Search operators with OR | support * Favorites and play history tracking -* In-launcher data statistics and management +* In-launcher data statistics and management Playlists and a log viewer may be added in the future if I feel like it. Curation management features are not planned. ## Prerequisites * CLIFp (ideal location is a `CLIFp` folder within the Flashpoint directory) -* filters.json (if you want extreme entries to be filtered; must be placed in the same directory as SharpLauncher) +* sharpFilters.json (if you want extreme entries to be filtered; must be placed in the same directory as SharpLauncher) ## Special thanks * LindirQuenya for substantial code contributions, particularly block-based entry loading