Changing and Compiling

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Hey Nickruig - I missed your question on IRC, feel free to hang out there longer if able to :)

There are instructions at https://github.com/MovingBlocks/Terasology/wiki/Dev-Setup and some more related info at https://github.com/MovingBlocks/Terasology/wiki/Codebase-Structure

In short:
  1. Get the code downloaded somewhere and open a command prompt / terminal in that directory
  2. Run "gradlew idea" if you'd like to use IntelliJ as your IDE, then load from the generated projects files, or even just use "gradlew run" to run the game from source via command line
  3. Edit code to your heart's content in IntelliJ or elsewhere
  4. Run either using the IDE's run options (created automatically for you in IntelliJ) or from the command line with "gradlew run" again
Anything more than that need some more details on what you're wanting to do :geek:
 
Top