Last Chaos
Informations
Créateur | Messages |
---|---|
Zoloom
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 2 DescriptionMMORPG 3D game. Released first in 2006 (japan). Code source#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-06-28 ??-??) # POLv4 compatibility # [SuperPlumus] (2013-09-11 20-14) # Clean code # Remove Set_SoundDriver oss # [Dadu042] (2019-10-30) # Wine 1.4 -> 2.22 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Last Chaos" PREFIX="LastChaos" WORKING_WINE_VERSION="2.22" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Aeria Games" "http://lastchaos.aeriagames.com/" "Zoloom" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" # amd64 is untested POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" #Set_SoundDriver "oss" Set_OS "winxp" POL_Shortcut "LC.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Mercredi 30 Octobre 2019 à 17:43 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -6,13 +6,16 @@ # [SuperPlumus] (2013-09-11 20-14) # Clean code # Remove Set_SoundDriver oss +# [Dadu042] (2019-10-30) +# Wine 1.4 -> 2.22 (not tested) + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Last Chaos" PREFIX="LastChaos" -WORKING_WINE_VERSION="1.4" +WORKING_WINE_VERSION="2.22" POL_SetupWindow_Init POL_Debug_Init Nouveau code source#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-06-28 ??-??) # POLv4 compatibility # [SuperPlumus] (2013-09-11 20-14) # Clean code # Remove Set_SoundDriver oss # [Dadu042] (2019-10-30) # Wine 1.4 -> 2.22 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Last Chaos" PREFIX="LastChaos" WORKING_WINE_VERSION="2.22" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Aeria Games" "http://lastchaos.aeriagames.com/" "Zoloom" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" # amd64 is untested POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" #Set_SoundDriver "oss" Set_OS "winxp" POL_Shortcut "LC.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
valarkis | Mardi 20 September 2016 à 22:30 |
valarkis
|
Messagesdosnt run. last chaos uses "x-trap". since when? looks like a "anti-cheat-bot-thingi" like ncsoft's gameguard win-only-virus. any chance to pass?
Réponses |
siggimund | Mardi 12 Janvier 2016 à 20:58 |
siggimund
|
Messagesits not working Engine.dll problems Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com