EmuNewz Network

Full Version: The Legend of Heroes: Trails of Cold Steel [BLUS31572]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Settings:
PPU LLVM
SPU ASMJIT
Any renderer, but OpenGL has been extensively tested already. DX12 and Vulkan probably also work just fine but may be slower...
Use GPU Texture Scaling.

Check out this video by user Blast Processing:
Try not to LLE pngDec as it got HLE implemented earlier on this year
Also, you're using an old build (from https://github.com/RPCS3/rpcs3/commit/dd...3f8be46732)
(03-13-2016, 05:05 PM)Annie Wrote: [ -> ]Try not to LLE pngDec as it got HLE implemented earlier on this year
Also, you're using an old build (from https://github.com/RPCS3/rpcs3/commit/dd...3f8be46732)
Thanks, I updated the first post.
You crashed with
Code:
·F {rsx::thread} Exception: HRESULT = Falscher Parameter.
(in file C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12RenderTargetSets.cpp:358, in function D3D12GSRender::copy_render_target_to_dma_location)

Which you can solve by turning off Write/Read Color/Depth buffers.
According to the log, they are turned on
Code:
[rsx/opengl]
Write Color Buffers=true
Write Depth Buffer=true
Read Color Buffers=true
Read Depth Buffer=true
Now the installation of the game files seems to work at first. After the installation the loading screen animation doesn't freeze, but the game doesn't continue.
When you try to start the game again, it tries to install the files again. I looked on my real PS3s HDD and noticed that rpcs3 puts them in the wrong folder. It puts them in 'dev_hdd0\game\NPUB31759' instead of 'dev_hdd0\game\NPUB31759_INSTALL'. After changing the name of the folder it doesn't try to install them again, but still doesn't continue.
I got into the game with two additional LLE modules:
-cellSailAvi_Library v1.1 -> Company logo videos work. Intro crashes.
-libvdec_Library v1.1 -> Turn all videos black and mute, but prevents crash.

Other than that, everything 3D stays black.
Music doesn't play, but voices and sound effects work.
When trying to save, the emulation freezes.
Another PhyreEngine game that hangs after a while. All 3D is completely missing, audio cuts out forever after a few seconds, and you have to hide the movie folder or it will crash regardless of LLE modules used.

Load libraries:
- libac3dec.prx
- libac3dec2.prx
- libadec.prx
- libat3dec.prx
- libatrac3plus.prx
- libatxdec.prx
- libdmux.prx
- libdmuxpamf.prx
- libfont.prx
- libfontFT.prx
- libfreetype.prx
- libl10n.prx
- libpamf.prx
- libresc.prx
- librtc.prx
- libsail.prx
- libsail_avi.prx
- libsail_rec.prx
- libspurs_jq.prx
- libsre.prx
- libvdec.prx

Log
[attachment=24205]

Screenshots
[attachment=24206][attachment=24207]
This game goes in-game now.

When the kd-11 stuff is merged this will be playable. Yes save/load works.

Settings:
PPU LLVM
SPU ASMJIT
Any renderer, but OpenGL has been extensively tested already. DX12 and Vulkan probably also work just fine and may be faster.

One bug workaround is necessary. Open config.yml and change
Code:
Use LLVM CPU: !<!> ""
into
Code:
Use LLVM CPU: !<!> "sandybridge"
Delete /data/BLUS31572/ to force LLVM to recompile a Sandy Bridge binary. This makes LLVM work in this game for some reason and significantly improves performance. No other binaries, for example bdver2, generic, haswell, etc seem to work.

Check out this video by user Blast Processing:


Moving to playable already so I don't forget. Technically it already is on a very fast CPU anyway.
(03-23-2017, 02:15 PM)ssshadow Wrote: [ -> ]When the kd-11 stuff is merged this will be playable. Yes save/load works.

Settings:
PPU LLVM
SPU ASMJIT
Any renderer, but OpenGL has been extensively tested already. DX12 and Vulkan probably also work just fine and may be faster.

One bug workaround is necessary. Open config.yml and change
Code:
Use LLVM CPU: !<!> ""
into
Code:
Use LLVM CPU: !<!> "sandybridge"
Delete /data/BLUS31572/ to force LLVM to recompile a Sandy Bridge binary. This makes LLVM work in this game for some reason and significantly improves performance. No other binaries, for example bdver2, generic, haswell, etc seem to work.

Check out this video by user Blast Processing:


Moving to playable already so I don't forget. Technically it already is on a very fast CPU anyway.

Sorry for sounding stupid, but what's kd-11? I assume that this is playable with the latest build? And what exactly are the LLE modules that need to be activated?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15