hedning
Registered: Mar 2009 Posts: 4734 |
Release id #166921 : Hunter's Moon Remastered EasyFlash Patcher
User Comment
Submitted by blitzed [PM] on 2 August 2018
Nice, shame no worky on 1541 Ultimate II wah wah wah.
* blitzed ducks! Cool intro tho :b
User Comment
Submitted by theenemy [PM] on 2 August 2018
Posted problem on the u2 forum, see what happens
User Comment
Submitted by theenemy [PM] on 2 August 2018
@knightrider so why does the ocean crt on the original get to the menu if the c= is held from a cold start. It's like it needs a totally clear memory to work and as the patched version runs the crack intro before it will never have a totally clear memory.
Obviously this is an u2 issue that corrupts when not from a cold start, Weird if it works on the ultimate 64
User Comment
Submitted by Knight Rider [PM] on 2 August 2018
I just tested:
1541U2+ (FW 3.2) : Fails
Ultimate64 : Works
TC64 : Works
MistFPGA : Works
I also observed that the OCEAN CRTs with cartconv also fail in the same way when using the original
User Comment
Submitted by theenemy [PM] on 2 August 2018
Yep doesn't work on u2+ but just some info, if the ocean converted cart is run on the ultimate ii+ and not from a power on stage it does the same. Gathering its the crack intro that then triggers the u2 problem, Any ideas anyone
User Comment
Submitted by theenemy [PM] on 2 August 2018
@cj sorry just remembered as I was going to boot it up that it was the gmod2 converted to ocean that works if you hold the c= down not this version. Will try it now anyway and report back but guessing it won't work
User Comment
Submitted by ChristopherJam [PM] on 2 August 2018
@TR: Oh absolutely, no shade at Excess intended.
@te: thanks!
User Comment
Submitted by theenemy [PM] on 2 August 2018
@ChristopherJam - works fine on my ultimate ii+ not sure what firmware im running, will check tonight
User Comment
Submitted by TheRyk [PM] on 2 August 2018
@CJ: we're facing similar issues with some projects and were told even by firmware developers: If it runs on real EF, issues with Ultimate or Chameleon mean homework for their firmware teams, not for the crackers ;)
User Comment
Submitted by ChristopherJam [PM] on 2 August 2018
If Floating IPS isn't available for your system, but you are ok with installing python libs and running scripts, you can
pip install python-bps
then in python
from bps.apply import apply_to_files
patch = open("hunters_moon_ef_excess.bps", "rb")
source = open("hunters_moon.bin", "rb")
target = open("hunters_moon.crt","wb")
apply_to_files(patch, source, target)
Runs fine in VICE, sadly doesn't appear to be u2+ compatible (at least, not with firmware 3.2(10F) ) |