Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download mods from workshop #30

Closed
luca-ha opened this issue Jan 4, 2019 · 7 comments
Closed

Download mods from workshop #30

luca-ha opened this issue Jan 4, 2019 · 7 comments
Labels

Comments

@luca-ha
Copy link

luca-ha commented Jan 4, 2019

Hi !
I really like your launcher, but even though I subscribed to mods on the Arma 3 workshop, they don't appear in the launcher (see picture for an example).
subscribed_mod
arma_launcher

I really don't know what I should do, am I doing something wrong ? Or is your launcher not intended to do that ?

Best regards

@muttleyxd
Copy link
Owner

@luca-ha

Does the launcher ask you to select Steam install path?
Also I'd like to know what distro are you on (there were some issues with Kubuntu, some time ago)

Would you give me output arma3-unix-launcher creates?
You would need to open up the terminal and run

arma3-unix-launcher --purge
arma3-unix-launcher --verbose >launcher.log

and then paste here content of launcher.log file after it launches and then you can close it.

@muttleyxd muttleyxd added the bug label Jan 4, 2019
@luca-ha
Copy link
Author

luca-ha commented Jan 4, 2019

Thank's for the quick reply.
I'm on Ubuntu 18.04. I don't think I've been asked to select Steam path.
I've run the two commands you gave me, and I had to give the Steam install path. Now there are some mods, but still not all (RHSUSAF not for example).
launcher_with_some_mods
Here's the log file:
launcher.log

@muttleyxd
Copy link
Owner

Please check if this directory exists
/media/lucah/Games/SteamLibrary/steamapps/workshop/content/107410/843577117

To me it looks like Steam didn't download the mod for you, I'd try unsubscribing and subscribing again.
Also I've put some improvements on master, so please rebuild the launcher

git fetch origin
git pull
cd build
make

Also please purge before running new version, I've fixed these weird number-named mods (like 281074849), they won't appear anymore.
arma3-unix-launcher --purge

@luca-ha
Copy link
Author

luca-ha commented Jan 5, 2019

The directory doesn't exist, I've unsubscribed and re-subscribed, but I don't see any activity.
I've rebuilt the launcher, but the weird names are still present (see picture). I guess something went wrong when I installed Arma and some files got corrupt.
Screenshot of the names
Thank you very much for your work !!

@muttleyxd
Copy link
Owner

muttleyxd commented Jan 11, 2019

The directory doesn't exist, I've unsubscribed and re-subscribed, but I don't see any activity.
I'm not sure if I can do anything about it, can you check if there's any thing 'rhsusaf' related in your workshop folder? This command will do:

find /media/lucah/Games/SteamLibrary/steamapps/workshop/content/107410 -name "rhsusaf*"

Please tell me, if command gives any output, for me it displays one bikey file and a lot of bisign files.
Also, please check this one:
find $HOME/.local/share/Steam/steamapps/workshop/content/107410 -name "rhsusaf*"

If it doesn't display anything, then I cannot do anything about it :(

I've rebuilt the launcher, but the weird names are still present (see picture).

It seems I didn't fix all of it, on my way :)

Thank you very much for your work !!

Happy to do it, learning a lot while doing it 😄

@luca-ha
Copy link
Author

luca-ha commented Jan 13, 2019

I've run the two commands, there's no such in files in either directories. I guess Steam doesn't download the mods for some reason. I'll see if I'm the only one having this issue online. Or I'll just download the files manually.
In case you want to test your fix on my weird set-up, just tell me, I'd be glad to help 😃 .

@muttleyxd
Copy link
Owner

Closed as stale, feel free to reopen if issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants