Skip to content

Commit

Permalink
update manifest and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcDNightmare committed Mar 13, 2021
1 parent 5adc64a commit 2e653d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion SeedFinder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ The goal will be to have a handy little pre-game tool to hunt for specific seeds
With galaxy & mod informations, resources (configurable in levels where 0 = no information, 1 = explorer mode -> only O-Types or if there are enough unipolars, 2 = all), etc so it's shareable and even possible to feed some web-version of the starmap with it for out of game lookup / searching.

For now, consider this pre-alpha and it doesn't do that much apart from logmessages etc but it will hopefully grow with each commit.
Input, additions, pull-requests, etc.. VERY welcome.
Input, additions, pull-requests, etc.. VERY welcome.

## Changelog
### 0.2.0
- Added more settings to control export of data
- Plugin now creates json-files with rudimentary galaxydata

### 0.1.0
- Just to get some version out there for help & feedback.
- It can scan and stop once conditions are met & outputs some info into the ```LogOutput.log``` file of BepInEx
2 changes: 1 addition & 1 deletion SeedFinder/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SeedFinder",
"version_number": "0.1.0",
"version_number": "0.2.0",
"website_url": "https://github.com/ctcDNightmare/dsp-mods",
"description": "Want to know if it is worth embarking on a journey before you start it? Let SeedFinder help you with that decision.",
"dependencies": [
Expand Down

0 comments on commit 2e653d1

Please sign in to comment.