R
rayano
Guest
i have zero exp with this type of thing but i'll give it a try
thank you
thank you
Procedure SetMemberOrder; stdcall;Var CloudExists, YCloudExists, TifaExists, CidExists: Boolean; Member: Array[0..2] of Byte; Menu: Array [0..2] of Byte; i: LongInt;BeginCloudExists:= false;YCloudExists:= false;TifaExists:= false;CidExists:= false;for i:= 0 to 2 dobeginmember[i]:= 254; // 255 is 'Empty', 0 is used by Cloud.menu[i]:= PByte($DC0230 + i)^; if menu[i] = 0 then // Cloud CloudExists:= True else if menu[i] = 9 then // YCloud YCloudExists:= True else if menu[i] = 2 then // Tifa TifaExists:= True else if menu[i] = 8 then //Cid CidExists:= True;end;if CloudExists then Member[0]:= 0else if YCloudExists then Member[0]:= 9 else if TifaExists then Member[0]:= 2 else if CidExists then Member[0]:= 8 else Member[0]:= Menu[0];for i:= 0 to 2 do if Menu[i] <> Member[0] then if Member[1] = 254 then Member[1]:= Menu[i] else Member[2]:= Menu[i];for i:= 0 to 2 doWByte($DC09E5 + i, Member[i]);End;
From my personal experience I have used this version of reunions 60 fps mod to play through FF7 last month and I was fortunate enough to encounter 0 crashes or major bugs that I could notice. In fact the 60 fps has spoiled me so much that I couldnt see myself going back haha it was so smooth. I didnt rush through either I did everything to do in the game. The only small bug I noticed was sometimes damage numbers would not appear (enemy hits as well) but this was maybe under 10 percent of the time and totally ignorable so dont let it stop you. If you are impatient like me feel free to play, you should be able to get through. I am personally waiting for r06 and am very excited to play through the game again.Are true 60 FPS battles in the current version of Reunion still working? Cause I've heard that they cause crashes and have therefore been removed.
And the option seems to be missing from r03... :/
Is it even possible to overwrite r03 which I downloaded and installed from 7th Heaven with the current one? If so, how do I do that?
This is why 7H is not updated yet. R06 is a major mod, so I'd like to do one clean sweep of an update with R06 and NT 1.5.I'd suggest waiting for R06. 60fps is an option there too. But it's been perfected more.