Correction for initial client setup

This commit is contained in:
Tekaoh
2020-10-31 12:20:33 -04:00
parent 89a1af91b0
commit 46e4675961

View File

@@ -1,30 +1,21 @@
When the server has been updated there will sometimes be a requirement for the client to also be updated. In order to do that you will need to configure your Windows PC where the client is located to use Git.
# Initial Git Setup For The SWG Client
You can download the v1.2.1 client from [here](https://bit.ly/SWGSourceClient121).
If you haven't already, please install Git for Windows https://git-scm.com/download/win
* Now right click on your SWG client folder and choose **Git Bash Here** from the menu
![](https://i.imgur.com/VPzqyTs.png)
* Run this command: **git init**
![](https://i.imgur.com/lmnBQw3.png)
* Run this command: **git remote add -f origin https://github.com/SWG-Source/client-assets.git**
![](https://i.imgur.com/69TrF71.png)
* Run this command: **git checkout master**
![](https://i.imgur.com/r7TOxTb.png)
* Run this command: **git pull**
* Run these commands: **git reset --hard** and then **git pull**
![](https://i.imgur.com/dpzBc7t.png)
Once that is done you will have downloaded the latest client patches, no further action is required on the client side at this point.
# Updating The Client On An Ongoing Basis
Periodically there will be content restorations performed by SWG Source and those can be downloaded for use in a similar manner.