Difference between revisions of "User:Konoko/Mac"
From Paragon Wiki Archive
(Created page with 'Using an old Mac Beta .app folder, I found an extra option in the Info.plist. {| class="wikitable" |- || <code><string>C:\coh</string></code><br /> <code><key>CedegaGameName</ke…') |
|||
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | That string helped me find the right options/arguments to use with the cider application. | ||
+ | |||
+ | For example | ||
+ | * <code> /Applications/City\ of\ Heroes.app/Contest/MacOS/cider -- cohupdater.exe -ps xxx.xxx.xxx.xxx</code> | ||
+ | *: This seems to perform the same action as clicking on City of Heroes.app in the Applications folder. | ||
+ | * So I tried <code>cider -- cohupdater.exe -cov</code> and got the live updater, and after patching and launching client gave me a CoV skinned login screen. | ||
+ | * So we can launch from terminal, yay. | ||
+ | |||
+ | ;But what about the test server? | ||
+ | : cider is a fork of wine. Wine uses a flat text file for the Windows registry. | ||
+ | : So we open /Applications/City of Heroes.app/Contents/Resources/Preferences/user.reg and find the /HKLM/User settings. | ||
+ | : Turns out COHTEST and COH uses the same directory, C:\\coh | ||
+ | : So if I launch Training Room from the command prompt <code>cider -- cohupdater.exe -test</code> it will overwrite my live directory with training room | ||
+ | |||
+ | |||
+ | ... | ||
+ | Ignore me | ||
+ | ftp://client.coh.com/Test/US/ |
Latest revision as of 19:25, 28 August 2009
Using an old Mac Beta .app folder, I found an extra option in the Info.plist.
|
|
That string helped me find the right options/arguments to use with the cider application.
For example
-
/Applications/City\ of\ Heroes.app/Contest/MacOS/cider -- cohupdater.exe -ps xxx.xxx.xxx.xxx
- This seems to perform the same action as clicking on City of Heroes.app in the Applications folder.
- So I tried
cider -- cohupdater.exe -cov
and got the live updater, and after patching and launching client gave me a CoV skinned login screen. - So we can launch from terminal, yay.
- But what about the test server?
- cider is a fork of wine. Wine uses a flat text file for the Windows registry.
- So we open /Applications/City of Heroes.app/Contents/Resources/Preferences/user.reg and find the /HKLM/User settings.
- Turns out COHTEST and COH uses the same directory, C:\\coh
- So if I launch Training Room from the command prompt
cider -- cohupdater.exe -test
it will overwrite my live directory with training room
...
Ignore me
ftp://client.coh.com/Test/US/