Link | Submitted By | Actions | |
---|---|---|---|
Game On Newgrounds | gates |
Fear unlimited Issue2 Medals working?-migrated-Last Updated: 09/30/2009 15:12 |
Additional Info
|
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? |
Additional Info
|
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... |
Additional Info
|
5 lines of code to change right?
|
Additional Info
|
Jesus, i can't even beat the level...fuck.
EDIT: Got it. Medal works, awaiting next ones (broken image removed) +1 while we wait |
Additional Info
|
Actually the above works on M2 - M6 untouchable levels, but with a couple of caveats:
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. |
Additional Info
|
How can we restart the game every level without saving? wouldn't that put us back at the same level again?
|
Additional Info
|
The rest can be achieved by hacking the save file. Go into the save file (fearunlimited.sol) and set up the following:
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". |
Additional Info
|
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) :-) |