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

ACR на linux сервере #1

Open
completely-burned opened this issue Dec 11, 2021 · 9 comments
Open

ACR на linux сервере #1

completely-burned opened this issue Dec 11, 2021 · 9 comments

Comments

@completely-burned
Copy link
Owner

completely-burned commented Dec 11, 2021

ACR lite должен быть в 'common/'
Полный dlc в 'ACR/не_знаю', но для него нужен ключ вродебы.


Решение для wine

find ~/a2oa-server/dlcsetup/0acrlite -name '*.pbo*' -exec ln -s {} ~/a2oa-server/common/ \;

*.xz нужно заранее распаковать.


@completely-burned
Copy link
Owner Author

В качестве временного решения.

cd ~/a2oa-server/acr/addons/
find */ -type l -exec ln -s {} ./ \;

@completely-burned
Copy link
Owner Author

Warning Message: Addon 'CATracked_ACR_T72M4CZ' requires addon 'CAWheeled_ACR'

@completely-burned
Copy link
Owner Author

Warning Message: Addon 'CATracked_ACR_T72M4CZ' requires addon 'CAWheeled_ACR'

fsck?

@completely-burned
Copy link
Owner Author

В качестве временного решения.

cd ~/a2oa-server/acr/addons/
find */ -type l -exec ln -s {} ./ \;
Missing addons detected:
  woodland_acr

@completely-burned
Copy link
Owner Author

completely-burned commented May 27, 2022

Еще к тому

cd ~/a2oa-server/acr/addons/
find */ -type l -exec ln -s {} ./ \;
find */ -type f -exec ln -s {} ./ \;

@completely-burned
Copy link
Owner Author

Вероятно для lite местоназначение common должно быть, а не acr.

@completely-burned
Copy link
Owner Author

completely-burned commented May 27, 2022

Вероятно для lite местоназначение common должно быть, а не acr.

find ~/a2oa-server/acr/addons -name '*.pbo*' -exec ln -s {} ~/a2oa-server/common/ \;

@completely-burned
Copy link
Owner Author

completely-burned commented May 27, 2022

find ~/a2oa-server/dlcsetup/0acrlite -name '*.pbo*' -exec ln -s {} ~/a2oa-server/common/ \;

*.xz нужно заранее распаковать.

@completely-burned completely-burned changed the title ACR ACR на linux сервере Oct 5, 2022
@user-hq
Copy link
Collaborator

user-hq commented Nov 28, 2022

Бредятина все, кроме #1 (comment) ;-)

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

No branches or pull requests

2 participants