GOG.com - 1nsane
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionEnglish: Have tons of fun with this off-road racer! Nice physics engine, lots of models (cars, buggies, 4x4, trucks,...) different terrains, several rules (races, gates, capture the flag,...)
ScreenshotsSource code#!/bin/bash # Date : (2013-03-07 20-17) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2013-03-07 20-17) # Initial script. # [Pierre Etchemaite] (2013-12-08 05-22) # ? # [Dadu042] (2020-01-19 22:00) # Wine 1.6.1 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="1nsane" PREFIX="1nsane_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - 1nsane" SHORTCUT_NAME="1nsane" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1611 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Invictus Games / Codemasters" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "6c508e40e2a25994cb3c93dc6f7d422f" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # fake sdbinst.exe POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe" POL_Call POL_GoG_install # Intro video, not really necessary POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_amstream POL_Call POL_Install_iv50 # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Game.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;SportsGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/1nsane/MANUAL.PDF" # C:\GOG Games\1nsane\Readme.chm POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" cd "$GOGROOT/1nsane/" || exit 1 TITLE="$TITLE" POL_Wine "Language Setup.exe" exit 0 _EOF_ exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Monday 20 January 2020 at 22:11 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,19 +1,27 @@ #!/bin/bash # Date : (2013-03-07 20-17) -# Last revision : (2013-12-08 05-22) -# Wine version used : 1.6.1 +# Last revision : see changelog +# Wine version used : 2.22 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [Pierre Etchemaite] (2013-03-07 20-17) +# Initial script. +# [Pierre Etchemaite] (2013-12-08 05-22) +# ? +# [Dadu042] (2020-01-19 22:00) +# Wine 1.6.1 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="1nsane" PREFIX="1nsane_gog" -WORKING_WINE_VERSION="1.6.1" +WORKING_WINE_VERSION="2.22" TITLE="GOG.com - 1nsane" SHORTCUT_NAME="1nsane" New source code#!/bin/bash # Date : (2013-03-07 20-17) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2013-03-07 20-17) # Initial script. # [Pierre Etchemaite] (2013-12-08 05-22) # ? # [Dadu042] (2020-01-19 22:00) # Wine 1.6.1 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="1nsane" PREFIX="1nsane_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - 1nsane" SHORTCUT_NAME="1nsane" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1611 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Invictus Games / Codemasters" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "6c508e40e2a25994cb3c93dc6f7d422f" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # fake sdbinst.exe POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe" POL_Call POL_GoG_install # Intro video, not really necessary POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_amstream POL_Call POL_Install_iv50 # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Game.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;SportsGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/1nsane/MANUAL.PDF" # C:\GOG Games\1nsane\Readme.chm POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" cd "$GOGROOT/1nsane/" || exit 1 TITLE="$TITLE" POL_Wine "Language Setup.exe" exit 0 _EOF_ exit 0 Replies |
dromader59 | Tuesday 17 May 2016 at 22:30 |
dromader59
|
MessageHello I'd like ask You about fixing issues in this marvelous game, which 1nsane is. Specifically problem is with in-game map. It shows gates/flags, moving cars very well, but doesn't show background of this map, which is critical during gameplay. Additionally there is no wheel in main menu, and model of maps during browse before race. These 2 last issues are not such a problem, like the first one. Is it possible to fix it? Thank you in advance for answer. Replies |
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