Requirements for Running The Core - ProjectSWGCore/NGECore2 GitHub Wiki
- JDK 7
- An IDE like Eclipse Juno
- A valid Star Wars Galaxies Installation with the final patch
- Postgresql server (www.postgresql.org)
- TRE Explorer(http://forum.modsource.org/index.php?PHPSESSID=bf02fd8244123807f4716c1686abb59f&action=dlattach;topic=33.0;attach=49)
- Github account
- (optional for windows) Github for Windows(http://windows.github.com/)
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!