-
Notifications
You must be signed in to change notification settings - Fork 0
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
ACR на linux сервере #1
Comments
В качестве временного решения. cd ~/a2oa-server/acr/addons/
find */ -type l -exec ln -s {} ./ \; |
|
|
|
Еще к тому cd ~/a2oa-server/acr/addons/
find */ -type l -exec ln -s {} ./ \;
find */ -type f -exec ln -s {} ./ \; |
Вероятно для lite местоназначение |
find ~/a2oa-server/acr/addons -name '*.pbo*' -exec ln -s {} ~/a2oa-server/common/ \; |
find ~/a2oa-server/dlcsetup/0acrlite -name '*.pbo*' -exec ln -s {} ~/a2oa-server/common/ \;
|
Бредятина все, кроме #1 (comment) ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ACR lite должен быть в 'common/'
Полный dlc в 'ACR/не_знаю', но для него нужен ключ вродебы.
Решение для wine
*.xz нужно заранее распаковать.
The text was updated successfully, but these errors were encountered: