Unfortunately do to a lack of time and issues with the new anti-cheat, I have been unable to continue with the project. I'll continue to play with solutions but no further work will be done for now.
Cornix is meant to translate the gamespace coordinates of Star Citizen into per planet latitude and longitude, enabling surface vehicle navigation and near realtime data for the Daymar Rally.
CornixSC is here to help aid in the daily use of Star Citizen by allowing for localization within the game world. Cornix uses your gamespace coordinates to calculate your local position on planets and moons. Future development hopes to streamline the data pipeline and allow for realtime compass and analytics for teams and orgs to collaberate in the verse. Our goal is to have a working system to aid in the next Daymar Rally or even the Stanton 7. Feel free to join on Discord to help out.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/ScripteJunkie/CornixSC.git
- Install Python packages
pip install -r requirements.txt
- Run AHK
autohotkey.exe TEST/ahk/GetCoords.ahk
- Run Python
python getcoords.py
See the Trello for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/GameChanger
) - Commit your Changes (
git commit -m 'Add some GameChanger'
) - Push to the Branch (
git push origin feature/GameChanger
) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE
for more information.
Discord - CornixSC
Project Link: https://github.com/ScripteJunkie/CornixSC