blt4linux / blt4l

PAYDAY 2 SteamOS/Linux LUA loader.
Other
57 stars 14 forks source link

The payday install location could not be determined #80

Closed PickleRo1 closed 6 years ago

PickleRo1 commented 7 years ago

image

I have Payday 2 installed in /home/cosmyn/.local/share/Steam/steamapps/common/PAYDAY 2 Creating a new download library in Steam and setting it to /home/.steam/steam doesn't work image If someone could teach me how to move the steam library to the correct location i will be very happy

RomanHargrave commented 7 years ago

You don't need to move your steam library. You can tell the script where it is.

More importantly, though, you are missing packages, and your repo doesn't have them. You downloaded a repo snapshot and don't have the build dependencies.

I'm going to make new prebuilts today, hopefully, if I find time. So hang on and use those, unless you want to build from source - in that case, use git.

I think I'll work on the installer some today also.

PickleRo1 commented 7 years ago

Ok, so i'm downloading the missing packages with synaptic packet manager, could u tell me how i can tell the script where payday is located? edit: I have installed the packages and now it tells me that they are installed.

marco-sciuto commented 7 years ago

just set it before the script

STEAM_LIBRARY=~/.local/share/Steam/ ./install.sh
PickleRo1 commented 7 years ago

@marco-sciuto Thanks that worked but now i have another error :( It fails to load CMake : image

marco-sciuto commented 6 years ago

For realpath

sudo apt-get install coreutils

To fix the other big red message, just clone the git repo:

git clone https://github.com/blt4linux/blt4l.git
cd blt4l
PickleRo1 commented 6 years ago

Seems it worked but some mods make blt not run properly. Like i installed WolfHUD and the game had a blackscreen after 1 second of loading. Also some mods make the "lua mods" option freeze the game mod_overrides mods work fine

dribbleondo commented 6 years ago

This is a problem with the fact that @RomanHargrave hasn't updated the base folder for blt 2 yet (Roman's Edit: done). I made a build HERE that'll work, but uses the p1 loader, not the newer releases loader.

PickleRo1 commented 6 years ago

Do i need to paste the files from that google drive into the repository i'm running install.sh? Or just put the files in the payday 2 folder and run install.sh?

dribbleondo commented 6 years ago

Put in in the Payday 2 folder.

PickleRo1 commented 6 years ago

I did that and now the game won't open at all, steam says it's running, there is a " payday2_release" process in the system monitor and also a "sh" process

Also says "see installer_cmake.log" so here it is:

installer_cmake.txt

PickleRo1 commented 6 years ago

I might go and try the latest release and see if that works for me

RomanHargrave commented 6 years ago

@PickleRo1 is the issue still present?

PickleRo1 commented 6 years ago

i don't know i switched to windows but from what i remember the new version of blt from that day made the game froze when opening mod manager

On 20 May 2018 at 08:30, Roman Hargrave notifications@github.com wrote:

@PickleRo1 https://github.com/PickleRo1 is the issue still present?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/blt4linux/blt4l/issues/80#issuecomment-390459057, or mute the thread https://github.com/notifications/unsubscribe-auth/Ad9KyeaCILguVSMeJdwWL0pkdtorYRjJks5t0P92gaJpZM4PQ8Tk .

RomanHargrave commented 6 years ago

ok

tskxz commented 3 years ago

just set it before the script

STEAM_LIBRARY=~/.local/share/Steam/ ./install.sh

After that, it appearing "Please see the Make log at /home/tanjil/blt4l/installer_build/installer_make.log"