Author Topic: Mountain of Faith Graze Patch  (Read 3327 times)

Emerald Mint

  • Gemstone
Mountain of Faith Graze Patch
« on: January 17, 2015, 11:01:53 AM »
I have slightly extended on the original graze counter patch and made one which will raise the point value for each bullet grazed, making grazing functional akin to most Touhou games.
Point value cap has also been increased to 5,000,000. It can still go a bit higher, but it'll reach a certain point where the game crashes out if it gets too high, so I've left it at that value.
Enjoy.

http://www.mediafire.com/download/azmxh4i1dbwww9d/

Uruwi

  • Nightmare of Torrential Precipitation
  • 478 million goober
Re: Mountain of Faith Graze Patch
« Reply #1 on: January 18, 2015, 04:00:29 AM »
Wait, is it supposed to display the graze or not?
foo = foldl $ flip ($)
Highest difficulty 1CCed for each game, by shot type in the original order. (-: never 1CCed on any difficulty, or never used; E: easy, N: normal, H: hard, L / U: lunatic / unreal.)
EoSD [NNNE] PCB [EE--N-] IN [NEEE + Ex Border] PoFV [Mystia N, Mystia E no charge] MoF [EN--H- + Ex Marisa B] SA [N-----] UFO [----EN] TD [NENE] DDC [EE-EHE + Ex Marisa B & Sakuya A] LoLK [PD --N- Legacy ---N] EE [N- + Ex Yabusame] EMS [N-- + Ex Yabusame] RMI [NHN + Ex YaoSuku]
Avelantis (demo) Easy YuukiB 426,077,200

Emerald Mint

  • Gemstone
Re: Mountain of Faith Graze Patch
« Reply #2 on: January 18, 2015, 08:18:16 AM »
I actually replaced the function, since I was concerned there wasn't enough space in the code. Although I've been able to add it back.
It still resets after completing a stage and disabling that might not be possible.

EDIT: Uploaded
« Last Edit: January 18, 2015, 08:40:52 AM by Emerald »

Uruwi

  • Nightmare of Torrential Precipitation
  • 478 million goober
Re: Mountain of Faith Graze Patch
« Reply #3 on: January 18, 2015, 09:08:01 AM »
I actually replaced the function, since I was concerned there wasn't enough space in the code. Although I've been able to add it back.
It still resets after completing a stage and disabling that might not be possible.

EDIT: Uploaded

Are you sure you updated the link too? I still get the old version.
foo = foldl $ flip ($)
Highest difficulty 1CCed for each game, by shot type in the original order. (-: never 1CCed on any difficulty, or never used; E: easy, N: normal, H: hard, L / U: lunatic / unreal.)
EoSD [NNNE] PCB [EE--N-] IN [NEEE + Ex Border] PoFV [Mystia N, Mystia E no charge] MoF [EN--H- + Ex Marisa B] SA [N-----] UFO [----EN] TD [NENE] DDC [EE-EHE + Ex Marisa B & Sakuya A] LoLK [PD --N- Legacy ---N] EE [N- + Ex Yabusame] EMS [N-- + Ex Yabusame] RMI [NHN + Ex YaoSuku]
Avelantis (demo) Easy YuukiB 426,077,200

Emerald Mint

  • Gemstone
Re: Mountain of Faith Graze Patch
« Reply #4 on: January 18, 2015, 09:26:04 AM »
Strange, it should work, since I replaced the old version.

http://www.mediafire.com/download/ka607fni6cy68oj/
Try this one if it still doesn't.

Uruwi

  • Nightmare of Torrential Precipitation
  • 478 million goober
Re: Mountain of Faith Graze Patch
« Reply #5 on: January 18, 2015, 08:06:04 PM »
I'm still not getting the counter.
foo = foldl $ flip ($)
Highest difficulty 1CCed for each game, by shot type in the original order. (-: never 1CCed on any difficulty, or never used; E: easy, N: normal, H: hard, L / U: lunatic / unreal.)
EoSD [NNNE] PCB [EE--N-] IN [NEEE + Ex Border] PoFV [Mystia N, Mystia E no charge] MoF [EN--H- + Ex Marisa B] SA [N-----] UFO [----EN] TD [NENE] DDC [EE-EHE + Ex Marisa B & Sakuya A] LoLK [PD --N- Legacy ---N] EE [N- + Ex Yabusame] EMS [N-- + Ex Yabusame] RMI [NHN + Ex YaoSuku]
Avelantis (demo) Easy YuukiB 426,077,200

Emerald Mint

  • Gemstone
Re: Mountain of Faith Graze Patch
« Reply #6 on: January 18, 2015, 09:05:32 PM »
Odd, it does for me. Does it not show up in the HiScore field? I'm not sure what could be the trouble.
[attach=1]

Uruwi

  • Nightmare of Torrential Precipitation
  • 478 million goober
Re: Mountain of Faith Graze Patch
« Reply #7 on: January 18, 2015, 10:58:19 PM »
Would it be possible to modify the .dat file to show "Graze" instead of "HiScore" and have the executable not show the final zero?
foo = foldl $ flip ($)
Highest difficulty 1CCed for each game, by shot type in the original order. (-: never 1CCed on any difficulty, or never used; E: easy, N: normal, H: hard, L / U: lunatic / unreal.)
EoSD [NNNE] PCB [EE--N-] IN [NEEE + Ex Border] PoFV [Mystia N, Mystia E no charge] MoF [EN--H- + Ex Marisa B] SA [N-----] UFO [----EN] TD [NENE] DDC [EE-EHE + Ex Marisa B & Sakuya A] LoLK [PD --N- Legacy ---N] EE [N- + Ex Yabusame] EMS [N-- + Ex Yabusame] RMI [NHN + Ex YaoSuku]
Avelantis (demo) Easy YuukiB 426,077,200

Emerald Mint

  • Gemstone
Re: Mountain of Faith Graze Patch
« Reply #8 on: January 18, 2015, 11:41:14 PM »
The .dat, possibly. Would be a case of replacing the text. Though you'll need the same font as the other text for consistency.
Cannot say for sure about removing the zero myself, though it might be possible.