Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
You're putting the files in the place where you want it to be.
And then you use the commands to link the two folder locations, the original location and the new location.
The game will use it's original folder location, but the file is actually where you put it.
You're making a junction, you know like a shortcut, but works for redirecting where the files are actually saved.
Step 3. you cut the original location content.
step 4. you paste it to where you want it to be. (end path is just a term he uses your new folder location)
step 5. you open cmd or powershell from the original folder location "windows drive:\Users\username\AppData\LocalLow" (hold shift and right click the folder to open it in powershell)
step 5a (for powershell):
New-Item -Path Unity -ItemType Junction -Value "F:\Games\Unity"
New-Item -Path drecom -ItemType Junction -Value "F:\Games\drecom"
-path is original folder name, -value is new folder location where you pasted the stuff from localappdata
make sure you don't have the folders in the old location, before doing step 5
when you did it correctly, you will see in
windows drive:\Users\username\AppData\LocalLow
the same folder as before, but they now have a shortcut icon to it, and if you go into that folder, it will redirect you to the actual location where you pasted it in step 4
I get how junction work, I did it all of this before for a PC release for NIKKE(same issue). But from the looks of it, until the game have a changable location, I can't play the game unfortunately.
Tho I'm tryna find a copy of the folder with its full asset and check if the game will bypass the necessary download.
https://steamcommunity.com/sharedfiles/filedetails/?id=3442910407
It only has 3 locations, steamlibrary install location, drecom folder (7+GB) for installing itself when you're patching the game from inside the game, unity folder for this game is around 1+GB patch stuff.
Your complaint was that it uses windows drive.
In game patching will install in those 2 places, launcher stuff will be steam handled.
You don't need to bypass it aka skip it, you need to pass/complete the download.
If you don't know how to use junction properly, then go use bluestacks and play mobile version from there, then you can choose whatever location you want where it's installed.