Derelictionary is a Python script run in a terminal. It functions as a database of information on things such as:
Trading Posts
Outposts
Stargates
Galaxies
Systems
Each of these info nodes can be searched through by a variety of methods and keywords. When data is found, it is reported to the user along with any other information about the object that was searched. I'll refer to it as an app from now on even though it's really just more of a script. This app is developed by only myself with much love for the great game that is Duskers. Down below I'll explain further on how to use the program and provide screenshots of what it looks like. If you would like to help in creating this app, I'd love to put you on the team! Shoot me a message either here or on Discord @ aamorphous.
- Go to the releases page and choose which type of download you'd like.
- If you downloaded the .exe form, simply extract it into a folder and then double click on "derelictionary.exe" to run the app.
- If you downloaded the .py form, first, extract everything to it's own folder.
- Then, open up a terminal of your choice (CMD, PowerShell, GitBash, etc.)
- Navigate to the folder you extracted Derelictionary to (if you don't know how to, read up here).
- Once in the correct directory, run it as a Python script by executing
python main.py
(keep in mind, you MUST have Python installed on your machine).
- Once in the correct directory, run it as a Python script by executing
Since Derelictionary is a command-based application, you'll need to follow the prompts on screen like the ones below in order to use it correctly. There are 3 functions to Derelicitonary currently.
🟢 Read Data
🟡 Write Data
🔴 Clear Data
For example, in image #1, you must enter in a number corresponding to the choices listed to you. If you choose a number, you will proceed onward into the program without problem (see images a & b). However, if your input is incorrect or isn't included in the choices, you'll be told to try again (seen in image c).