-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0233cc7
commit 5db0eb8
Showing
2 changed files
with
1 addition
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,3 @@ | ||
# StarSystemDesign | ||
|
||
![Integration](https://github.com/DarkbordermanModding/Starsector-StarSystemDesign/workflows/Integration/badge.svg) | ||
|
||
Manage star system layout in Starsector. | ||
|
||
## Prerequisite | ||
|
||
| Name | Version | | ||
| --- | --- | | ||
| gradle | 4.4.1 | | ||
| jq | 1.6 | | ||
|
||
### Build jar | ||
|
||
1. Run | ||
``` | ||
gradle build | ||
``` | ||
Will build jar files under `jars/` | ||
|
||
### Run game to test | ||
|
||
1. Put project folder under `<game folder>/mods/` | ||
|
||
2. Run | ||
``` | ||
gradle run | ||
``` | ||
To test gameplay | ||
|
||
### Release mod | ||
|
||
1. Run | ||
``` | ||
gradle release | ||
``` | ||
Will create `<project name>-<version>.zip` under `bin/` | ||
|
||
### Repository cleanup | ||
|
||
1. Run | ||
``` | ||
gradle clean | ||
``` | ||
Will cleanup `bin/` and `jars/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters