Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Salt & Sanctuary #246

Open
enroag opened this issue Dec 20, 2021 · 18 comments
Open

[REQUEST] Salt & Sanctuary #246

enroag opened this issue Dec 20, 2021 · 18 comments

Comments

@enroag
Copy link

enroag commented Dec 20, 2021

Is it possible to increase the FPS or the resolution for this game? It is a great game and it deserves it.

Thanks in advance.

@KutsuyaYuki
Copy link

Hi there, it took a bit of effort, because this game is coded with the XNA framework, but here is the magic code to add to the patchlist.txt:

# Salt and Santuary
[PCSB01072, eboot.bin]
@FPS
# Disables "timestep" which allows to game to run at 60 fps.
0:0x3200F4 t1_mov(1,0)
# Enable "simple mode" to make the game able to run at 60 fps.
# This gives shadow artifacts.
0:0x3220AA 49 B1 r

The second patch "simple mode" is optional, but it's better in my experience. I'm not sure what it does, but it's equal to simple mode in the PC debug menu.

Thank for making me discover this game, it's super fun!

@delon5
Copy link

delon5 commented Aug 18, 2022

@KutsuyaYuki thank you for the new patches.

Am i missing something with this one? I have enabled it however I can still only get 30 FPS, do I need to do something special in the config?

@KutsuyaYuki
Copy link

@delon5 do you have the EU version of the game?

@delon5
Copy link

delon5 commented Aug 18, 2022

@KutsuyaYuki thanks for the reply.

Yes I do have the EU version.

28008D9F-E861-477B-A0CE-9FEDE96A8644
D162E73C-DFAD-423F-B61A-4CC048E3FFDC
6A200034-23FD-4099-A1C4-D9257002C69D

Edit: I am also using your version of vitagrafix

@KutsuyaYuki
Copy link

It's weird that it doesn't work. I've tested it on another PSVita and it seems to work just fine. Even after a fresh install of the game. The only issue I've run into so far is that after making a character with the patches enabled, the game crashes. Do you get the VitaGraphics OSD saying it patches it to 60FPS or not?
2022-08-21-130630

I've added all the possible versions including the physical copy of the game.

Another question: Are you running an updated version by any chance? Haven't looked into that yet.

# Salt and Santuary
[PCSB01072, eboot.bin] # [EU 1.00]
[PCSE01023, eboot.bin] # [US 1.00]
[PCSE01270, eboot.bin] # [US 1.00]
@FPS
# Disables "timestep" which allows to game to run at 60 fps.
0:0x3200F4 t1_mov(1,0)
# Enable "simple mode" to make the game able to run at 60 fps.
# This gives shadow artifacts.
0:0x3220AA 49 B1 r
#0:0x228B7E t3_mov(3,0x4270)

@delon5
Copy link

delon5 commented Aug 21, 2022

@KutsuyaYuki I am running the games with updates for both this and freedom wars. So that will be the issue. Thanks for the reply. Hopefully you get a chance to look into the updates at some stage.

@KutsuyaYuki
Copy link

@delon5 I see! Let me take a look in the updates :)

@KutsuyaYuki
Copy link

@delon5 Alright, got it to work on the updated version (v1.01). Here are the new patches, they now include the NID to make sure it loads the correct version of the patch.

# Salt and Santuary
[PCSB01072, eboot.bin, 0x93908F0F] # [EU 1.00]
[PCSE01023, eboot.bin, 0x93908F0F] # [US 1.00]
@FPS
# Disables "timestep" which allows to game to run at 60 fps.
0:0x3200F4 t1_mov(1,0)
# Enable "simple mode" to make the game able to run at 60 fps.
# This gives shadow artifacts.
0:0x3220AA 49 B1 r
#0:0x228B7E t3_mov(3,0x4270)

# Salt and Santuary
[PCSB01072, eboot.bin, 0x2EE9DC06] # [EU 1.01]
[PCSE01023, eboot.bin, 0x2EE9DC06] # [US 1.01]
@FPS
# Disables "timestep" which allows to game to run at 60 fps.
0:0x321AA0 t1_mov(1,0)
# Enable "simple mode" to make the game able to run at 60 fps.
# This gives shadow artifacts.
# 0:0x402db8 00 BB r

Let me know if it doesn't work :)

@delon5
Copy link

delon5 commented Aug 21, 2022

@KutsuyaYuki that works perfectly. Thank you so much. Any chance for freedom wars working with the latest update in future?

@KutsuyaYuki
Copy link

@delon5 I'm glad it works! I'll look into the Freedom Wars update!

@delon5
Copy link

delon5 commented Aug 21, 2022

@KutsuyaYuki thanks so much

@enroag
Copy link
Author

enroag commented Aug 22, 2022

Hi @KutsuyaYuki ,
I have tried it and it works, thanks for your work.
Best wishes

@KutsuyaYuki
Copy link

@enroag Anytime ^-^!

@John-Johnson-Sr
Copy link

Hi @KutsuyaYuki ,

I have v1.02 (US version) of Salt and Sanctuary and I tried using whats here. However, when I launch the game, OSD said error instead of the expected frame rate. Also a dialog box popped up saying the game version is not supported.

I'm pretty sure this is because I have v1.02, but I could be wrong.

If you ever have time, would you be willing to make this code work for v1.02? I would be grateful if you can.

Thank you and take care! :^)

@KutsuyaYuki
Copy link

@John-Johnson-Sr Oh, I didn't know that there was a newer version for the NTSC variant, but here you go:

# Salt and Santuary
[PCSB01072, eboot.bin, 0x93908F0F] # [EU 1.00]
[PCSE01023, eboot.bin, 0x93908F0F] # [US 1.00]
@FPS
# Disables "timestep" which allows to game to run at 60 fps.
0:0x3200F4 t1_mov(1,0)
# Enable "simple mode" to make the game able to run at 60 fps.
# This gives shadow artifacts.
0:0x3220AA 49 B1 r
#0:0x228B7E t3_mov(3,0x4270)

# Salt and Santuary
[PCSB01072, eboot.bin, 0x2EE9DC06] # [EU 1.01]
[PCSE01023, eboot.bin, 0x2EE9DC06] # [US 1.01]
@FPS
# Disables "timestep" which allows to game to run at 60 fps.
0:0x321AA0 t1_mov(1,0)
# Enable "simple mode" to make the game able to run at 60 fps.
# This gives shadow artifacts.
#0:0x402DB8 00 BB r

# Salt and Santuary
[PCSE01023, eboot.bin, 0x9D4CFA5D] # [US 1.02]
@FPS
# Disables "timestep" which allows to game to run at 60 fps.
0:0x2E07BE t1_mov(1,0)
# Enable "simple mode" to make the game able to run at 60 fps.
# This gives shadow artifacts.
0:0x2E2DDE 38 b9 r

@John-Johnson-Sr
Copy link

@KutsuyaYuki Awesome! It worked, thank you. I wish you well :^)

@Zaedisi
Copy link

Zaedisi commented May 10, 2024

@KutsuyaYuki this code breaks upgrade tree graphics.

@Zaedisi
Copy link

Zaedisi commented Nov 17, 2024

@KutsuyaYuki Would it be possible to look at Berserk Band of the Hawk (PCSE01034) and X:Com (PCSE00656) , there are open requests on this platform pls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants