rFactor 2

Informations

Créateur Messages
Ronin DUSETTE

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 12224
Wine: System

Retours d'expérience

Description

Racing simulation, 2013. Wikipedia.

Captures d'écran

MiniatureMiniature

Code source

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

Contribuer
Membre Messages
Dadu042 Dimanche 16 Février 2020 à 18:24
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

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

Réponses

Ronin DUSETTE Samedi 25 Octobre 2014 à 21:30
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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"

Nouveau code source

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

Réponses

Ronin DUSETTE Samedi 25 Octobre 2014 à 19:25
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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
      

Nouveau code source

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

Réponses