Closed ThomasMartin83 closed 11 months ago
The text below should've been edit 3, but it's too long for that. Okay, so I tried to extract gamma_setup-main.zip manually, place it in temp folder during the installation, but nothing worked. Now I'm trying to run gamma-launcher under venv. Also commented in lines 171-178 in install.py.
# with TemporaryDirectory(prefix="gamma-launcher-mo-setup-") as dir:
# file = download_archive("https://github.com/Grokitach/gamma_setup", self._cache_dir or dir)
# extract_archive(file, self._grok_mod_dir)
# gamma_setup_dir = list(self._grok_mod_dir.glob("gamma_setup-*"))[0]
# for i in gamma_setup_dir.glob("*"):
# move(i, self._grok_mod_dir)
# gamma_setup_dir.rmdir()
By doing that, I disabled gamma_setup-main.zip downloading process. After that, I manually extracted the zip and started launcher again. Now the script looks healthy. Here's an example of on what stage I'm in:
- Downloading Duxs_Innumerable_Character_Kit_Voices_Pack.2.zip: 230MiB [03:40, - Downloading Duxs_Innumerable_Character_Kit_Voices_Pack.2.zip: 231MiB [03:41, - Downloading Duxs_Innumerable_Character_Kit_Voices_Pack.2.zip: 232MiB [03:42, - Downloading Duxs_Innumerable_Character_Kit_Voices_Pack.2.zip: 233MiB [03:43, - Downloading Duxs_Innumerable_Character_Kit_Voices_Pack.2.zip: 234MiB [03:44, - Downloading Duxs_Innumerable_Character_Kit_Voices_Pack.2.zip: 234MiB [03:44, 1.09MiB/s]
Installing Dux's Innumerable Character Kit Voices Pack -> /home/frank/Games/STALKER2/GAMMA/mods/305- Dux Characters Kit Voices Pack - Demonized
Installing Dux's Innumerable Character Kit Voices Pack English ISG -> /home/frank/Games/STALKER2/GAMMA/mods/305- Dux Characters Kit Voices Pack - Demonized
[+] Installing mod: Grulag's Dead Bushes
- Downloading gamma_large_files_v2.zip: 95.0MiB [01:26, 1.17MiB/s]
I will provide more information when the script is finished or if I encounter a new error
Edit 4:
Oh well, I guess I should download gamma_large_files_v2.zip manually too, we'll see.
Edit 5: For some reason, I couldn't download the file even manually. But the problem is gone after changing networks. Waiting now for complete install or another error
Welp, nothing really worked. I get either ChunkedEncodingError or installation is broken (no GAMMA logo in main menu, files missing). I'll try another approach. Furthermore, I'll let you know if successful
Okay, I found the solution: You MUST download "GAMMA RC3.7z" from the discord server. For some reason I thought that it will be downloaded automatically. After following instructions exactly I have working 0.9.1.
PS Perfomance-wise it is even better then 0.9 by about 20 fps
Hello,
all of this looks like a DL issue (according to urllib3 exceptions). If you can't download gamma_setup, ModOrganizer & Anomaly files, download them with a web browser and use --cache <path/to/cache/dir> to allow gamma-launcher
to use them.
For all other mods, they will be stored in <path/to/gamma>/downloads
Is ChunkedEncodingError was always on the same archive ? The big ones only ?
If I remember correctly, ChunkedEncodingError occurred two times: at full install and when I tried to download mods. I think the big ones, yes
I'm new to GitHub, so please excuse me if something is wrong with my post.
This is my first try to use Mord3rca's launcher. I downloaded the release version 1.5. Everything was fine — I install Anomaly, patched it and sums are correct. But when I'm trying to full-install, I get this error:
Is there a way to overcome the issue? Really want to play GAMMA 0.9.1, but most of the guides on topic are for 0.9
Edit 1: My 0.9 GAMMA folder is 51,4 GiB, 0.9.1 is 276,7 MiB. I've moved everything from .9 to .9.1. Now it is Downloading Stalker_GAMMA.zip. I'll edit again if new information comes.
Edit 2: After about 3 hours, download process is finished. In MO2, I have 439 mods, on start I get 0.9.1 loading screen. But for some reason in the end only Anomaly starts, not GAMMA. I suspect gamma_setup can't be installed through the launcher. I'll try to do fresh installation with manually placing it in GAMMA folder