https://github.com/faforever/neroxis-map-generator
https://github.com/faforever/neroxis-map-generator
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faforever/neroxis-map-generator
- Owner: FAForever
- License: mit
- Created: 2018-05-04T21:23:15.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-29T18:47:59.000Z (over 1 year ago)
- Last Synced: 2025-03-29T19:31:48.555Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 109 MB
- Stars: 20
- Watchers: 5
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neroxis Map Generator for Supreme Commander Forged Alliance
Procedurally generate Supreme Commander Maps from a seed to enable new gameplay on maps never before seen.
### How to Generate Maps
Download the .jar file included in the github release and ensure you have at least Java 8 installed on your machine.
Once downloaded run the following command in your terminal to generate a map in the current directory
`java -jar NeroxisGen_X.X.X.jar`
Default settings will generate a 6 player 10km map. Generator options can be viewed by running
`java -jar NeroxisGen_X.X.X.jar --help`
### Development
Project built using gradle and developed with the Intellij IDE.