Guest User

AA2Mini Lutris v1.1

a guest
Mar 16th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. v1.1
  2.  
  3. I compiled a Lutris script to one-click install AA2Mini, the latest way to play AA2. Run the following command to generate the Lutris install script
  4. ```
  5. cat <<EOT >> aa2-lutris-script.yml
  6. name: Artificial Academy 2
  7. game_slug: artificial-academy-2
  8. version: AA2Mini
  9. slug: aa2-installer
  10. runner: wine
  11.  
  12. script:
  13. files:
  14. - archive: N/A:Select AA2Mini-V1.7z
  15. game:
  16. exe: drive_c/Program Files/AA2Mini/AA2Play.exe
  17. prefix: $GAMEDIR
  18. installer:
  19. - task:
  20. arch: win32
  21. name: create_prefix
  22. prefix: $GAMEDIR
  23. - task:
  24. app: fakejapanese
  25. description: Installing fakejapanese.
  26. name: winetricks
  27. prefix: $GAMEDIR
  28. - extract:
  29. dst: $GAMEDIR/drive_c/Program Files/AA2Mini/
  30. file: $archive
  31. - write_file:
  32. file: $GAMEDIR/drive_c/Program Files/AA2Mini/AAUnlimited/savedconfig.lua
  33. content: >
  34. bUseAdditionalTanSlots=false
  35. logPrio=2
  36. bUseMKIII=true
  37. bUseMeshTextureOverrides=true
  38. sFont="MS Gothic"
  39. res_play="1280x720"
  40. mods={[1]={[1]="wined3d",["csmt_spin"]=10000000,["csmt_poll"]=10,["backbuffer"]=0,["csmt"]=1,["csmt_queue"]=2,["aa"]=0,},[2]={[1]="win10fix",["disabled"]=true,},[3]={[1]="stats",["disabled"]=true,},[4]={[1]="reshade",["disabled"]=true,},[5]={[1]="charex",["disabled"]=true,},[6]={[1]="butthurt",["disabled"]=true,},[7]={[1]="aaface",},[8]={[1]="poser",["cfg"]={["autoload"]={},},["pruneprops"]=1,["autoloading"]=0,["grab"]=1,["ontop"]=2,["prunecharacters"]=1,["autofocus"]=1,["hideui"]=0,["notitle"]=1,["hairfix"]=0,},[9]={[1]="edit",["roster"]=1,["face"]=1,},[10]={[1]="hirestex",},[11]={[1]="unlocks",["homosex2"]=0,["roleswap"]=1,["homosex"]=0,},[12]={[1]="fixlocale",["level"]=1,["disabled"]=true,},[13]={[1]="makertrans",},[14]={[1]="playtrans",},[15]={[1]="facecam",["activate"]="a",["cfg"]={},["step"]=0x1.999999999999ap-5,["zunlock"]=false,["reset"]="qwer",},[16]={[1]="geass",["key"]=1,["everyone"]=0,["chance"]=0,},[17]={[1]="jizou",["key2"]=1,["key0"]=0,["key1"]=0,},[18]={[1]="timewarp",["back"]=1,["days"]=3,},[19]={[1]="extsave",["bkey"]=3,["qskey"]=1,["signal"]=1,["period"]=1,["cfg"]={},},[20]={[1]="borderless",},[21]={[1]="launcher",},[22]={[1]="fakereg",},}
  41. PP2Cache=800
  42. bMTRenderer=false
  43. bEnableHPosButtonReorder=true
  44. bDrawFPS=false
  45. bUseShadowing=true
  46. bLogPPAccess=0
  47. bUsePPeX=false
  48. bHAiOnNoPromptH=true
  49. screenshotFormat=2
  50. bUnlimitedOnTop=false
  51. PP2Profiling=true
  52. bListFilenames=false
  53. bUseVisualStyles=true
  54. savedFileUsage=0
  55. PP2Buffers=200
  56. bUseHAi=true
  57. bTriggers=true
  58. PP2AudioCache=200
  59. bUsePP2=true
  60. system:
  61. env:
  62. LANG: 'ja_JP.utf8'
  63. EOT
  64. ```
  65. then run the following to start the lutris install script:
  66. ```
  67. lutris -i aa2-lutris-script.yml
  68. ```
  69.  
  70.  
  71. I also suggest using the following script to symlink textures: https://github.com/geneishouko/AA2-hardlinker/blob/master/hard_linker.sh
Add Comment
Please, Sign In to add comment