mirror of
https://github.com/SWG-Source/serverdata.git
synced 2026-01-17 00:05:45 -05:00
Merge branch 'master' of https://github.com/SWG-Source/serverdata-1
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "appearance/mesh"]
|
||||
path = appearance/mesh
|
||||
url = https://github.com/SWG-Source/mesh.git
|
||||
10
README.md
10
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
|
||||
|
||||
|
||||
1
appearance/mesh
Submodule
1
appearance/mesh
Submodule
Submodule appearance/mesh added at ed79fa43e0
Reference in New Issue
Block a user