This repository was archived by the owner on Apr 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Client Patching
Skyler edited this page Jul 15, 2016
·
3 revisions
Following this guide will help you create a separate patched client in order to connect to a RelentlessZero server.
Make sure you have successfully logged into your official client at least once before following this guide.
- Create a new folder in order to copy parts of the official client.
- Locate your Scrolls installation folder (usually
C:\Program Files (x86)\Scrolls) - Copy the
assetsfolder found in\game\assetsto your new folder. - Copy the
Scrolls_datafolder andScrolls.exefound in\game\versions\version-140X*-production\version-140X*-production-natives-XXXXXXXXXXXXXXXto your new folder. - Copy
ScrollsPatcher.exefound intoolson the repository to\Scrolls_Data\Managedin your new folder. - Running the patcher will result in a newly created
Assembly-CSharp.dll.patchedfile, rename or delete the oldAssembly-CSharp.dlland remove the.patchedsuffix from the patched file. - Create a batch file in the root directory of your new folder with:
"Scrolls.exe" --assetsDir "assets\objects" --assetIndex "assets\indexes\index-140X*-production-win.json"as the contents.
*Note: X value in version string will vary depending on client version, latest build is 1402.
If you have done everything successfully executing the batch file will result in the client launching to the login screen.