Castlevania The Dracula X Chronicles US
|
03-08-2015, 07:44 AM
Post: #61
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
Is there a way to compile these information into a single file ? including Screen off course.
Capturing every tab isn't good enough I think. |
|||
03-08-2015, 05:34 PM
Post: #62
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
You can select the tab and select all, copy/paste to a text file, which is a bit easier.
So, this is actually using alpha blending, alpha testing, AND color testing. The color test tells it "when the color you're about to draw is black, don't draw it." The alpha test simply says "skip alpha=0" and blending is fixed blending (basically 50%.) In the GE debugger, while it's on that first screenshot, go to the Flags tab, and double click "Color test enable" (third from bottom.) This will turn it off. Then hit "Step Draw" at the top. Does it end up with a black box? If it does, that's probably what's happening on your PowerVR device - the color test is not working correctly. If it doesn't, click "Step frame" and get back to about to draw that same thing, and then try the same thing with "Alpha test enable". And if it still doesn't look the same, try again and disable both. But, it actually may be alpha blending. I know that we saw a PowerVR Rogue device that had problems with GL_CONSTANT_COLOR (in other words, fixed blending, which this game is using.) -[Unknown] |
|||
03-09-2015, 04:01 AM
(This post was last modified: 03-09-2015 04:06 AM by BouncingBreasts.)
Post: #63
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
I've tried it.
This happened when the drawer was drawing the "Tree shadow" texture and I double-clicked "Color test enable 1" to 0 (turn it off) But the difference is, I still can see it as transparent while the one on my phone is plain black. Oh, and your idea on submitting GE was nice, except the "Display List" tab doesn't allow me to Ctrl+A it That tab must be Screen-captured only I guess.... |
|||
03-09-2015, 08:35 PM
Post: #64
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
Okay, the very very latest git build (v1.0.1-158-g33b291a or higher) contains some tweaks to the way alpha blending and color testing is done. It may improve this issue, make no difference, or make it even worse. Would appreciate testing, since I don't have an affected device.
If it makes no change, can you just double check for me that you don't have disable alpha test checked (make sure it's not using per-game settings or anything... just pause the game and check the settings from there)? Assuming it alpha test is not disabled, and those changes don't help, I think it means that GL_CONSTANT_COLOR is just broken. I can workaround this by applying a patch on PowerVR devices but it could affect performance (although, perhaps, it could improve it...) so I want to make sure it's still broken first. -[Unknown] |
|||
05-10-2015, 06:14 PM
Post: #65
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
I just dumped this game today (USA version) and tried it on the latest Windows x64 revision.
Symphony of the Night seems to run without major glitches, however, the intro for the Original Rondo of Blood doesn't seem to play correctly, the music starts, but the video is extremely late, starts playing almost when the music ends. Is there a fix for that or is just a problem with the current WIP? Thanks. |
|||
05-12-2015, 10:22 AM
Post: #66
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
(05-10-2015 06:14 PM)WarmBaguettes Wrote: the intro for the Original Rondo of Blood doesn't seem to play correctly, the music starts, but the video is extremely late, starts playing almost when the music ends. I have the same problem with the Ys I & II Chronicles but the reverse. The video runs to fast from the music. For example. youtube.com/watch?v=sn0oJMFni_Y |
|||
06-01-2015, 02:13 PM
Post: #67
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
Are there any proper codes for the main game and Symphony of the Night?
|
|||
09-21-2015, 03:29 PM
Post: #68
|
|||
|
|||
ppsspp keeps crashing mid game
i got v1.0.1 x64 of PPSSPP and it keeps crashing regularly during gameplay,
though the only game I play is Dracula x Chronicles. It keeps crashing every hour or two into game. Few times it even froze my compute requiring a hard-shutdown. My specs are : AMD A6-3410MX oc 2.1ghz 6gb ram AMD 6750m 1gb Windows 7 64bit Running 14.4 CCC (don't suggest me to update cause this is the only version that supports "fixed switching mode" so i can disable the shitty iGPU) |
|||
09-21-2015, 03:55 PM
Post: #69
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
Merged.
♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing ♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing ♦ PSP-3004 | 6.60 PRO-C2 |
|||
09-27-2015, 05:52 AM
(This post was last modified: 09-27-2015 05:55 AM by asbel.)
Post: #70
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
it works perfect on my samsung galaxy s6 edge and i played castlevania smyphony on night its perfect on my phone no glitches and crashes and no frameskip. i am using 2x scale and 5x resloution.
maybe my mali gpu its different to pc |
|||
06-09-2016, 05:28 AM
Post: #71
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
Sorry if 'bumping' this for a solution to my problem is uncalled for, but perhaps someone can help me.
When I play Symphony of the Night in the game, it seems very few of the filters like XBR work. They'll work on some assets and not others, which is jarring. Worse still for me is that it appears bilinear filtering doesn't work at all. I've tried to use the Spine36 upscaler as a substitute as it kind of gets a similar job done, but I was wondering if this is a known issue in the emulator, or an issue in settings? |
|||
06-09-2016, 07:13 AM
Post: #72
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
It's not a bug, nor issue with your settings, postprocessing shaders are applied on whole output that's it - if they don't work on some elements it just means it's effect was designed to apply only on some elements like ie edges or certain color patterns.
In general games which re-use content from older consoles(which this one I belive does) or either due to budget or design choice use "pixel art"/low quality content are the worst case scenario for most post processing shaders. Dunno what you ment by "bilinear filtering not working" as from screenshots posted earlier in this thread game is very blurry ~ most likely due to stretching ps1 res into psp one with that particular filtering. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
06-09-2016, 07:39 AM
(This post was last modified: 06-09-2016 07:41 AM by Foffy.)
Post: #73
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
I'll try to explain what I mean, for I'm not complaining about the pixels themselves. It's the fact that by default, bilinear filtering doesn't seem to be enabled in any which way on the image to smoothen out the image quality. It's as if the 'nearest' option is on, but it's not.
The first image is one that the game has by default, and the image quality here shows no bilinear filtering applied, regardless of settings. Even XBR typically fails to be applied to much of the sprites. The second image is one using Spine36, which actually delivers an effect similar to what bilinear filtering would provide. It's a bit too blurry compared to what bilinear typically offers, and upon using it in the Rondo remake it appears a bit obvious why that's so; it's a shader that is rendering the game at a lower internal resolution. Hopefully a visual example shows you what I mean. The first one looks like bilinear filtering simply fails to be applied from the emulator onto the game, for it's far too chunky and pixelated. The second image is actually closer to how it should appear. You can very likely get the PS1 version of the game looking like the second shot in an emulator for that platform with bilinear filtering enabled, not the first. That tells me something is off-base. |
|||
06-09-2016, 08:06 AM
Post: #74
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
Well Spline actually isn't all that great, however is an upscaling filter and all upscaling filters in ppsspp are automatically setting rendering res to x1(5xBR also does that, however it's much better scaling effect might result in less blurry image) to then upscale it to display size. Bilinear filtering scales with rendering resolution making it less blurry the higher pixel density you render with, so whatever resolution you're using, since it's a 2D game it surely isn't doing much more than removing the blur ~ typically it's what people like through.
You should get similar result by disabling all post process and then setting rendering res to x1. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
07-24-2016, 02:39 PM
(This post was last modified: 07-24-2016 02:41 PM by CheatJoker008.)
Post: #75
|
|||
|
|||
RE: Castlevania The Dracula X Chronicles US
(10-17-2014 06:59 AM)Testmark89 Wrote: Hello! I recently completed the whole collection, so I decided to write this up as a... uh, Halloween gift? I tried to list bugs based on severity. Hi. I'm sorry for necroposting(if that is a problem on this forum), but I would like to ask if the cutscene problem of rondo of blood has any progress/solution that I missed, as I am being bugged by that problem for a long time. |
|||
« Next Oldest | Next Newest »
|