Fear unlimited Issue2 Medals working?
-migrated-

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Fear unlimited Issue2 Medals working?

-migrated-
Last Updated: 09/30/2009 15:12

Sorry, there are no badges available for this game.

Game Dscription
Encons adventure continues in this prequel series to FU 1
Re: Fear unlimited Issue2 Medals working? Posted on: 09/29/2009 6:15pm
Quote Post
An invincible hack is easy - I did one as a proof of concept (but didn't keep a note of it). Untouchable I'd need to look at the code further (not going to have time 'til later this week).

hittest is the standard as2 collision detection function - so expect strange things if you mess with it.

Is it me, or is this game designed to be totally uncontrollable?
Re: Fear unlimited Issue2 Medals working? Posted on: 09/30/2009 2:17pm
Quote Post
This is going to be fun - so much code duplication.

M2 untouchable medal:
96 02 00 05 01 49 12 4c 12 9d 02 00 15 00 17 96 02 00 08 02 =>
96 02 00 05 01 49 12 4C 12 02 02 02 02 02 17 96 02 00 08 02

Play level 2, get hurt once - then beat it (do it on mortal).

I'll edit this post with M3 etc as I get them...
Re: Fear unlimited Issue2 Medals working? Posted on: 09/30/2009 2:19pm
Quote Post
5 lines of code to change right?
Re: Fear unlimited Issue2 Medals working? Posted on: 09/30/2009 2:24pm
Quote Post
Jesus, i can't even beat the level...fuck.

EDIT: Got it. Medal works, awaiting next ones (broken image removed)

+1 while we wait
Re: Fear unlimited Issue2 Medals working? Posted on: 09/30/2009 2:52pm
Quote Post
Actually the above works on M2 - M6 untouchable levels, but with a couple of caveats:
  • Restart the game between each level (internally it uses the medal13 status, which it sets if you get one medal)
  • Don't save the game
  • Edit the sol file and make sure medal13 isn't set
  • For some reason it wouldn't give me M3 untouchable at all, I had to hack this (see below).

To hack M3 untouchable, I rewrote the medal for M6 untouchable (as level 6 is the easiest). The poke for this is:
00 4d 36 20 55 6e 74 6f 75 63 68 61 62 6c 65 =>
00 4d 33 20 55 6e 74 6f 75 63 68 61 62 6c 65

The above are just the ASCII codes for "M6 Untouchable" which I changed to "M3 Untouchable" - so if you have problems with any level just change the 0x36 to the hex ASCII code for the level - i.e. 0x32, 0x33, 0x34 or 0x35.
Re: Fear unlimited Issue2 Medals working? Posted on: 09/30/2009 3:02pm
Quote Post
How can we restart the game every level without saving? wouldn't that put us back at the same level again?
Re: Fear unlimited Issue2 Medals working? Posted on: 09/30/2009 3:11pm
Quote Post
The rest can be achieved by hacking the save file. Go into the save file (fearunlimited.sol) and set up the following:
  • Ensure all medal# are unchecked
  • Ensure rank1-6 are all set to 5
  • Ensure rankdi1-6 are all set to 5
  • Ensure rankdi10 is set to 501
  • Ensure power1 is set to at least 11
  • Ensure powerheart is set to at least 11
  • Ensure recoverheart is set to at least 11

Then load the game, select continue, select begin and on the next screen you should have one medal popup (it's normally for Tough Guy). Go back and check your medals and you should have all but "victory".
Re: Fear unlimited Issue2 Medals working? Posted on: 09/30/2009 3:12pm
Quote Post
Quote from: "xycho666"
How can we restart the game every level without saving? wouldn't that put us back at the same level again?

Hack the save file (see my previous post) :-)