Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "User:Konoko/Mac"

From Paragon Wiki Archive
Jump to: navigation, search
m (moved Konoko/Mac to User:Konoko/Mac: user content in user space)
 
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.

<string>C:\coh</string>
<key>CedegaGameName</key>
<string>c:\coh\cohupdater.exe</string>
<key>CiderGameOptions</key>
<string>-- cohupdater.exe -ps xxx.xxx.xxx.xxx</string>
<key>CiderBuild</key>
<string>1941</string>

<string>C:\coh</string>
<key>CedegaGameName</key>
<string>c:\coh\cohupdater.exe</string>


<key>CiderBuild</key>
<string>2097</string>

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/