-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverts Location Compression Updates
This commit reverts the compression code that was added to lower the amount of LFS bandwidth that is used. We have spun up a custom LFS server, so we can safely bring back the raw JSON files as we're not as concerned about bandwidth.
- Loading branch information
Showing
13 changed files
with
25 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
# Normalize Line Endings | ||
# Normalize Line Endings. | ||
* text=auto eol=lf | ||
|
||
project/assets/compressed/database/locations.7z filter=lfs diff=lfs merge=lfs -text | ||
# LFS Tracking for large (10MB+) JSON files. | ||
# | ||
# Can be found with the following command: | ||
# find project/assets/database -type f -name "*.json" -size +5M | while read file; do | ||
# git lfs track "$file" | ||
# done | ||
project/assets/database/locations/bigmap/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/laboratory/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/interchange/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_night/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/shoreline/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/tarkovstreets/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/sandbox_high/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/lighthouse/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/rezervbase/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/woods/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/locations/factory4_day/looseLoot.json filter=lfs diff=lfs merge=lfs -text | ||
project/assets/database/templates/items.json filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
*.exe | ||
*.zip | ||
*.d.ts | ||
project/assets/database/locations/ | ||
project/build/ | ||
project/obj/ | ||
project/dist/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[lfs] | ||
url = https://lfs.sp-tarkov.com/sp-tarkov/server | ||
locksverify = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.