Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
812e8b7
Ether One Redux: fix unused "wizard"
plata Mar 25, 2018
4ad4f40
League of Legends: fix unused "wizard"
plata Mar 25, 2018
07ddd45
Road Rash: fix unused "wizard"
plata Mar 25, 2018
cf6b185
STAR WARS: The Old Republic: fix unused "wizard"
plata Mar 25, 2018
70373a2
Soundplant: fix unused "wizard"
plata Mar 25, 2018
d4e7f9f
Age of Empires II HD: fix unused "wizard"
plata Mar 25, 2018
0e256ca
Assassin's Creed Revelations: fix unused "wizard"
plata Mar 25, 2018
b85c2dc
DC Universe Online: fix unused "wizard"
plata Mar 25, 2018
942783b
Dragon Ball Xenoverse 2: fix unused "wizard"
plata Mar 25, 2018
6168a89
Earth Eternal - Valkal's Shadow: fix unused "wizard"
plata Mar 25, 2018
a699a3e
Overwatch: fix unused "wizard"
plata Mar 25, 2018
abba8e4
STAR WARS - Empire at War - Gold Pack: fix unused "wizard"
plata Mar 25, 2018
2c3b1ac
Tom Clancy's Rainbow Six 3 : Raven Shield: fix unused "wizard"
plata Mar 25, 2018
5f86e05
Warcraft III Expansion Set: fix unused "wizard"
plata Mar 25, 2018
adcdaca
Audiosurf: fix unused "wizard"
plata Mar 25, 2018
631863c
Caesar III: fix unused "wizard"
plata Mar 25, 2018
04b056a
Rocksmith: fix unused "wizard"
plata Mar 25, 2018
fe82ab3
Subnautica: fix unused "wizard"
plata Mar 25, 2018
edc340d
Tom Clancy's The Division: fix unused "wizard"
plata Mar 25, 2018
c69484c
Tom Clancy's The Division (Demo): fix unused "wizard"
plata Mar 25, 2018
5c9e736
Microsoft Office 2010: fix unused "wizard"
plata Mar 25, 2018
7a5b416
Microsoft Office 2013: fix unused "wizard"
plata Mar 25, 2018
0052b38
Command and Conquer - Tiberium Wars: fix unused "wizard"
plata Mar 25, 2018
f2774b4
Elite:Dangerous: fix unused "wizard"
plata Mar 25, 2018
0aa65c3
Heroes of the Storm: fix unused "wizard"
plata Mar 25, 2018
257a227
Rayman Legends (Demo): fix unused "wizard"
plata Mar 25, 2018
a9d92a3
Rayman Legends: fix unused "wizard"
plata Mar 25, 2018
5224588
Trackmania Turbo: fix unused "wizard"
plata Mar 25, 2018
239ab8c
Trackmania Turbo (Demo): fix unused "wizard"
plata Mar 25, 2018
76d8daf
osu!: fix unused "wizard"
plata Mar 25, 2018
f3db047
Assassin's Creed: Brotherhood: fix unused "wizard"
plata Mar 25, 2018
aeebdb3
Blizzard app: fix unused "wizard"
plata Mar 25, 2018
00df4a4
Caesar III: fix unused "wizard"
plata Mar 25, 2018
30df779
Far Cry 2: fix unused "wizard"
plata Mar 25, 2018
88d8e0b
Guild Wars 2 (Local): fix unused "wizard"
plata Mar 25, 2018
20a2add
Guild Wars 2 (Online): fix unused "wizard"
plata Mar 25, 2018
cacd632
Hearthstone: fix unused "wizard"
plata Mar 25, 2018
6be42f3
Niko: Through The Dream: fix unused "wizard"
plata Mar 25, 2018
75e1f2d
Star Craft II: fix unused "wizard"
plata Mar 25, 2018
9fce8d6
The Witcher 3: Wild Hunt: fix unused "wizard"
plata Mar 25, 2018
90667db
Warface: fix unused "wizard"
plata Mar 25, 2018
38b2404
Warlock - Master of the Arcane: fix unused "wizard"
plata Mar 25, 2018
12094fd
ElsterFormular: fix unused "wizard"
plata Mar 25, 2018
2e209ce
Age of Empires III: Complete Collection: fix unused "wizard"
plata Mar 25, 2018
eb4e228
Assassin's Creed IV Black Flag: fix unused "wizard"
plata Mar 25, 2018
99395ef
Mirror's Edge: fix unused "wizard"
plata Mar 25, 2018
307d8d3
Quantum Conundrum: fix unused "wizard"
plata Mar 25, 2018
5ec1d99
Rocksmith 2014: fix unused wizard
plata Mar 25, 2018
52bf32e
Unholy Heights: fix unused "wizard"
plata Mar 25, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
STAR WARS: The Old Republic: fix unused "wizard"
  • Loading branch information
plata authored Mar 25, 2018
commit cf6b1854bbb495eb8381cfd27ca0d30f6e6eb962
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ new OnlineInstallerScript()
.checksum("c538935eff4ec90ce2e48dc7e515a8dec2f15f58")
.category("Games")
.executable("launcher.exe")
.preInstall(function(wine, wizard) {
.preInstall(function(wine/*, wizard*/) {
//it seems it brings better performance
wine.d3dx9();
})
.postInstall(function(wine, wizard) {
.postInstall(function(wine/*, wizard*/) {
//without that the launcher is unable to download the game
var path = wine.prefixDirectory + "drive_c/" + wine.programFiles() + "/Electronic Arts/BioWare/Star Wars - The Old Republic/launcher.settings";
var content = '{ "Login": ""\n' +
Expand Down