Tex© Posted April 17, 2010 Posted April 17, 2010 (edited) this one is for starcraft and expantionpack on win7 x86 or x64 has two reg files and a readme http://goo.gl/X9Gw no i didnt make it (wish i did) any other fix for games in win7 please post them if ye want Edit:: this is my exe version it has both reg files +read me and looks good i think edit:: changed default extract directory from my docs to my comp edit:: found an error going to fix it sorry XD fixxed starcraft color patch win7 Edited April 18, 2010 by Tex© Quote
Charles Posted April 18, 2010 Posted April 18, 2010 (edited) What does the patch do, exactly? I don't make it a habit of clicking on unknown links. :) EDIT: Just installed Starcraft on Win7 x64 and the only color issue I have is on the Blizzard logo movie at the start. Everything else looks fine. I'm using a copy downloaded from battle.net. Edited April 18, 2010 by Charles Quote
Infiltrator Posted April 18, 2010 Posted April 18, 2010 this one is for starcraft and expantionpack on win7 x86 or x64 has two reg files and a readme http://goo.gl/X9Gw no i didnt make it (wish i did) any other fix for games in win7 please post them if ye want Edit:: this is my exe version it has both reg files +read me and looks good i think edit:: found an error going to fix it sorry XD fixxed starcraft color patch win7 Sorry it looks more like a phishing URL to me. Quote
Infiltrator Posted April 18, 2010 Posted April 18, 2010 What does the patch do, exactly? I don't make it a habit of clicking on unknown links. :) Hi Charles, The URL is safe to click on, he is using Google URL shortner. This URL should take you to rapidshare.com This is the real URL: http://rapidshare.com/files/351487789/www.starcraft2.pro.rar Quote
Charles Posted April 18, 2010 Posted April 18, 2010 Ah ok. I'm not seeing any color problems with Starcraft. Maybe I am just lucky. :) Quote
Tex© Posted April 18, 2010 Author Posted April 18, 2010 (edited) lol phishing ya i could see that. though its not. heres the source for my exe #SingleInstance force #Persistent menu, tray, NoStandard menu, tray, add, About menu, tray, add; separator menu, tray, add, Exit FileInstall, !!!SCreadme.txt, %temp%\!!!SCreadme.txt, 1 FileInstall, sc116-x64.reg, %temp%\sc116-x64.reg, 1 FileInstall, sc116-x86.reg, %temp%\sc116-x86.reg, 1 Gui, Add, Button, x12 y10 w180 h30 gx86, x86 Gui, Add, Button, x12 y40 w180 h30 gx64 , x64 Gui, Add, Button, x12 y70 w180 h30 gextregfiles, Extract files Gui, Add, Button, x12 y100 w180 h30 gexit , Exit ; Generated using SmartGUI Creator 4.0 Gui, Show, x188 y178 h143 w205, Starcraft & broodwar fix Gui, 2:Add, Text, x12 y10 w370 h60 gaboutexit, This Program was coded by Tex© The Starcraft fix was created by warlord_7 (Administrator[starcraft2.pro]) And The program Autohotkey is from Autohotkey.com <-- c++ for n00bs yay :) icon from http://customize.org/icons/19646 Gui, 2:Add, Button, x12 y70 w370 h30 goscreadme, Open StarCraft Readme Return x86: RegWrite, REG_SZ, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\DirectDraw\Compatibility\Starcraft116, Name, Starcraft.exe RegWrite, REG_BINARY, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\DirectDraw\Compatibility\Starcraft116, Flags, 00080000 RegWrite, REG_BINARY, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\DirectDraw\Compatibility\Starcraft116, ID, ca896549 msgbox, x86 star craft patch added return x64: RegWrite, REG_SZ, HKEY_LOCAL_MACHINE, SOFTWARE\Wow6432Node\Microsoft\DirectDraw\Compatibility\Starcraft116, Name, Starcraft.exe RegWrite, REG_BINARY, HKEY_LOCAL_MACHINE, SOFTWARE\Wow6432Node\Microsoft\DirectDraw\Compatibility\Starcraft116, Flags, 00080000 RegWrite, REG_BINARY, HKEY_LOCAL_MACHINE, SOFTWARE\Wow6432Node\Microsoft\DirectDraw\Compatibility\Starcraft116, ID, ca896549 msgbox, x64 star craft patch added return extregfiles: FileSelectFolder, OutputVar, ::{20d04fe0-3aea-1069-a2d8-08002b30309d}, 3 if OutputVar = MsgBox, You didn't select a folder. *hand comes out of screen and slaps you* else { MsgBox, You selected folder "%OutputVar%" *good job you can think XD*. FileCopy, %temp%\sc116-x64.reg, %OutputVar%\sc116-x64.reg FileCopy, %temp%\sc116-x86.reg, %OutputVar%\sc116-x86.reg FileCopy, %temp%\!!!SCreadme.txt, %OutputVar%\!!!SCreadme.txt MsgBox, Files have been copyed to "%OutputVar%" *yay no fail hopefully o.0* } return About: Gui, 2:Show, x127 y87 h103 w385, About return aboutexit: gui, 2:hide return oscreadme: run,%temp%\!!!SCreadme.txt return GuiClose: exit: FileDelete, %temp%\!!!SCreadme.txt FileDelete, %temp%\sc116-x64.reg FileDelete, %temp%\sc116-x86.reg ExitApp and ya i gess you are lucky cause ill be playing then the games goes messed soo fun Just installed Starcraft on Win7 x64 and the only color issue I have is on the Blizzard logo movie at the start. Everything else looks fine it fixes that ^ yay for compatibility mode that micro crap didnt add Edited April 18, 2010 by Tex© Quote
Charles Posted April 18, 2010 Posted April 18, 2010 Is that the only thing it fixes? Can you post what the source for the reg file? Quote
Tex© Posted April 18, 2010 Author Posted April 18, 2010 (edited) Is that the only thing it fixes? Can you post what the source for the reg file? this is under x64 the other is under x86 RegWrite, REG_SZ, HKEY_LOCAL_MACHINE, SOFTWARE\Wow6432Node\Microsoft\DirectDraw\Compatibility\Starcraft116, Name, Starcraft.exe RegWrite, REG_BINARY, HKEY_LOCAL_MACHINE, SOFTWARE\Wow6432Node\Microsoft\DirectDraw\Compatibility\Starcraft116, Flags, 00080000 RegWrite, REG_BINARY, HKEY_LOCAL_MACHINE, SOFTWARE\Wow6432Node\Microsoft\DirectDraw\Compatibility\Starcraft116, ID, ca896549 this is the regfiles file name: sc116-x64.reg -------------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DirectDraw\Compatibility\Starcraft116] "Flags"=hex:00,08,00,00 "Name"="Starcraft.exe" "ID"=hex:ca,89,65,49 file name: sc116-x86.reg -------------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw\Compatibility\Starcraft116] "Flags"=hex:00,08,00,00 "Name"="Starcraft.exe" "ID"=hex:ca,89,65,49 the other is a txt file..... unless you really need that the code tag is being stubborn Edited April 18, 2010 by Tex© Quote
Tex© Posted April 18, 2010 Author Posted April 18, 2010 (edited) I don't make it a habit of clicking on unknown links. :) also i have to point out this^^ is on oxymoron also if your soooo paranoid try it out in a virtual box Edited April 18, 2010 by Tex© Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.