rFactor 2
Informations
Creator | Message |
---|---|
Ronin DUSETTE
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks0 0 DescriptionRacing simulation, 2013. Wikipedia. ScreenshotsSource code#!/bin/bash # Date : (2013-04-12) # Last revision : see changelog # Distribution used to test : Kubuntu 12.04.2 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 # CHANGELOG # [RoninDusette] (2013-04-12) # Initial script. # [Dadu042] (2020-02-16) # Wine 1.4.1 -> system # OS XP -> win7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="rFactor12" TITLE="rFactor 12" EDITOR="Image Space Incorporated" GAME_URL="http://www.rfactor.net/" AUTHOR="RoninDusette" #Initialization 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_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate #Dependencies POL_Call POL_Install_dxfullsetup # Configuration Set_OS "win7" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "rFactor.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Sunday 16 February 2020 at 18:24 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,17 +1,23 @@ #!/bin/bash # Date : (2013-04-12) -# Last revision : (2013-04-12) +# Last revision : see changelog # Distribution used to test : Kubuntu 12.04.2 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 - + +# CHANGELOG +# [RoninDusette] (2013-04-12) +# Initial script. +# [Dadu042] (2020-02-16) +# Wine 1.4.1 -> system +# OS XP -> win7 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="rFactor12" -WINEVERSION="1.4.1" TITLE="rFactor 12" EDITOR="Image Space Incorporated" GAME_URL="http://www.rfactor.net/" @@ -29,13 +35,13 @@ # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "$WINEVERSION" +POL_Wine_PrefixCreate #Dependencies POL_Call POL_Install_dxfullsetup # Configuration -Set_OS "winxp" +Set_OS "win7" # Installation POL_Wine_WaitBefore "$TITLE" @@ -43,7 +49,7 @@ POL_Wine_WaitExit "$TITLE" # Create Shortcuts -POL_Shortcut "rFactor.exe" "$TITLE" +POL_Shortcut "rFactor.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2013-04-12) # Last revision : see changelog # Distribution used to test : Kubuntu 12.04.2 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 # CHANGELOG # [RoninDusette] (2013-04-12) # Initial script. # [Dadu042] (2020-02-16) # Wine 1.4.1 -> system # OS XP -> win7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="rFactor12" TITLE="rFactor 12" EDITOR="Image Space Incorporated" GAME_URL="http://www.rfactor.net/" AUTHOR="RoninDusette" #Initialization 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_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate #Dependencies POL_Call POL_Install_dxfullsetup # Configuration Set_OS "win7" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "rFactor.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Replies |
Ronin DUSETTE | Saturday 25 October 2014 at 21:30 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. Differences@@ -15,7 +15,7 @@ TITLE="rFactor 12" EDITOR="Image Space Incorporated" GAME_URL="http://www.rfactor.net/" -AUTHOR="DJYoshaBYD" +AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" New source code#!/bin/bash # Date : (2013-04-12) # Last revision : (2013-04-12) # Distribution used to test : Kubuntu 12.04.2 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="rFactor12" WINEVERSION="1.4.1" TITLE="rFactor 12" EDITOR="Image Space Incorporated" GAME_URL="http://www.rfactor.net/" AUTHOR="RoninDusette" #Initialization 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_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_dxfullsetup # Configuration Set_OS "winxp" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "rFactor.exe" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
Ronin DUSETTE | Saturday 25 October 2014 at 19:25 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. Differences@@ -2,7 +2,7 @@ # Date : (2013-04-12) # Last revision : (2013-04-12) # Distribution used to test : Kubuntu 12.04.2 LTS 64-bit -# Author : DJYoshaBYD +# Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 New source code#!/bin/bash # Date : (2013-04-12) # Last revision : (2013-04-12) # Distribution used to test : Kubuntu 12.04.2 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.1 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="rFactor12" WINEVERSION="1.4.1" TITLE="rFactor 12" EDITOR="Image Space Incorporated" GAME_URL="http://www.rfactor.net/" AUTHOR="DJYoshaBYD" #Initialization 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_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file. Do NOT run rFactor after install has finished. Let DirectX install when asked. Make sure you set a 32-bit resolution when rFactor Config comes up.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_dxfullsetup # Configuration Set_OS "winxp" # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "rFactor.exe" "$TITLE" POL_SetupWindow_Close exit 0 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