Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 600 Bytes

File metadata and controls

27 lines (17 loc) · 600 Bytes

Pork Land

Bring Hamlet DLC from Don't Starve to Don't Starve Together

To Clone

We're running out of quota for GitHub's Git Large File Storage, so LFS won't work, you need to set GIT_LFS_SKIP_SMUDGE to 1 to skip it for clone to work

With PowerShell

$env:GIT_LFS_SKIP_SMUDGE=1

With Command Prompt

set GIT_LFS_SKIP_SMUDGE=1

With Bash

GIT_LFS_SKIP_SMUDGE=1

After git clone, you need to copy the missing sound files from Don't Starve's folder (for example C:\Program Files (x86)\Steam\steamapps\common\dont_starve\data\DLC0003\sound) manually