VitaGrafix
VitaGrafix copied to clipboard
[Request] Freedom Wars
Great work! Is it possible to make res patch for this wonderful game? Many thanks!!
Isn't Freedom Wars already running at 960x544?
Oh sorry, I didn't know that...
Sorry for the necrobump, but have you attempted to poke at the FPS? The game is locked to 30FPS cap, and tends to feel choppy when things get busy because of the framerate. This is further noticeable when turning the camera quickly. Not sure if tampering with the cap would cause adverse effects, and I personally have no clue how to do this myself.
So... I've got the game running with a 60 FPS timer. It makes the game run at about 40-50 FPS, but it does speed up the entire game (it does feel a lot smoother though!). Maybe, this can be improved, but it seems like everything is depending on this timer.
# Freedom Wars
[PCSA00147, eboot.bin]
@FPS
# Changes the delay timer between DisplayQueueEntries to wait for 60 frames, instead of 30.
# This number is a float.
0:0xBE93A2 t1_movt(1, 0x4270)
@KutsuyaYuki i have tried this as well and frame rate is still locked at 30 for me. I have the correct version PCSA00147 and using your Vitagrafix plugin. When I get into game with it enabled only 30 fps and game crashes after 15-30seconds during first actual gameplay.
I've looked into the patch (I think the latest, version 1.22). Here's the edited code:
# Freedom Wars
[PCSA00147, eboot.bin, 0xBDB0F825] # [US, 1.00]
@FPS
0:0xBE93A2 t1_movt(1, 0x4270)
[PCSA00147, eboot.bin, 0xB8925727] # [US, 1.22]
@FPS
0:0xC4F6B6 t1_movt(1, 0x4270)
@FB
0:0xC522D4 t2_mov(1, 11, fb_w)
0:0xC522D8 t2_mov(1, 10, fb_h)
0:0xC51F62 t2_mov(1, 0, fb_w)
0:0xC51F6A t2_mov(1, 5, fb_h)
0:0x103A348 t2_mov(1, 0, fb_w)
0:0x103A34E t2_mov(1, 0, fb_h)
0:0x103A0F0 t2_mov(1, 1, fb_w)
0:0x103A0F6 t2_mov(1, 2, fb_h)
0:0x69F3A2 t2_mov(1, 1, fb_w)
0:0x69f3A6 t2_mov(1, 2, fb_h)
@MSAA
0:0xC51D90 t1_mov(0, msaa)
0:0x88A0E8 t1_mov(3, msaa)
This also includes MSAA and Framebuffer(?) changes for a few more FPS (doesn't seem to affect it much though). Do note that the game speeds up, not only more FPS.
@KutsuyaYuki wow that was super quick. Thanks so much it works perfectly
Great to hear ^-^! Let me know if you encounter any issues, sinner.
Thank you will do, look forward to see what game you post next.