Last Chaos

Informations

Creator Message
Zoloom Anonymous

Warning

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

Informations

Platforms:
Downloads: 30325
Wine: 2.22

Feedbacks

Description

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

Website. Wikipedia. Appdb.winehq.org

Source code

#!/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:

Contribute
Member Message
Dadu042 Wednesday 30 October 2019 at 17:43
Dadu042

Information

This update has been approved by the team.

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

New source code

#!/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

Replies

valarkis Tuesday 20 September 2016 at 22:30
valarkis Anonymous

Message

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?

 

Replies

siggimund Tuesday 12 January 2016 at 20:58
siggimund Anonymous

Message

its not working Engine.dll problems

Replies