Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Brandish - The Dark Revenant
01-14-2013, 09:35 AM (This post was last modified: 04-17-2013 10:35 AM by sfageas.)
Post: #1
Brandish - The Dark Revenant
[v0.5] Brandish - The Dark Revenant
DiscID: ULJM05424
ImageID: 1738.001
Version: PPSSPP v0.5 40dbdb8d4e 11/01/2013
OS: Windows
Notes:

I just describe all the problems and what works already from start:

The Falcom logo "plays" (not visible of course), ends normally
   

Menu is correct with no more text problems, it flickers when Hardware transform is on
   

Again, text is good ...
   
... however, the screen after that is omitted (some kind of loading screen) and it goes directly to the video:

The first main problem right now: The first video is "shown" and ends normally, but it seems the second video ends prematurely and it ends up in an endless sceIoPollAsync loop.
   

There are two ways to skip the problem:
1) Delete the code in the sceMpegCreate function except the "return 0" line
2) Load a savegame

About savegames:
   
Loading works now, saving works too but there is no small picture created ...
   
... as in the JPCSP / real PSP saves

Ingame:
Arrow in the map is present if Hardware transform is on but only if Ares is not moving, during motion the arrow is not visible!
   

The other main problem is, that all items are invisible after they are in the inventory, only the number is visible (there should be a small picture of a sword where the number "50" is)
   

Other than that, the game looks quite good:
   
   

Logs are here: http://www.emunewz.net/forum/showthread....#pid157752

I can't upload 7z files here ("Not allowed")

Log 1 is running the game until it hangs at the movie
Log 2 is running the game and abort movies and still hangs
Log 3 is loading a savegame and running around a bit

All games tested on Intel i3, 4 GB RAM, Intel HD Graphics 2000 (onboard), Windows XP SP3 32-bit
Find all posts by this user
Quote this message in a reply
01-14-2013, 10:07 AM
Post: #2
RE: [v0.5] Brandish - The Dark Revenant
Nice report Smile
Find all posts by this user
Quote this message in a reply
01-14-2013, 01:23 PM
Post: #3
RE: [v0.5] Brandish - The Dark Revenant
(01-14-2013 10:07 AM)Henrik Wrote:  Nice report Smile

Thanks. Now you see why I needed more attachments Wink

All games tested on Intel i3, 4 GB RAM, Intel HD Graphics 2000 (onboard), Windows XP SP3 32-bit
Find all posts by this user
Quote this message in a reply
01-15-2013, 12:46 PM
Post: #4
RE: [v0.5] Brandish - The Dark Revenant
Text broken with changes in 3931323f5b,

change code in GPU/GLES/TransformPipeline.cpp

Code:
static void RotateUVs(TransformedVertex v[4]) {
if (/* (v[0].x > v[2].x && v[0].y < v[2].y) || */  // This first check seems wrong..
     (v[0].x < v[2].x && v[0].y > v[2].y)) {
     SwapUVs(v[1], v[3]);
   }

to
Code:
static void RotateUVs(TransformedVertex v[4]) {
   if ((v[0].x > v[2].x && v[0].y < v[2].y) /*|| (v[0].x < v[2].x && v[0].y > v[2].y)*/) {
     SwapUVs(v[1], v[3]);
   }


Attached File(s) Thumbnail(s)
   

All games tested on Intel i3, 4 GB RAM, Intel HD Graphics 2000 (onboard), Windows XP SP3 32-bit
Find all posts by this user
Quote this message in a reply
01-15-2013, 01:58 PM
Post: #5
RE: [v0.5] Brandish - The Dark Revenant
Yeah, I need to figure that stuff out properly... whatever I do it seems to break some game Tongue
Find all posts by this user
Quote this message in a reply
02-18-2013, 03:33 PM
Post: #6
RE: [v0.5] Brandish - The Dark Revenant
See here for more up-to-date information:
http://forums.ppsspp.org/showthread.php?tid=1064

All games tested on Intel i3, 4 GB RAM, Intel HD Graphics 2000 (onboard), Windows XP SP3 32-bit
Find all posts by this user
Quote this message in a reply
03-28-2013, 02:22 AM (This post was last modified: 01-11-2015 03:30 AM by Jokuma15.)
Post: #7
Brandish - The Dark Revenant
Title: Brandish - The Dark Revenant
Genre: Action Role Playing Game
Region: JP
Format: ISO
Version: v0.7-53
OS: Android
Compatibility: Playable
Notes: May crash here and there...
Find all posts by this user
Quote this message in a reply
12-31-2014, 04:10 AM
Post: #8
RE: Brandish - The Dark Revenant
Game works fine with no issues on latest builds. Can be moved to playable.
Find all posts by this user
Quote this message in a reply
12-31-2014, 04:14 AM
Post: #9
RE: Brandish - The Dark Revenant
Cool, I think this one's getting a US release in a few months, hopefully that works well too.

-[Unknown]
Find all posts by this user
Quote this message in a reply
12-31-2014, 04:49 AM
Post: #10
RE: Brandish - The Dark Revenant
(12-31-2014 04:14 AM)[Unknown] Wrote:  Cool, I think this one's getting a US release in a few months, hopefully that works well too.

-[Unknown]

Should work fine and yeah, January iirc.
Find all posts by this user
Quote this message in a reply
01-02-2015, 07:12 PM
Post: #11
RE: Brandish - The Dark Revenant
Moved Smile

♦ 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
Find all posts by this user
Quote this message in a reply
01-15-2015, 07:56 PM
Post: #12
Brandish: The Dark Revenant (USA)
Title : Brandish: The Dark Revenant
Genre : Action Role-Playing
Region : US
Format : ISO
Version : v0.9.9.1
Release : January 13, 2015
Game ID: NPUH10195
OS : Win 7 x64
Compatibility : Playable

....

[Image: Gq4meea.png?1]
Find all posts by this user
Quote this message in a reply
01-15-2015, 09:19 PM (This post was last modified: 01-15-2015 09:19 PM by vnctdj.)
Post: #13
RE: Brandish - The Dark Revenant
Merged.

Nice to see that this US release is playable too Smile

♦ 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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: