ROM Hack Discussion Astral Chain ROM Hacking Bible

goldcrazyman

New Member
Newbie
Joined
Dec 25, 2017
Messages
2
Trophies
0
Age
34
XP
61
Country
United States
Can someone find the resolution and aliasing settings? Would like to have no AA and a locked resolution of 720p or lower and sadly ReverseNX is not working for me.
Probably will be no difference.
When I use max overclock settings in handheld mode and the 60fps, the game runs very smooth and there is a noticeable difference.
 

masagrator

The patches guy
OP
Developer
Joined
Oct 14, 2018
Messages
6,257
Trophies
3
XP
12,006
Country
Poland
When I use max overclock settings in handheld mode and the 60fps, the game runs very smooth and there is a noticeable difference.
You need to read more carefully (posts before also).
I said that there will be no difference between handheld mode and handheld flag in dock with ReverseNX.
 

gohan123

Well-Known Member
Member
Joined
Dec 26, 2012
Messages
454
Trophies
1
Age
37
XP
2,501
Country
Germany
I'm a noob in this one. so I copied the ips file, got reverseNX to run. now I wanted to set overclock but unsure about it. should I set the clock in handheld or dock? which is the highest clock which is save? not even sure if freebird works because if I'm ingame and open freebird, I get an atmosphere exception. besides that, the higher framerate is noticable and this game is finally playable, thanks.

edit: 720p a little bit too jaggy so switched back to dock. And switched to sys-clk instead. Tried:

docked_cpu=1683
docked_gpu=921
docked_mem=1600

god this high fps is beautiful but switch fan so loud, feels like it's dieing inside, are those clocks too high?

edit2: am I going crazy, some weird placebo is going on. so I removed the ips patch but the game still feels more smooth as it used to be. cutscenes are back to normal speed but everything else feels still smooth. If I switch to kirby I immediately see those crappy 30 fps. Those patches can't remain, can't they?
 
Last edited by gohan123,

AzazelVII

Member
Newcomer
Joined
Feb 15, 2015
Messages
16
Trophies
0
Location
Exeter, Devon
XP
213
Country
Anyone know a way to change the chain from blue to red and the legatus core to dark grey and red i.e Akira raven armor version? or does anyone know how to swap the parts of the texture files that match the chain and legatus core recolor should be easy if it's just the texture that make the color of the chain. (mainly I don't like the blue chain and want to change it to either red ,white, black or purple which should be easy if color is decided by texture just change the hue and saturation levels in image editor)
 
Last edited by AzazelVII,

Niko_of_Death

Well-Known Member
Member
Joined
Aug 10, 2016
Messages
151
Trophies
0
Age
29
XP
1,205
Country
United States
Did anyone ever make progress finding a way to change the dynamic resolution settings? It'd be nice to be able to use the docked profile with the 60fps hack while maintaining a low dynamic res floor so the 60 can be more consistent.
 

lh411

Well-Known Member
Member
Joined
Sep 13, 2019
Messages
188
Trophies
0
Age
32
XP
912
Country
China
Did anyone ever make progress finding a way to change the dynamic resolution settings? It'd be nice to be able to use the docked profile with the 60fps hack while maintaining a low dynamic res floor so the 60 can be more consistent.
if we can close dynamic resolution. it is so good
 

Sinetrix

New Member
Newbie
Joined
Sep 1, 2020
Messages
2
Trophies
0
Age
34
XP
238
Country
New Zealand
Well this is exactly what i've been looking for, game feels much nicer to play in 60fps. However the cutscene issue is kinda making me not want to use it for my first playthrough, has there been anymore research done into potentially fixing the double speed cutscenes or is it not possible?
 
D

Deleted User

Guest
Is this still the best 60FPS mod for Astral Chain? Is there an updated version with fixed cutscenes?

EDIT: Having played this game, I recommend not using the 60FPS patch for your first playthrough. The game has good storytelling and having cutscenes play at double speed really detracts from the experience. If you like the game enough to do a second playthrough then replay it with the 60fps patch.
 
Last edited by ,

-Musashi-

Member
Newcomer
Joined
Feb 3, 2021
Messages
21
Trophies
0
XP
378
Country
United Kingdom
can i request @masagrator ?
can you make MOD just like xenoblade chronicles 2 on astral chain like docked mode (max 720p)

its really important to me..hope you make miracle..thank you on advance..
if you play on emulator low end pc like this
Docked Mode the area is too dark,
Undocked Mode the area is good but the graphics looks ugly

i hope you will make mod just like like docked mode (max 720p)
Untitled.jpg
1.jpg
 
Last edited by -Musashi-,

Cabalex

New Member
Newbie
Joined
May 23, 2021
Messages
1
Trophies
0
Website
cabalex.github.io
XP
35
Country
United States
Well, here it is. I worked on it some more yesterday and now it should actually work more or less fine? (man this game has a weird way of keeping pace) It will now appropriately speed up the animations when it's not hitting 60fps and slow down when it hits that target framerate (the speed multiplier range from 0.5 to 1.0, since this game has hardcoded frame time for animations of 0.03333, so it's either changing all of that, which is not fun, or making the original system work with 60fps which is what I attempted to do here). Cutscenes are still two times faster than they should be though, if anyone finds the multiplier for that, that would be nice. Well, at least it's actually playable now and doesn't slow down in larger areas.

Not sure if this was already a given, but upon digging up/interpreting the BXM files used for the game's cutscenes (event/ folder in the romfs holds the cutscene data in DAT-like EVNs), it seems like the frame rate is hardcoded at 30 FPS... perhaps with a mod we could change this to 60 FPS in every cutscene? It seems doable from what I've seen.

CutList.bxm holds the framerate and cuts, with the CutNo used in other BXMs and the MOT animations (<model name>_<SubNo>_<CutNo>.mot)

Code:
<lib MotionRate="30" PlayRate="30">
    <Cut CutNo="0" FrameNum="85"></Cut>
    <Cut CutNo="1" FrameNum="90"></Cut>
    <Cut CutNo="2" FrameNum="96"></Cut>
    <Cut CutNo="3" FrameNum="59"></Cut>
    <Cut CutNo="4" FrameNum="91"></Cut>
    <Cut CutNo="5" FrameNum="95"></Cut>
    <Cut CutNo="6" FrameNum="129"></Cut>
    <Cut CutNo="7" FrameNum="90"></Cut>
    <Cut CutNo="8" FrameNum="171"></Cut>
    <Cut CutNo="9" FrameNum="69"></Cut>
    <Cut CutNo="10" FrameNum="43"></Cut>
    <Cut CutNo="11" FrameNum="66"></Cut>
    <Cut CutNo="12" FrameNum="60"></Cut>
    <Cut CutNo="13" FrameNum="55"></Cut>
    <Cut CutNo="14" FrameNum="111"></Cut>
    <Cut CutNo="15" FrameNum="84"></Cut>
    <Cut CutNo="16" FrameNum="75"></Cut>
    <Cut CutNo="17" FrameNum="100"></Cut>
    <Cut CutNo="18" FrameNum="67"></Cut>
    <Cut CutNo="19" FrameNum="64"></Cut>
    <Cut CutNo="20" FrameNum="30"></Cut>
    <Cut CutNo="21" FrameNum="43"></Cut>
    <Cut CutNo="22" FrameNum="76"></Cut>
    <Cut CutNo="23" FrameNum="31"></Cut>
    <Cut CutNo="24" FrameNum="20"></Cut>
    <Cut CutNo="25" FrameNum="19"></Cut>
    <Cut CutNo="26" FrameNum="55"></Cut>
    <Cut CutNo="27" FrameNum="19"></Cut>
    <Cut CutNo="28" FrameNum="89"></Cut>
    <Cut CutNo="29" FrameNum="112"></Cut>
    <Cut CutNo="30" FrameNum="75"></Cut>
    <Cut CutNo="31" FrameNum="107"></Cut>
    <Cut CutNo="32" FrameNum="115"></Cut>
    <Cut CutNo="33" FrameNum="87"></Cut>
</lib>
 

Hazerou

60 FPS Cheat Dude
Member
Joined
Jul 27, 2018
Messages
499
Trophies
1
Age
25
XP
2,234
Country
United States
ASTRAL CHAIN v1.0.1
TID: 01007300020FA000
BID: 4B159F0F7A360669

60 FPS Patch is needed. You can get it here;
https://gbatemp.net/threads/astral-chain-rom-hacking-bible.547050/post-8777070
Code:
[Cutscenes Speed Fix For 60 FPS Patch]
14050000 0CCA6764 3D088889
580F0000 0CCB7B08
580F1000 00000070
780F0000 00000F14
640F0000 00000000 00000002
20000000
14030000 0CCA6764 3D088889
580F0000 0CCB7B08
580F1000 00000070
780F0000 00000F14
640F0000 00000000 00000001
20000000
- Forces The Cutscenes' FPS to 30. It's the only way that I can think of to fix the Cutscenes from Speeding up.

60 FPS Patch by @MrComputerRevo
Cheat by @Hazerou
 
  • Like
Reactions: ceevee

ceevee

Well-Known Member
Member
Joined
Jun 16, 2006
Messages
119
Trophies
1
XP
879
Country
United States
Added to FPSLocker Warehouse config which also allows playing real time cutscenes at 60 FPS with correct speed.


Thanks, I waited until something like this was released before I started playing. Tested on Switch v1. Cutscenes play correctly at 60 fps.

First time FPSLocker user. For any other noobs, you need to convert the config file to a patch in the FPSLocker overlay. Then relaunch the game (close, start again). I also deleted any previous .IPS 60 fps patches from the atmosphere/exefs_patches folder, but not sure if I needed to do that. I did it in case there was some conflict.

OC v1 switch to 1785/921/1600 (I accept any risks). Game is pretty GPU bound, so few drops to below 60 FPS will occur, even with switch forced to handheld mode while docked. However, I only played the first 15 minutes of the game. Will test further and report experience in future.
 
Last edited by ceevee,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    AncientBoi @ AncientBoi: :rofl2: +1