mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Updated readme to include information on running holocore
This commit is contained in:
23
README.md
23
README.md
@@ -31,4 +31,25 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with Holocore. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with Holocore. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
### Running Holocore ###
|
||||
In order to successfully build and run Holocore, you must:
|
||||
|
||||
1. Have a valid Star Wars Galaxies installation that is updated from the final patch.
|
||||
2. Setup a postgresql server, preferably on localhost, with a database and user named nge with read/write permissions.
|
||||
* Note: You will need to restore the database that you created using nge.backup in order to create the proper tables.
|
||||
3. Extract the following contents of the sku's to a new clientdata folder in the holocore directory:
|
||||
* abstract
|
||||
* appearance
|
||||
* creation
|
||||
* customization
|
||||
* datatables
|
||||
* footprint
|
||||
* interiorlayout
|
||||
* misc
|
||||
* object
|
||||
* quest
|
||||
* snapshot
|
||||
* string
|
||||
* terrain
|
||||
Reference in New Issue
Block a user