Last Chaos

Informations

Créateur Messages
Zoloom Anonymous

Attention

This installer is a beta script. It means that it might not work as expected

Informations

Plate-formes :
Téléchargements : 30409
Wine: 2.22

Retours d'expérience

Description

MMORPG 3D game. Released first in 2006 (japan).

Website. Wikipedia. Appdb.winehq.org

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:

Contribuer
Membre Messages
Dadu042 Mercredi 30 Octobre 2019 à 17:43
Dadu042

Information

Cette 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 Anonymous

Messages

dosnt 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 Anonymous

Messages

its not working Engine.dll problems

Réponses