Skip to content

Commit 2948d88

Browse files
committed
Fix ddos error and redo UI
1 parent c469bfa commit 2948d88

11 files changed

+446
-315
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/dist
44
/SteamFiles
55
/__pycache__
6-
/.*
6+
/.venv
7+
/FOLON-Downgrader-Files
78
.fuse_hidden*
8-
Test.py
9+
test.py

Build.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ call .venv\Scripts\activate.bat
55
python -m pip install -r requirements.txt
66
python -m pip install -U pyinstaller
77
python -m pip install -U black
8-
python -m black FOLON-Installer.py
8+
python -m black FOLON-Downgrader.py
99

10-
pyinstaller --clean -y FOLON-Installer.spec
10+
python -m PyInstaller --clean -y "FOLON-Downgrader.spec"
1111

1212
call .venv\Scripts\deactivate.bat

Build.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ source .venv/bin/activate
55
python -m pip install -r requirements.txt
66
python -m pip install -U pyinstaller
77
python -m pip install -U black
8-
python -m black FOLON-Installer.py
8+
python -m black FOLON-Downgrader.py
99

10-
python -m PyInstaller --clean -y "FOLON-Installer.spec"
10+
python -m PyInstaller --clean -y "FOLON-Downgrader.spec"
1111

12-
cd dist/FOLON-Installer/
13-
./FOLON-Installer
12+
dist/FOLON-Downgrader

DownloadFallout4.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@ShutdownOnFailedCommand 1
2+
@NoPromptForPassword 1
3+
@sSteamCmdForcePlatformType windows
4+
download_depot 377160 377162 5847529232406005096
5+
// download_depot 377160 377161 7497069378349273908
6+
// download_depot 377160 377162 5847529232406005096
7+
// download_depot 377160 377163 5819088023757897745
8+
// download_depot 377160 377164 2178106366609958945
9+
// download_depot 377160 435880 1255562923187931216
10+
// download_depot 377160 435870 1691678129192680960
11+
// download_depot 377160 435871 5106118861901111234
12+
// download_depot 377160 480630 5527412439359349504
13+
// download_depot 377160 435881 1207717296920736193
14+
// download_depot 377160 435882 8482181819175811242
15+
// download_depot 377160 480631 6588493486198824788
16+
// download_depot 377160 393885 5000262035721758737
17+
// download_depot 377160 490650 4873048792354485093
18+
// download_depot 377160 393895 7677765994120765493
19+
quit

0 commit comments

Comments
 (0)