You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Applications/Games/Total War Rome II/Steam/script.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ new SteamScript()
12
12
.wineVersion(LATEST_STAGING_VERSION)
13
13
.wineDistribution("staging")
14
14
.postInstall(function(wine,wizard){
15
-
wine.d3dx9();
16
-
wine.vcrun2005();
17
-
wine.vcrun2008();
18
-
wine.vcrun2010();
19
-
wizard.message(tr("If you are experiencing issues with game (e.g. it crashes at start or rendering is broken), you can try to enable de OpenGL renderer, by modifying :\n\n gfx_device_type to 2\n\n in the {0}/drive_c/users/USERNAME/Application Data/The Creative Assembly/Rome2/scripts/preferences_script.txt ",wine.prefixDirectory));
20
-
//N.B. : maybe need "LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1" for terrain glitches (OpenGL Mode)
15
+
wine.d3dx9();
16
+
wine.vcrun2005();
17
+
wine.vcrun2008();
18
+
wine.vcrun2010();
19
+
wizard.message(tr("If you are experiencing issues with game (e.g. it crashes at start or rendering is broken), you can try to enable de OpenGL renderer, by modifying :\n\n gfx_device_type to 2\n\n in the {0}/drive_c/users/USERNAME/Application Data/The Creative Assembly/Rome2/scripts/preferences_script.txt ",wine.prefixDirectory));
20
+
//N.B. : maybe need "LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1" for terrain glitches (OpenGL Mode)
Copy file name to clipboardExpand all lines: Applications/Games/Wildlife Park 2/Local/script.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ new LocalInstallerScript()
9
9
.category("Games")
10
10
.executable("WLP2.exe")
11
11
.preInstall(function(wine,wizard){
12
-
wizard.message(tr("On first run the game might not go into full screen. If that happens go to options and set the resolution to 1280x960. You will be asked to close the game in order to apply the new settings. Click Yes. Once you start the game again you should see a window where you can set your game resolution to match your screen."));
wizard.message(tr("On first run the game might not go into full screen. If that happens go to options and set the resolution to 1280x960. You will be asked to close the game in order to apply the new settings. Click Yes. Once you start the game again you should see a window where you can set your game resolution to match your screen."));
Copy file name to clipboardExpand all lines: Applications/Games/Wildlife Park 2/Steam/script.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ new SteamScript()
8
8
.author("Zemogiter")
9
9
.appId(264710)
10
10
.preInstall(function(wine,wizard){
11
-
wizard.message(tr("On first run the game might not go into full screen. If that happens go to options and set the resolution to 1280x960. You will be asked to close the game in order to apply the new settings. Click Yes. Once you start the game again you should see a window where you can set your game resolution to match your screen."));
wizard.message(tr("On first run the game might not go into full screen. If that happens go to options and set the resolution to 1280x960. You will be asked to close the game in order to apply the new settings. Click Yes. Once you start the game again you should see a window where you can set your game resolution to match your screen."));
0 commit comments