I'm working on porting Silent Hill Homecoming for the mac, right now it has audio issues there no sounds or bgm in the menu and the game. But the cut scenes do have audio. Also it has mouse warping issue, the game has texture loading problems like GTA. also some times the game will load a poor model of the main character in the middle of a lamp also a it loads a table in the middle of that too you will see it in the screens down there. if anyone have any idea how to fix this i'll gladly take your suggestion. Right now i'm working of getting those issues fixed.
@sonicjam Nice work good to see your working in cider again
WAs using your Oblivion a while back and was working great
Ill start working with DMC games againa nd some others
both, obviously i know he's porting it right now, but it's really cool that somebody is working on it regardless. a cider in the future would be great for this game
For sound... you will likely need to do the same thing that is required in cedega.
Get the win32 openal installer. It needs to be installed so basically for cider you will need the dll's that come out and they will need to be in windows/system32.
Get directx_aug2009_redist.exe. That needs to be installed. In particular you are wanting the xact audio stuff from it.
With the dll's from those two in place Homecoming should have audio and it should work really well.
If nothing happens here I might take a crack at it myself sometime.
My recommendation did work. OpenAL wasn't needed but the xact and xaudio stuff from dx_redist was needed. There is a thread with the wrapper at porting team.