- Mod pages: For further details, see Pharloom Atlas’: Nexus Mods page or Silksong Mods by Dakusan
- Submit.php: A lightweight web server for receiving and managing Pharloom Atlas user contribution data, enabling community crowdsourcing.
- SubmitErrorLog.php: Logs Silksong Mod errors from users. (Must be manually sent from the mod’s configuration dialog)
- JSON creation: Create JSON data files from the database
- CreateJson.php: JSON data files
- CreateTranslateJson.php: JSON translation files
- Other:
- RenderIndex.php: Renders the webpage for IndexAssets/index.html for https://silksong.dakusan.com/
- DGraph.php: An AI attempt at generating a relation graph of the Silksong items (Found in assets’ repo)
- Requires a php server and mysql/mariadb
- Create a database and run
DB.sql - Copy
Config.Default.phptoConfig.phpand set your database parameters - For scripts…
- Submit.php and SubmitErrorLog.php
- You’re all set up to receive from the Pharloom Atlas mod
- The Pharloom Atlas mod would have to be redirected to your web server.
- CreateJson.php, CreateTranslateJson.php, and RenderIndex.php
- See VGAtlas - Using / Generating Assets for more details on populating the database.
- Submit.php and SubmitErrorLog.php
- Source code organized under
WebServer/.
See root project README for details