Created
July 8, 2020 12:22
-
-
Save K4mey/0f1e90bd8beafcd3d3c0e5ff850c3c92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files: | |
- alicia: http://138.201.34.71/download/Alicia_setup_008.exe | |
- alicia_launcher: http://138.201.34.71/download/Alicia_Launcher_Install_Beta.exe | |
game: | |
arch: win64 | |
exe: $GAMEDIR/drive_c/users/$USER/Application Data/AliciaOnline/Launcher.exe | |
prefix: $GAMEDIR | |
installer: | |
- task: | |
description: Downloading client, this can take a while... | |
executable: alicia | |
name: wineexec | |
prefix: $GAMEDIR | |
args: --quiet | |
- task: | |
description: Downloading launcher, this can take a while... | |
executable: alicia_launcher | |
name: wineexec | |
prefix: $GAMEDIR | |
system: | |
env: | |
LC_ALL: ko_KO.UTF-8 | |
wine: | |
dxvk: true | |
#all the game files are dowloaded from alicia online official website | |
#https://aliciagame.com/guide/download | |
#note that the official dowload link uses raw ip adress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment