Maidens of the Kaleidoscope
~Hakurei Shrine~ => Help Me, Eirin! => Topic started by: GenericTouhouFailure on August 31, 2010, 09:21:32 AM
-
I don't know if this is the right forum or not but whatever.
1. When you patch a game say PCB with the Vsync patch, what changes? the .exe file or the .dat file or is it something else entirely?
2. Is it possible and not illegal to send said patched file for PCB and EoSD to me (My mac doesn't run the vsync patch, even with Crossover)
Thanks in advance
-
vsync patches are overrated
seriously
[tso]your schtick is overrated
seriously[/tso]
-
vsync patches are overrated
seriously
This is the guy who said crimson clover is a pile of dung because the input lag was too bad... For some people, pcb has MORE input lag... So stuff it =p.
As for the op, not sure. None of them work? Or didnyou just try eosd? You on windows xp?
-
This is the guy who said crimson clover is a pile of dung because the input lag was too bad... For some people, pcb has MORE input lag... So stuff it =p.
As for the op, not sure. None of them work? Or didnyou just try eosd? You on windows xp?
I on mac os X
Tried it again, no dice
-
Lag sucks. Especially since bullet hells require great precision at higher levels. I recommend getting the Vsync for all games that need it.
All you should need to Vsync a particular game are a .exe, .ini, and a .dll whose name corresponds to the game in question. Just to make sure this was covered, you need to click the vpatch.exe, not the game's original icon, to eliminate the lag.
Getting the Vsync to work with EoSD is a little complicated. You need to rename the original game icon to 東方紅魔郷.exe, or ?????g????.exe if that doesn't work, before using the vpatch.exe.
-
0_O? The patch I`m using does not modify the game at all. Download it from http://mentaltoilet.blogspot.com/2009/05/vsync-patch.html, then unpack and put only vpatch.exe, vpatch.ini and vpatch_th<number>.dll in the game folder. Vpatch.exe will start the game with patch applied, but it will only work with exe file with the original name (just switch names of english and japanese exe files in PCB, then always start the game with vpatch.exe to play english version with patch applied). Then, make shortcuts to vpatch.exe, change icon to the one from original exe and voila.
This for some reason doesn`t work with EoSD. So, to make it work, rename (copy & paste name) your english game exe file (th06.exe), after the cfg file from EoSD folder (not th06e.cfg but <jibberish>.cfg. The english exe should be <jibberish>.exe). It worked for me even without applocale. Also, you might want to edit vpatch.ini if you plan to apply the patch to MoF - it can fix Marisa Bugged if you type 1 instead of 0 at BugFixTh10Power3 :D. I heard that applying the patch to SA gives more lag that usual though, and the lag in SA is virtually non-existent from what I see anyway. And don`t pay attention to minor visual glitches that might appear :derp:.
-
vsync patches are overrated
seriously
The guy is asking a normal question, if you got nothing useful to say then please stay quiet. Seriously.
Edit: Forget my previous quote on the OP. As Critz said, afaik the vsync patch doesn't modify game data.
-
Guys, the problem is less of "What does the patch do" than it is "It doesn't work because I'm running Mac".
The vsync patch doesn't modify game data at all, so it's impossible to send you a "patched" dat or exe file or whatever. No idea how it's supposed to work on Macs though, so I can't really help.
-
A quick search leads me to two problems, one with coalesced updates, the other with Beamsync. Of course, looking at the code to programmatically disable it leads me to believe that in current versions of OS X the option to disable the latter works on the former. I've seen a few solutions to disable it, but it doesn't do this per-app...
In a terminal this should disable Beamsync globally:
sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates 0
Replacing 0 with 1 will set it back to auto:
sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates 1