https://github.com/mistralys/no-mans-sky-tracker
PHP-based tool for tracking solar systems and outposts in No Man's Sky.
https://github.com/mistralys/no-mans-sky-tracker
Last synced: about 2 months ago
JSON representation
PHP-based tool for tracking solar systems and outposts in No Man's Sky.
- Host: GitHub
- URL: https://github.com/mistralys/no-mans-sky-tracker
- Owner: Mistralys
- License: mit
- Created: 2023-01-09T16:46:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T21:25:43.000Z (about 2 years ago)
- Last Synced: 2025-07-02T10:51:13.746Z (about 1 year ago)
- Language: PHP
- Size: 539 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# No Man's Sky tracker
PHP-based tool for tracking solar systems and outposts in [No Man's Sky](https://www.nomanssky.com/).
Offers a user interface to manually add solar systems, planets and outpost
to keep track of. Various views make it easy to find things again, with
filtering tools.
It is intended to make it easier to keep track of noteworthy things while
you explore. Add detailed comments on solar systems, planets, outposts and
more. Save the position of planetary POIs to have a way to get back to them.
## Requirements
- Local webserver
- PHP 8.2+
- [Composer](https://getcomposer.org/)
- MySQL or MariaDB database
## Installation
1) Clone locally into a webserver's webroot.
2) Import the file `/sql/new-install.sql` into a database.
3) Navigate to the `htdocs` folder.
4) Run `composer install` to install the dependencies.
5) Rename `config/config.dist.php` to `config/config.php`.
6) Edit the configuration settings as needed.
7) Point your browser to the `htdocs` folder.
## Quick start
1) Go to "Solar Systems".
2) Add a solar system.
Keep the tool open in a browser tab while you play, and add the solar
systems and planets as you visit them.