

gitignore so the build is not checked into source control) (Basically this allows the IDE to complain if you are using other jdk version features that are not compatible with the current language)Ĭompiler output folder should go to Starsector\mods\Nexerelin\jars\build (this folder should be under. This should say 1.7 for jdk 1.7 after you select it.Ĭhange project language level to be 7 for java 1.7. button, select JDK and navigate to your jdk installation folder. Now we need to set up jdk.Ĭlick on the New. Then select File > Project Structure dialog.
#Starsector ships full
There is a link to the bugmenot website in this Reddit post if you are too lazy to create a new Oracle account:ĭownload Intellij community edition (which is free unless you somehow want to spend money on the pro edition), just google search it.Īll the folder paths mentioned below should be full folder path. If you need JDK 7: Since it's past end of life, Oracle requires users to create an account before dling it. Simply use a newer JDK and set your project in your IDE to use Java 7.
#Starsector ships install
1.7.0.80 and not java 8, 9, etc.ĭepending on your IDE, you may not actually need to download or install JDK 1.7 except for profiling purposes. You will also need to use jdk1.7 to compile the jar starsector is currently using jdk1.7.0.79 but anything newer than that would work as well. This is just so the jar files contained in those mods can be loaded by nexerelin java classes.
#Starsector ships mod
Download and unzip them somewhere on your computer, you can download them to the starsector mod folder but you don't have to load them in the launcher.

The whole list can be found at the end of this document. (Eclipse should be similar but you will need to figure out where those dialogs and settings are on your own.)įirst of all, Nexerelin also requires several other external libs for compiling.
#Starsector ships how to
The following contains instructions on how to set this project up on Intellij. Intellij and Eclipse forks are currently the most popular Java IDE out there. If you want to build Nexerelin locally, follow the steps below. It implements 4X-style gameplay with faction wars, diplomacy and planetary conquest.Ĭurrent repo version: v0.10.3c Setup instructionsĬheck out the repo to Starsector/mods/Nexerelin (or some other folder name) and it can be played immediately. Nexerelin is a mod for the game Starsector.
