Update README.md

This commit is contained in:
Cekis
2020-03-28 15:37:16 -07:00
committed by GitHub
parent 4256688cd4
commit 58c98bd8ed

View File

@@ -1,16 +1,14 @@
# Clientdata Repository
# Server Data Repository
This is the server side client data repo ONLY. DO NOT include files in this repo that would normally be used ONLY on the client side. Store only files necessary for the SERVER operation here. This would exclude files like sound files and MOST appearance files that do not have collision.
OPTIONAL: Compile into SOT files (see tre-sot-builders repo or ask Erusman - thanks dude!). Alternatively, use as-is.
# Usage
You should
The contents of this repo belong in the following SWG path:
cd /path/to/swg/data/sku.0/sys.client/compiled
Then clone this repo. You should also remove any other sku.[1-3] or sku.ja folders you may have inside data, as those are also client only. You'll then need to edit your exe/shared/servercommon.cfg to remove those old, dead paths.
The repo is cloned via the ANT build process currently and the location is handled properly, however, you can still perform manual tasks as needed with this repo. It's our assumption cloning manually is not needed.
# Useful Changes Appreciated