-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So, because I'm a git (literally) and have no idea how to merge the d…
…evelopment and master branch (conflicts are too complex, says GitHub), I decided to just copy and paste everything into one commit (here be dragons, lol).
- Loading branch information
1 parent
01bd536
commit 1df0c66
Showing
244 changed files
with
27,008 additions
and
10,916 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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,90 @@ | ||
7-Zip | ||
~~~~~ | ||
License for use and distribution | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
7-Zip Copyright (C) 1999-2019 Igor Pavlov. | ||
|
||
The licenses for files are: | ||
|
||
1) 7z.dll: | ||
- The "GNU LGPL" as main license for most of the code | ||
- The "GNU LGPL" with "unRAR license restriction" for some code | ||
- The "BSD 3-clause License" for some code | ||
2) All other files: the "GNU LGPL". | ||
|
||
Redistributions in binary form must reproduce related license information from this file. | ||
|
||
Note: | ||
You can use 7-Zip on any computer, including a computer in a commercial | ||
organization. You don't need to register or pay for 7-Zip. | ||
|
||
|
||
GNU LGPL information | ||
-------------------- | ||
|
||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
This library is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
|
||
You can receive a copy of the GNU Lesser General Public License from | ||
http://www.gnu.org/ | ||
|
||
|
||
|
||
|
||
BSD 3-clause License | ||
-------------------- | ||
|
||
The "BSD 3-clause License" is used for the code in 7z.dll that implements LZFSE data decompression. | ||
That code was derived from the code in the "LZFSE compression library" developed by Apple Inc, | ||
that also uses the "BSD 3-clause License": | ||
|
||
---- | ||
Copyright (c) 2015-2016, Apple Inc. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer | ||
in the documentation and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder(s) nor the names of any contributors may be used to endorse or promote products derived | ||
from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
---- | ||
|
||
|
||
|
||
|
||
unRAR license restriction | ||
------------------------- | ||
|
||
The decompression engine for RAR archives was developed using source | ||
code of unRAR program. | ||
All copyrights to original unRAR code are owned by Alexander Roshal. | ||
|
||
The license for original unRAR code has the following restriction: | ||
|
||
The unRAR sources cannot be used to re-create the RAR compression algorithm, | ||
which is proprietary. Distribution of modified unRAR sources in separate form | ||
or as a part of other software is permitted, provided that it is clearly | ||
stated in the documentation and source comments that the code may | ||
not be used to develop a RAR (WinRAR) compatible archiver. | ||
|
||
|
||
-- | ||
Igor Pavlov |
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,51 @@ | ||
7-Zip 19.00 | ||
----------- | ||
|
||
7-Zip is a file archiver for Windows. | ||
|
||
7-Zip Copyright (C) 1999-2019 Igor Pavlov. | ||
|
||
The main features of 7-Zip: | ||
|
||
- High compression ratio in the new 7z format | ||
- Supported formats: | ||
- Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM. | ||
- Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, | ||
IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, | ||
RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, XAR and Z. | ||
- Fast compression and decompression | ||
- Self-extracting capability for 7z format | ||
- Strong AES-256 encryption in 7z and ZIP formats | ||
- Integration with Windows Shell | ||
- Powerful File Manager | ||
- Powerful command line version | ||
- Localizations for 85 languages | ||
|
||
|
||
7-Zip is free software distributed under the GNU LGPL (except for unRar code). | ||
Read License.txt for more information about license. | ||
|
||
|
||
This distribution package contains the following files: | ||
|
||
7zFM.exe - 7-Zip File Manager | ||
7-zip.dll - Plugin for Windows Shell | ||
7-zip32.dll - Plugin for Windows Shell (32-bit plugin for 64-bit system) | ||
7zg.exe - GUI module | ||
7z.exe - Command line version | ||
7z.dll - 7-Zip engine module | ||
7z.sfx - SFX module (Windows version) | ||
7zCon.sfx - SFX module (Console version) | ||
|
||
License.txt - License information | ||
readme.txt - This file | ||
History.txt - History of 7-Zip | ||
7-zip.chm - User's Manual in HTML Help format | ||
descript.ion - Description for files | ||
|
||
Lang\en.ttt - English (base) localization file | ||
Lang\*.txt - Localization files | ||
|
||
|
||
--- | ||
End of document |
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,67 @@ | ||
ICONS | ||
Most icons have been downloaded from iconsdb.com: | ||
|
||
"Soylent red fire 2 icon" by recognizeapp.com is licensed under CC BY 4.0 | ||
https://www.iconsdb.com/soylent-red-icons/fire-2-icon.html | ||
|
||
"Royal blue save icon" by icons8.com is licensed under CC BY-ND 3.0 | ||
https://www.iconsdb.com/royal-blue-icons/save-icon.html | ||
|
||
"Caribbean blue checked checkbox icon" by icons8.com is licensed under CC BY-ND 3.0 | ||
https://www.iconsdb.com/caribbean-blue-icons/checked-checkbox-icon.html | ||
|
||
"Orange folder 3 icon" by icons8.com is licensed under CC BY-ND 3.0 | ||
https://www.iconsdb.com/orange-icons/folder-3-icon.html | ||
|
||
"Soylent red delete icon" by icons8.com is licensed under CC BY-ND 3.0 | ||
https://www.iconsdb.com/soylent-red-icons/delete-icon.html | ||
|
||
"Orange adventures icon" by icons8.com is licensed under CC BY-ND 3.0 | ||
https://www.iconsdb.com/orange-icons/adventures-icon.html | ||
|
||
"Royal blue help icon" by icons8.com is licensed under CC BY-ND 3.0 | ||
https://www.iconsdb.com/royal-blue-icons/help-icon.html | ||
|
||
"Black heart 69 ico" is licensed under CC0 1.0 Universal | ||
https://www.iconsdb.com/black-icons/heart-69-icon.html | ||
|
||
"Royal blue cog icon" by Iconic is licensed under MIT License | ||
https://www.iconsdb.com/royal-blue-icons/cog-icon.html | ||
|
||
"Black exit icon" is licensed under CC0 1.0 Universal | ||
https://www.iconsdb.com/black-icons/exit-icon.html | ||
|
||
"Black text icon" by icons8 is licensed under Creative Commons Attribution-NoDerivs 3.0 | ||
https://www.iconsdb.com/black-icons/text-icon.html | ||
|
||
"Guacamole green download 2 icon" by James Lynch is licensed under CC0 1.0 Universal (CC0 1.0) | ||
https://www.iconsdb.com/guacamole-green-icons/download-2-icon.html | ||
|
||
"Black archive 3 icon" by bulb9 is licensed under CC0 1.0 Universal (CC0 1.0) | ||
https://www.iconsdb.com/black-icons/archive-3-icon.html | ||
|
||
"Orange external link 2 icon" by Iconic licensed under MIT License. | ||
https://www.iconsdb.com/orange-icons/external-link-2-icon.html | ||
|
||
"Black login icon" by icons8.com is licensed under Creative Commons Attribution-NoDerivs 3.0 | ||
https://www.iconsdb.com/black-icons/login-icon.html | ||
|
||
|
||
Thumbs up and down icons made by Those Icons from www.flaticon.com | ||
https://www.flaticon.com/free-icon/like_2087973?term=thumbs%20up&page=1&position=5&related_item_id=2087973 | ||
|
||
Checkbox icon made by Freepik from www.flaticon.com | ||
https://www.flaticon.com/free-icon/checkbox_1287087?term=checkbox&page=1&position=1&related_item_id=1287087 | ||
|
||
|
||
Loading *.gif's: 'Spinner' and 'Gear' released under Loading.io FREE License. | ||
|
||
|
||
SOUNDS | ||
"Chord Alert Notification" (notify.wav) by graham_makes is licensed under CC BY 3.0 | ||
(changed by adding a fade out effect and turning the volume down): | ||
https://freesound.org/people/graham_makes/sounds/457518/ | ||
|
||
"error2.wav" (error.wav) by chrisw92 is licensed under CC BY 3.0 | ||
(changed by adding a reverb and equalizing the volume on left and right channel): | ||
https://freesound.org/people/chrisw92/sounds/110931/ |
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,100 @@ | ||
[General] | ||
sLanguage = en | ||
bAlwaysActive = 1 | ||
bPlayMainMenuMusic = 1 | ||
sIntroSequence = BGSLogo4k.bk2 | ||
sStreamInstallVideoPlayList = | ||
sMainMenuMusic = Data\Music\Special\MUS_Special_Wastelanders_MainTheme.xwm | ||
uMainMenuMusicFadeTimeMS = 1500 | ||
uMainMenuMusicAttnmB = 800 | ||
uModMenuMusicAttnmB = 800 | ||
bStreamingWallEnabled = 0 | ||
bJobifyMagicUpdate = 0 | ||
sBabylonMasters = NW.esm | ||
bSteamEnabled = 1 | ||
|
||
[ScreenSplatter] | ||
bBloodSplatterEnabled = 1 | ||
|
||
[Display] | ||
bDynamicObjectQueryManager = 1 | ||
bMultiThreadedAccumulation = 1 | ||
bMultiThreadedRenderingUNP = 1 | ||
fDecalLOD0 = 8192 | ||
fSAORadius = 108.2 | ||
fSAOBias = 0.6 | ||
fSunUpdateThreshold = 0.5f | ||
iSize W = 1920 | ||
iSize H = 1080 | ||
bFull Screen = 0 | ||
bBorderless = 1 | ||
|
||
[HairLighting] | ||
fHairPrimSpecScale = 0.04 | ||
fHairPrimSpecPow = 388 | ||
fHairPrimSpecShift = 1.0 | ||
fHairSecSpecScale = 0.89 | ||
fHairSecSpecPow = 98 | ||
fHairSecSpecShift = 1.2 | ||
|
||
[Audio] | ||
bEnableAudio = 1 | ||
|
||
[Interface] | ||
iMainMenuStoreState = 1 | ||
fDefaultWorldFOV = 70 | ||
fDefault1stPersonFOV = 80 | ||
fSafeZoneX = 15.0 | ||
fSafeZoneY = 15.0 | ||
fSafeZoneXWide = 64.0 | ||
fSafeZoneXWide16x10 = 64.0 | ||
fSafeZoneYWide16x10 = 36.0 | ||
|
||
[MapMenu] | ||
uLockedObjectMapLOD = 16 | ||
uLockedTerrainLOD = 32 | ||
|
||
[Controls] | ||
fMouseHeadingXScale = .021 | ||
fMouseHeadingYScale = .021 | ||
|
||
[Grass] | ||
iMinGrassSize = 20 | ||
bAllowCreateGrass = 1 | ||
|
||
[ImageSpace] | ||
bDoRadialBlur = 1 | ||
|
||
[Weather] | ||
bPrecipitation = 1 | ||
bFogEnabled = 1 | ||
fWindSpeedHighestHighMultiplier = 1.5 | ||
bRainOcclusion = 1 | ||
bWetnessOcclusion = 1 | ||
|
||
[Archive] | ||
sResourceIndexFileList = SeventySix - Textures01.ba2, SeventySix - Textures02.ba2, SeventySix - Textures03.ba2, SeventySix - Textures04.ba2, SeventySix - Textures05.ba2, SeventySix - Textures06.ba2 | ||
sResourceStartUpArchiveList = SeventySix - Interface.ba2, SeventySix - Localization.ba2, SeventySix - Shaders.ba2, SeventySix - Startup.ba2 | ||
SResourceArchiveList = SeventySix - GeneratedMeshes01.ba2, SeventySix - GeneratedMeshes02.ba2, SeventySix - Materials.ba2, SeventySix - Meshes.ba2, SeventySix - MeshesExtra.ba2, SeventySix - MiscClient.ba2, SeventySix - Sounds01.ba2, SeventySix - Sounds02.ba2, SeventySix - Startup.ba2, SeventySix - Voices.ba2 | ||
SResourceArchiveList2 = SeventySix - Animations.ba2, SeventySix - EnlightenInteriors.ba2, SeventySix - GeneratedTextures01.ba2, SeventySix - GeneratedTextures02.ba2, SeventySix - WorkshopIcons.ba2, SeventySix - EnlightenExteriors01.ba2, SeventySix - EnlightenExteriors02.ba2 | ||
sResourceDataDirsFinal = STRINGS\, TERRAIN\ | ||
SGeometryPackageList = SeventySix - Geometry.csg | ||
SCellResourceIndexFileList = SeventySix.cdx | ||
SResourceArchiveMemoryCacheList = SeventySix - Interface.ba2, SeventySix - Materials.ba2, SeventySix - MiscClient.ba2, SeventySix - Shaders.ba2 | ||
sResourceArchive2List = SeventySix - StaticMeshes.ba2, SeventySix - 00UpdateMain.ba2, SeventySix - 01UpdateMain.ba2, SeventySix - 02UpdateMain.ba2, SeventySix - 03UpdateMain01.ba2, SeventySix - 03UpdateMain02.ba2, SeventySix - 04UpdateMain.ba2, SeventySix - 00UpdateStream.ba2, SeventySix - 01UpdateStream.ba2, SeventySix - 02UpdateStream.ba2, SeventySix - 03UpdateStream.ba2, SeventySix - 04UpdateStream.ba2, SeventySix - 00UpdateTextures.ba2, SeventySix - 01UpdateTextures.ba2, SeventySix - 02UpdateTextures.ba2, SeventySix - 03UpdateTextures.ba2, SeventySix - 04UpdateTextures.ba2, SeventySix - 00UpdateVoices.ba2, SeventySix - 01UpdateVoices.ba2, SeventySix - 02UpdateVoices.ba2, SeventySix - 03UpdateVoices.ba2, SeventySix - 04UpdateVoices.ba2 | ||
|
||
[LOD] | ||
fLODFadeOutMultObjects = 4.5000 | ||
fLODFadeOutMultItems = 2.5000 | ||
|
||
[Enlighten] | ||
bEnableEnlighten = 1 | ||
|
||
[Voice] | ||
sVivoxDomain = @fowp.vivox.com | ||
sVivoxEndpoint = https://fowp.www.vivox.com/api2 | ||
|
||
[Platform] | ||
sCREnv = PROD | ||
sEnvId = prodpc01 | ||
|
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,57 @@ | ||
[Display] | ||
iMaxAnisotropy=16 | ||
fShadowDistance=120000.0 | ||
fDirShadowDistance=120000.0 | ||
iShadowMapResolution=2048.0 | ||
uiShadowFilter=3 | ||
uiOrthoShadowFilter=3 | ||
fBlendSplitDirShadow=48.0000 | ||
iMaxFocusShadows=4 | ||
iMaxDecalsPerFrame=100 | ||
iMaxSkinDecalsPerFrame=25 | ||
bVolumetricLightingEnable=1 | ||
bSAOEnable=1 | ||
uWaterShadowFilter=3 | ||
iVolumetricLightingTextureQuality=2 | ||
|
||
[Decals] | ||
bDecals=1 | ||
bSkinnedDecals=1 | ||
uMaxDecals=250 | ||
uMaxSkinDecals=50 | ||
|
||
[TerrainManager] | ||
fBlockMaximumDistance=180000.0000 | ||
fBlockLevel2Distance=110000.0000 | ||
fBlockLevel1Distance=60000.0000 | ||
fBlockLevel0Distance=30000.0000 | ||
|
||
[ImageSpace] | ||
bDoDepthOfField=1 | ||
bMBEnable=1 | ||
|
||
[LightingShader] | ||
bScreenSpaceReflections=1 | ||
|
||
[LOD] | ||
fLODFadeOutMultActors=9.0000 | ||
fLODFadeOutMultItems=6.0000 | ||
fLODFadeOutMultObjects=9.0000 | ||
fLODFadeOutMultSkyCell=1.0000 | ||
|
||
[Grass] | ||
fGrassStartFadeDistance = 5500 | ||
|
||
[Texture] | ||
iLargeTextureArrayMipSkip=0 | ||
iTextureMipSkipBC1UNormSrgb=1 | ||
iTextureMipSkipBC3UNormSrgb=1 | ||
iTextureMipSkipBC1UNorm=1 | ||
iTextureMipSkipBC5SNorm=1 | ||
iTextureMipSkipBC4UNorm=1 | ||
iTextureMipSkipMinDimension=1024 | ||
iLargeTextureArrayDim=2048 | ||
iTextureQualityLevel=2 | ||
|
||
[Water] | ||
bUseWaterHiRes=1 |
Oops, something went wrong.