Skip to content

Coralec/NGECore2

 
 

Repository files navigation

NGECore2

The ProjectSWG Open Source Project's aim is to create a server emulator for the sandbox MMO Star Wars Galaxies at its final publish before shutdown on 15/12/2011.

The Open Source Version of ProjectSWG is restricted to 30 minutes uptime and upto 5 connections to ensure that the community is not split between several small servers. This restriction will not be lifted, it is also not legal to remove this restriction for anyone(see the engine's license for more legal information).

The Engine(NGEngine) is a closed source library and is only licensed for use with this project. The Core(NGECore2) is licensed under the L-GPL License.

Requirements for Building the Core:

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
  • string
  • terrain

Export the same folders from sku1_client.toc, sku2_client.toc and sku3_client.toc to avoid errors with kashyyyk.

Now you're ready to run the core!

Contributing and Submitting patches

To contribute, simply commit your changes to your fork of the project and then submit a pull request here:

https://github.com/ProjectSWGCore/NGECore2/compare/

Now your changes will be reviewed by other developers and once the changes are approved your code will be merged into the main repository.

For more information please visit the wiki: https://github.com/ProjectSWGCore/NGECore2/wiki

Documentation can be found here: http://projectswgcore.github.io/NGECore2/doc/

About

The ProjectSWG Open Source Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published