Skip to content
Lean's edited this page Mar 28, 2024 · 16 revisions

Wakfu/Dofus/Ankama Games

Minecraft Official

Minecraft Unofficial

Create a bash script

#!/bin/sh
java -jar SKlauncher.jar

League of Legends

Dependencies

  • lib32-unixodbc auracle
  • sudo pacman -S winetricks bash curl openssl samba mesa-utils gnutls lib32-gnutls libldap lib32-libldap openal lib32-openal libpulse lib32-libpulse alsa-lib lib32-alsa-lib mpg123 lib32-mpg123 unixodbc vkd3d lib32-vkd3d vulkan-icd-loader lib32-vulkan-icd-loader
  • Also download the graphics card drivers

League of Legends

  • wine-lol auracle

wine-lol already compiled

Script helper

  • leagueoflegends-git auracle

Installing

  • leagueoflegends install

  • do not log in while installing

  • exit the window when the game installation is finished

  • leagueoflegends start

Reference

https://github.com/kyechou/leagueoflegends

Vintage Story

Dependencies

  • sudo pacman -S dotnet-sdk-7.0

IDE

Download IDE

  • rider auracle --> makepkg -sic

or

  • code --> bobodev recomendation

Enable extensions: C# Dev Kit

Enable global path for vintage story

  • vim ~/.bashrc

Add

export VINTAGE_STORY="/home/user/..." <-- path to vintage story

Download mod template

  • dotnet new install VintageStory.Mod.Templates

Creating a mod template

  • dotnet new vsmod --AddSolutionFile -o modname

Creating a dll only template

  • dotnet new vsmoddll --AddSolutionFile -o mytestmod

Options

--IncludeVSSurvivalMod --> Include survival mod dependency

Clone this wiki locally