360haven works best with JavaScript enabled
[Release] Resident Evil HD Remaster - Security Fix - Page 2
Loading
Register
Page 2 of 3 FirstFirst 123 LastLast
Results 9 to 16 of 22
  1. #9
    Senior Member
    bad_laugh_smiley
    pogi is offline
    Join Date : Apr 2011
    Location : some where near you!!
    Posts : 203
    Array

    Re: Resident Evil HD Remaster - Security Fix

    thank you!!! works well!!

  2. #10
    Senior Member

    ShangTsung is offline
    Join Date : Nov 2012
    Posts : 540
    Array

    Re: Resident Evil HD Remaster - Security Fix

    Quote Originally Posted by Philymaster View Post
    Yeah, but only in Japan for 2 months already.
    was gonna ask the same thing, been wondering cause i've looked all over xbl and can't find it..

  3. #11
    Junior Member
    Potto is offline
    Join Date : Oct 2014
    Location : 360haven
    Posts : 16
    Array

    Re: Resident Evil HD Remaster - Security Fix

    Can't wait for a save editor..

  4. #12
    Junior Member
    Potto is offline
    Join Date : Oct 2014
    Location : 360haven
    Posts : 16
    Array

    Re: Resident Evil HD Remaster - Security Fix

    News about save editor?..

  5. #13
    Senior Member
    Dark_Soul
    Supremesis is offline
    Join Date : Sep 2011
    Location : Grimsby
    Posts : 194
    Array

    Re: Resident Evil HD Remaster - Security Fix

    Quote Originally Posted by Philymaster View Post
    I've modded the ammo already, but it does reset after a shoot. Perhaps I just modded it too high. :)
    Eventually make a editor later, but my free time is over since last week and have a lot to do other things for now. All I can do is upload the offset table.
    Try modding to 255, Think that is the max dude. Or just try and find an Infinite counter.
    Downloads : 48 || Uploads : 0 || Rep Power : 4814 || Posts : 194 || Thanks : 182 || Thanked 57 Times in 13 Posts




  6. #14
    Haven's Warrior lv97
    Gamer

    UrK is offline
    Join Date : Sep 2011
    Location : United States
    Age : 31
    Posts : 1,027
    Array
    Twitter: @

    Re: Resident Evil HD Remaster - Security Fix

    Nice phily!
    Downloads : 36 || Uploads : 9 || Rep Power : 5632 || Posts : 1,027 || Thanks : 713 || Thanked 101 Times in 83 Posts




  7. #15
    I Am super Cool
    Philymaster


    Philymaster is offline
    Join Date : Feb 2011
    Posts : 295
    Array

    Re: Resident Evil HD Remaster - Security Fix

    Sorry, forgot to upload the item table. :/

    The structure of a item is:
    0x0 Item ID
    0x4 Item Count (Depeding on item, if it's ammo etc.)

    To find your inventory or chest, you can search the hex.
    If you have a handgun with 15 bullets, you would search for: 00 00 00 03 00 00 00 0F

    Just can not find my offset table, but I remember that the chest (or each chest) have 256 items slots.
    In the item table you also find the weapons with unlimited ammo. ;)

    Code:
    0 = None
    1 = Survival knife (Jill)
    2 = Survival knife (Chris)
    3 = Handgun
    4 = Self-defense gun
    5 = Handgun (Unlimited)
    6 = Shotgun
    7 = Grenade Launcher
    8 = Grenade Launcher (Acid)
    9 = Grenade Launcher (Incendiary)
    10 = Rocket Launcher
    11 = Magnum Revolver
    12 = Flamethrower
    13 = Assault Shotgun
    14 = Rocket Launcher (Unlimited)
    15 = Barry's 44 Magnum
    16 = Grenade Shells
    17 = Handgun Magazine
    18 = Shotgun Shells
    19 = Acid Shells
    20 = Incendiary Shells
    21 = Golden Arrow
    22 = Book of Curses
    23 = A coin with an emblem of armor
    24 = Collar
    25 = Magnum rounds
    26 = Broach
    27 = Fuel Canteen
    28 = Arrowhead
    29 = Imitation of a key
    30 = Residence Key
    31 = Fuel Supply Capsule
    32 = Musical Score
    33 = First Aid Spray
    34 = Green Herb
    35 = Red Herb
    36 = Blue Herb
    37 = Mixed Herbs (2x Green Herb)
    38 = Mixed Herbs (3x Green Herb)
    39 = Mixed Herbs (1x Green Herb, 1x Red Herb)
    40 = Mixed Herbs (1x Green Herb, 1x Red Herb, 1x Blue Herb)
    41 = Mixed Herbs (1x Green Herb, 1x Blue Herb)
    42 = Mixed Herbs (2x Green Herb, 1x Blue Herb)
    43 = Lock Pick
    44 = Old Key
    45 = Mansion Key (Sword)
    46 = Mansion Key (Armor)
    47 = Mansion Key (Shield)
    48 = Mansion Key (Helmet)
    49 = Residence Key (Room 001)
    50 = Residence Key (Room 003)
    51 = Medal of Eagle
    52 = Medal of Wolf
    53 = Stone & Metal Object
    54 = Laboratory Key (Power Area)
    55 = Laboratory Key (Master)
    56 = Star Crest
    57 = Wind Crest
    58 = Sun Crest
    59 = Moon Crest
    60 = Crank (Square)
    61 = Crank (Hexagon)
    62 = Closet Key
    63 = Emblem Key
    64 = Stone Ring
    65 = Metal Object
    66 = Survival Knife
    67 = Battery
    68 = Ink Ribbon
    69 = Emblem
    70 = Gold Emblem
    71 = Sheet Music
    72 = Red Gemstone
    73 = Blue Gemstone
    74 = Yellow Gemstone
    75 = Broken Shotgun
    76 = Chemical to use on plants
    77 = Lighter
    78 = Serum
    79 = Transceiver
    80 = Empty Bottle
    81 = Water
    82 = UMB No.3
    83 = NP-004
    84 = Yellow-6
    85 = UMB No.7
    86 = UMB No.10
    87 = VP-017
    88 = V-JOLT
    89 = None (Not Used)
    90 = Red Book
    91 = Last Book Vol. 1
    92 = Last Book Vol. 2
    93 = MO Disk
    94 = MO Disk
    95 = MO Disk
    96 = Dog Whistle
    97 = Fuse Unit
    98 = Capsule
    99 = Jewelry Box (Stone Ring)
    100 = Insecticide Spray
    101 = First Aid Box (First Aid Spray)
    102 = Jewelry Box (Red Gemstone -> Broach)
    103 = Jewelry Box (Death Mask)
    104 = First Aid Box (Green Herb)
    105 = First Aid Box (Blue Herb)
    106 = Signal Rockets
    107 = Broken Flamethrower
    108 = Wooden Mount
    109 = Slide Filter
    110 = Control Room Key (Guardhouse)
    111 = Fuel Supply Capsule
    112 = Dagger
    113 = Flash Grenade
    114 = Stun Gun
    115 = Bee Specimen
    116 = Lure of a bee (Without hook)
    117 = Fishhook
    118 = Lure of a bee (With hook)
    119 = X-Ray (Clark)
    120 = X-Ray (Gail)
    121 = Battery Pack
    122 = Shaft
    123 = Cylinder
    124 = Cylinder Shaft
    125 = Death Mask (Without eyes, nose and mouth)
    126 = Death Mask (Without eyes)
    127 = Death Mask (Without nose)
    128 = Death Mask (Without mouth)
    129 = Musical Score
    130 = Map
    131 = First Aid Box (1x Green Herb, 1x Blue Herb)
    132 = First Aid Box (2x Green Herb)

  8. #16
    Member
    TheGift is offline
    Join Date : Jan 2015
    Location : 360haven
    Posts : 32
    Array

    Re: Resident Evil HD Remaster - Security Fix

    Great work Philymaster

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Trainer] Resident Evil HD Remaster +11 Trainer
    By macelosnp in forum Trainers
    Replies: 47
    Last Post: 08-09-2016, 06:42 AM
  2. [PC] Resident Evil HD Remaster Editor
    By Original Boss in forum Pc mods/trainers
    Replies: 3
    Last Post: 12-09-2015, 07:03 PM
  3. [YouTube] Let's Play Resident Evil 0 HD Remaster
    By Original Boss in forum Youtube Famous
    Replies: 1
    Last Post: 08-10-2015, 06:33 PM
  4. [News] Resident Evil 0 Remaster Trailer
    By THUMBS in forum X1 Game News
    Replies: 0
    Last Post: 06-08-2015, 05:45 PM
  5. Replies: 2
    Last Post: 01-19-2015, 08:38 PM

Visitors found this page by searching for:

xbox one hex editor resident evil hd

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯