Users browsing this thread: 1 Guest(s)
It is the apocalypse after all.

#9
Posts: 26
Threads: 1
Thanks Received: 0
Thanks Given: 0
Joined: Oct 2019
Reputation: 0
Status
None
(07-20-2021, 03:16 PM)C-Dude Wrote: It needs to be one continuous string, yes, do not leave FF bytes between them (The exception is the Remove Gil command, wherein the FF FF are the arguments of that command).  The line breaks are for ease of reading the raw hex block, as they coincide with the commands described above it.

The Remove GIL function removes 65535 gil, but it gets run 100 times because each of the item removal commands only removes one copy of the item.  So in truth, you are deleting 6553500 gil, which is admittedly not max gil.  I'd say yeah, go ahead and add another one or two copies of that command, just to be sure.

So really, just highlight the whole block of raw hex, copy it, and then do paste write (not paste insert) at the specified address.  The HxD paste-write hotkey is CTRL+B.

If your HxD is set up to show sixteen columns at a time (which is its default, with 0-F along the top labeling the columns), it'll end up looking something like this.
Code:
-- -- -- -- -- -- -- -- -- -- -- -- B0 64 81 00
81 01 81 02 81 03 81 04 81 05 81 06 81 07 81 08
81 09 81 0A 81 0B 81 0C 81 0D 81 0E 81 0F 81 10
81 11 81 12 81 13 81 14 81 15 81 16 81 17 81 18
81 19 81 1A 81 1B 81 1C 81 1D 81 1E 81 1F 81 20
81 21 81 22 81 23 81 24 81 25 81 26 81 27 81 28
81 29 81 2A 81 2B 81 2C 81 2D 81 2E 81 2F 81 30
81 31 81 32 81 33 81 34 81 35 81 36 81 37 81 38
81 39 81 3A 81 3B 81 3C 81 3D 81 3E 81 3F 81 40
81 41 81 42 81 43 81 44 81 45 81 46 81 47 81 48
81 49 81 4A 81 4B 81 4C 81 4D 81 4E 81 4F 81 50
81 51 81 52 81 53 81 54 81 55 81 56 81 57 81 58
81 59 81 5A 81 5B 81 5C 81 5D 81 5E 81 5F 81 60
81 61 81 62 81 63 81 64 81 65 81 66 81 67 81 68
81 69 81 6A 81 6B 81 6C 81 6D 81 6E 81 6F 81 70
81 71 81 72 81 73 81 74 81 75 81 76 81 77 81 78
81 79 81 7A 81 7B 81 7C 81 7D 81 7E 81 7F 81 80
81 81 81 82 81 83 81 84 81 85 81 86 81 87 81 88
81 89 81 8A 81 8B 81 8C 81 8D 81 8E 81 8F 81 90
81 91 81 92 81 93 81 94 81 95 81 96 81 97 81 98
81 99 81 9A 81 9B 81 9C 81 9D 81 9E 81 9F 81 A0
81 A1 81 A2 81 A3 81 A4 81 A5 81 A6 81 A7 81 A8
81 A9 81 AA 81 AB 81 AC 81 AD 81 AE 81 AF 81 B0
81 B1 81 B2 81 B3 81 B4 81 B5 81 B6 81 B7 81 B8
81 B9 81 BA 81 BB 81 BC 81 BD 81 BE 81 BF 81 C0
81 C1 81 C2 81 C3 81 C4 81 C5 81 C6 81 C7 81 C8
81 C9 81 CA 81 CB 81 CC 81 CD 81 CE 81 CF 81 D0
81 D1 81 D2 81 D3 81 D4 81 D5 81 D6 81 D7 81 D8
81 D9 81 DA 81 DB 81 DC 81 DD 81 DE 81 DF 81 E0
81 E1 81 E2 81 E3 81 E4 81 E5 81 E6 81 E7 81 E8
81 E9 81 EA 81 EB 81 EC 81 ED 81 EE 81 EF 81 F0
81 F1 81 F2 81 F3 81 F4 81 F5 81 F6 81 F7 81 F8
81 F9 81 FA 81 FB 81 FC 81 FD 81 FE 85 FF FF 85
FF FF 85 FF FF B1 FE -- -- -- -- -- -- -- -- --
 Thanks for the tips C-Dude! The insert vs. write tripped me up the first time and it locked on me. Used write 2nd attempt and it works… almost.

It didn't dump the money, and Celes will stick to the tile for like 20 seconds after tucking Cid into bed, but then she can eventually move around and the inventory is dumped and she has no equipment! Awesome. Do you have any ideas on what to do about the money, and the tile sticking issue?
  Find
Quote  



Messages In This Thread
It is the apocalypse after all. - by fw4210 - 07-19-2021, 06:56 PM
RE: It is the apocalypse after all. - by madsiur - 07-19-2021, 07:09 PM
RE: It is the apocalypse after all. - by C-Dude - 07-19-2021, 07:44 PM
RE: It is the apocalypse after all. - by madsiur - 07-19-2021, 07:49 PM
RE: It is the apocalypse after all. - by C-Dude - 07-19-2021, 07:54 PM
RE: It is the apocalypse after all. - by madsiur - 07-19-2021, 07:55 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 01:43 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 03:16 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 07:24 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 07:49 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 08:19 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 10:07 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 11:13 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 11:16 PM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 12:04 AM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 12:29 AM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 02:12 AM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 03:39 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite