Requirements for Running The Core - ProjectSWGCore/NGECore2 GitHub Wiki

Once you have met the requirements, fork the project (click on the fork button) and then clone your forked repository. If you are using Windows then you can clone the repository with Github for Windows, otherwise you can use the following git command:

git clone https://github.com/your_account_name/ngecore2.git

Then you can import the project to Eclipse.

Next you need to create a postgres DB and restore the nge.backup file. Once you have done that, edit your nge.cfg with your DB information and create an account for yourself in the accounts table of your database.

Once you've done that open TRE Explorer and open the sku0_client.toc in your SWG folder with it.

Then export the following folders to your clientdata folder (should be located in your project folder):

  • abstract
  • appearance
  • creation
  • customization
  • datatables
  • footprint
  • interiorlayout
  • misc
  • object
  • quest
  • snapshot
  • terrain

Now you're ready to run the core!