A port of my ATLYSS-Data-Parser, built on Electron
ATLYSS-KB is a Windows desktop application designed with two primary user groups in mind. It serves as a quick reference for users seeking detailed information on the game and as a practical tool for wiki editors who want to update the game's wiki data in just a few steps. Whether you're exploring raw game data or streamlining your wiki updates, ATLYSS-KB aims to simplify the process.
- Data Parsing & Visualization
Quickly parse ATLYSS data files and display the results on the game's wiki. - Search Functionality
Look for the actual data using robust wiki search engine. - Wiki Explorer
Freely browse the game’s wiki directly within the application. - Export Data to Wiki
Export the parsed game data directly to the wiki for further analysis or updates.
Note:
ATLYSS-KB is in its early stages. The interface is minimal and may not be very intuitive. Feedback and contributions to improve usability are highly appreciated!
- Download the Archive
Visit the Releases page and download the latest ZIP archive. - Extract the Archive
Extract the contents of the ZIP file to a folder of your choice. - Run the Application
Open the extracted folder and double-click onATLYSS-KB.exe
to launch the application.
When you launch ATLYSS-KB, you will see a basic window with two options:
- Selecting game's data folder, which is required to make automated updates to wiki.
- Opening the Knowledge Base directly, which will lock you for wiki browsing only.
Follow these steps to use the application:
-
Opening Game's Data Folder
- Click the Select Folder button.
- Select the folder with exported data using AssetRipper (Or press "Use AssetRipper.CLI" text on the bottom).
-
Parse the Data
- Once the data is loaded, open Parsing tab and click the Parse Raw Data button.
- The application will process the exported files (parsing time may vary depending on your computer specs and amount of files).
-
Use Parsers For Game's Data
- New menu in Parsing tab will appear.
- Make all parsers you want to use be green and press Parse Selected Data button.
-
Export Data to Wiki
- Go to Settings tab and change your login and password to your credentials on the wiki.gg platform.
- After parsing, open Uploads tab and make all uploads you want to use be green and press Upload Selected Data (Black uploads mean there isn't any parsed data for that upload, check your parsers).
- Await while selected data is being uploaded to the wiki.
-
Explore the Game's Wiki
- Switch to the Knowledge Base tab to browse the game's wiki.
- Navigate through various pages and use the search functionality to find relevant information.
Disclaimer:
ATLYSS-KB is experimental. The Wiki Explorer and export functionality are newly added features and may not be fully polished. User feedback is welcome!
Contributions are welcome! To contribute:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Describe your feature'
- Push to your branch:
git push origin feature/my-new-feature
- Open a pull request with a description of your changes.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
If you enjoy using ATLYSS-KB, consider sponsoring future development at Boosty.to/livegobe.
For issues or questions, please open an issue in the repository or reach out via the project’s GitHub Discussions.