Electry / VitaGrafix

VitaGrafix - taiHEN plugin that allows you to change resolution and FPS cap of PS Vita games
GNU General Public License v3.0
397 stars 24 forks source link

(Request) Fate Extella LINK [PCSE01354] #200

Open SeamanDog opened 4 years ago

SeamanDog commented 4 years ago

I know the ASIA version already has a patch but the US version hasn't been done yet.

dkrmdi commented 4 years ago

Asia version does not have it too afaik. If you have it, can you share it with me?

seishinn02 commented 4 years ago

You can on Asian version.

I happened to stumble on some Chinese site that had it. But can't seem to find it again.

Anyways, you can just edit your patchlist.txt for VitaGrafix

# Fate/EXTELLA LINK [ASIA 1.03]
[PCSH10121,eboot.bin]
@IB
0:0x6CDC60 t2_mov(0,0,<ib_w>)
0:0x6CDC66 t2_mov(0,0,<ib_h>)
dkrmdi commented 4 years ago

But this patch does not have 60fps. Do you know if 60fps is possible with this game?

seishinn02 commented 4 years ago

No, sorry.

seishinn02 commented 4 years ago

Hey @dkrmdi, so I managed to find the website where I got that and it has 60 FPS

config.txt
[PCSE01254]
ENABLED=1
OSD=1
IB=960x544
FPS=60

patchlist.txt
# Fate/EXTELLA LINK [US 1.03]
[PCSE01254,eboot.bin]
@IB
0:0x6D16B4 t2_mov(0,0,<ib_w>)
0:0x6D16BA t2_mov(0,0,<ib_h>)
@FPS
0:0x6D1E86 nop() *2
config.txt
[PCSH10121]
ENABLED=1
OSD=1
IB=960x544
FPS=60

patchlist.txt
# Fate/EXTELLA LINK [ASIA 1.03]
[PCSH10121,eboot.bin]
@IB
0:0x6CDC60 t2_mov(0,0,<ib_w>)
0:0x6CDC66 t2_mov(0,0,<ib_h>)
@FPS
0:0x6CE432 nop() *2

http://c.tieba.baidu.com/p/6023650271?see_lz=1&lp=6034&post_type=normal&mo_device=1&is_jingpost=

New comment: I found out how to make this work on US Version out of curiosity.

This was tested and found working because I have two versions

dkrmdi commented 4 years ago

Ohh. It's working great. Thank you so much.

I'm really curious where did you find the code. I could not find it anywhere.

If you can also find 60fps code for Ys memories of celceta (US ver.), that would be great.

Or if you can let me know where you can find those codes, that would be even more great.

I have 57 games on my vita, and I'd like to run them the best way possible.

Thanks. I owe you man.

seishinn02 commented 4 years ago

I provided the link where I've got that. It's a Chinese website about vita things. Not sure if you can get a lot of talks about vitagrafix there.

I'm thinking about learning how to find those resolution address on eboot.bin

I just need time.