RPCS3 Forums

Full Version: Ridge Racer 7 [BCES00009]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4

Dante38490

I have menu in 30 fps and ingame 8 fps, Half Playable with little 3D texture in DX12, but actually very buggy render Tongue
Other problem in render for size windows, OpenGL no problem, but DX12 render not in Full Windows.
I think problem in the game with update 3.0 in a 3D, and dx12 not support 3d actually, (I think).
For OpenGil in show also Ingame, but Black screen exept ATH Game.

Screen intro and Menu


Video for intro and ingame

Ru4slan

Wow.Its awesome.
Code:
E {PPU Thread[0x1] (main_thread)[0x003c5e24]} Exception:
(in file Emu\SysCalls\Modules\cellGame.cpp:662, in function cellDiscGameGetBootDiscInfo)

I got this Exeption but in RR 7 Demo [NPEA-90011]. Not even black screen.

Dante38490

(12-06-2015, 06:08 PM)notq Wrote: [ -> ]
Code:
E {PPU Thread[0x1] (main_thread)[0x003c5e24]} Exception:
(in file Emu\SysCalls\Modules\cellGame.cpp:662, in function cellDiscGameGetBootDiscInfo)

I got this Exeption but in RR 7 Demo [NPEA-90011]. Not even black screen.
I know, I have applicate big Hack for this game ^^
Hack list here
//Edit: ok, got it a bit further

Those bunch of changes is quite puzzling. Let's examine, at least, first steps:

1. Bypass cellDiscGameGetBootDiscInfo in cellGame.cpp
Code:
s32 cellDiscGameGetBootDiscInfo()
{
    UNIMPLEMENTED_FUNC(cellGame); return CELL_OK;
}
2. Bypass cellSaveDataAutoLoad in cellSaveData.cpp (copy/paste of cellSaveDataAutoLoad2)
3. Bypass cellMsgDialogOpen in cellMsgDialog.cpp (copy/paste of cellMsgDialogOpen2)
4. Bypass cellSaveDataAutoSave in cellSaveData.cpp (copy/paste of cellSaveDataAutoSave2)

Dante38490

(12-08-2015, 09:20 PM)BlackDaemon Wrote: [ -> ]//Edit: ok, got it a bit further

Those bunch of changes is quite puzzling. Let's examine, at least, first steps:

1. Bypass cellDiscGameGetBootDiscInfo in cellGame.cpp
Code:
s32 cellDiscGameGetBootDiscInfo()
{
    UNIMPLEMENTED_FUNC(cellGame); return CELL_OK;
}
2. Bypass cellSaveDataAutoLoad in cellSaveData.cpp (copy/paste of cellSaveDataAutoLoad2)
3. Bypass cellMsgDialogOpen in cellMsgDialog.cpp (copy/paste of cellMsgDialogOpen2)
4. Bypass cellSaveDataAutoSave in cellSaveData.cpp (copy/paste of cellSaveDataAutoSave2)
Yes is it, thx for explain ^^
Yet something still missing, and it seems stuck on cellDmux (video playback). I uncommented code, which mentioned in your "hack" commit in cellDmux.cpp, but still can't bypass black screen.

Dante38490

(12-08-2015, 10:52 PM)BlackDaemon Wrote: [ -> ]Yet something still missing, and it seems stuck on cellDmux (video playback). I uncommented code, which mentioned in your "hack" commit in cellDmux.cpp, but still can't bypass black screen.

normally, just use 3d sel with last update Smile copy self with you folder blue ray
Thanks, at least i got it working until menus/start race screen Smile Please, mention such details next time using bold text, and include update link, if possible Wink
Shows better graphics on recent master build. Still works very unstable and freezes ingame. Requires libSre LLE'd.
Pages: 1 2 3 4