diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..b7215b49f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "appearance/mesh"] + path = appearance/mesh + url = https://github.com/SWG-Source/mesh.git diff --git a/README.md b/README.md index 0c41f0bd5..1d2153eab 100644 --- a/README.md +++ b/README.md @@ -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 + /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 diff --git a/appearance/mesh b/appearance/mesh new file mode 160000 index 000000000..ed79fa43e --- /dev/null +++ b/appearance/mesh @@ -0,0 +1 @@ +Subproject commit ed79fa43e092e2d121548f232fde5eff1d0c56b6