Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
Please halp, how can one make this modification of the .exe persist?
It even changes it back when i extract the new .ico pack with round cancer, replace each individual icon and pack it back in.
you need to understand that making a batch file with a icon to launch steam itself wont do u anything, what you need to do is change the resource icon in the compiled steam.exe there are multiple tools to achieve this by replacing icons etc but as i said earlier i havent looked into the resouces myself so i dont know which icons are there but u should just play around with it and figure out which icon displays for a download / update whatever and just replace that icon.
/ maybe u can show us exactly what u did with either images so that we can get a better understanding what u have done :)
C:\Users\<USERNAME>\AppData\Local\IconCache.db
and restart explore.exe or reboot the pc
*edit*
Currently stuck on : Why does the ordinal names change
The trayicon is blue, round and melts into the windows 7 aero taskbar making it nearly impossible to spot. The old one was distinct black and white and stuck out in a nice way. The new one is not useful but also ugly, and the only reason it sticks out even a little bit is that its very bright under the gear making it an eyesore.
Yes the tray icon makes a huge diffrence, there is such a thing as a bad trayicon getting updated to a good one, what STEAM did here was change a good looking and functional one for a static ugly one with depressing blue color thats hard to see. Such a tiny detail makes a huge diffrence.
I found this autohotkey script which you can compile into an exe to change it. You would have to run the exe every time you start Steam though, but you can probably write a bat that waits until steam has loaded and then run the icon exe)
https://www.autohotkey.com/boards/viewtopic.php?style=17&t=101683
You need AutoHotkey 1.1.36 for this https://www.autohotkey.com/download/
Then use Resourcehacker to extract the old steam icon from this exe https://steam.de.uptodown.com/windows/download/78999 (Right click > Resource Hacker > Icon GROUP > Save ico resource
Then put the ico file anywhere you want, just set the "newIconPath" path in the script/ahk file accordingly
That's it!
And as I said, if you compile it into an exe (Which is just one click), you can uninstall autohotkey afterwards. You can also delete the downloaded old exe and uninstall resource hacker afterwards