Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cmh175

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 35
126
Troubleshooting / Re: Red XIII model
« on: 2014-08-31 19:53:31 »
No just have it set in the Also Launch option in 7H so it'll start ff7music for you too at the same time. Though you should really upgrade your video driver to 8.1b, and use a newer ogg music mod since ff7music is no longer compatible. Take a look at aali's recent driver and the new Anxious Heart mod.

127
Hey, I appreciate the offer ficedula but I made it work with wallmartket and put together a compatibility patch for other gameplay mods. A hext patch may end up being cleaner, but I'm burnt out from changes and testing with this project. We're finalizing another aspect of the mod at this point so it can just be done. If you could quickly put together a description of how to do this though that would be great for future reference. I think Kaldarasha mentioned an interest in this as well, and having some kind of tutorial for this would open up a lot of possibilities for modders. Converting the text to a hex patch with DLPB's tools seems pretty straight forward, but comparing the ff7.exe's doesn't seem to be documented anywhere. 

128
Troubleshooting / Re: Red XIII model
« on: 2014-08-31 18:47:35 »
You wont, 7H replaces bootloader. Bootloader can be used to configure your video settings and mount the game, but you start the game through 7H.

129
Troubleshooting / Re: Red XIII model
« on: 2014-08-31 15:52:18 »
You'll get a faster response if you post to my thread. I only happened to see this because it was the last updated troubleshooting thread. So the field model isn't installing? Have you tried opening the model that's in the char.lgp in kimera? If so is it actually my model? It sounds like something isn't being installed or something. Another alternative is to just use the 7thHeaven version of the mod. It'll install the mod for you. My game installation tutorial will help you with setting up 7H, just skip ahead to step 10.

http://forums.qhimm.com/index.php?topic=15214.0

130
Releases / Re: [REL] Red Werewolf
« on: 2014-08-31 01:32:26 »
It's looking unlikely we'll be able to make a hex file for an altered ff7.exe so manual installation will probably be required. I'm planning to go back to the idea of using Wallmarket and creating a kernel patch with the new limits. For compatibility it would be ideal to make an option for each gameplay and story mod, but there's quite a few and honestly I'm burnt out from this project. By any chance is there a tool that can automatically patch kernel.bin files? Otherwise installation will require Wallmarket to apply the patch. It's an easy enough process and directions will be provided, that's probably the best that can be done.

131
Wow has it really been that long lol? For the most part I just need an idea of how to compare the executables. I understand what I need to do, but not actually how. I can figure it out with a quick explanation at least, but dup2 seems to have several different functions and I have no idea what they do, scripting and programming isn't my forte, and as not many seem to do something like this google has been rather unhelpful. If I can get a push in the right direction that would be great. I'm usually pretty good at figuring stuff out through trial and error and tons of profanity but programming is at the bottom of the priority list for me. I'm much more interested in finally mastering zbrush and it's overwhelmingly endless amounts of tools and features. Otherwise the Werewolf will just use it's custom .exe, or not have programmed limits.

132
So I have no idea how this tool works and google isn't very enlightening. The best I can find is apparently about making patches to exploit applications. Fun, but not the point. I tried the Search and Replace option, and compared the original .exe and the new one. I got this page here:



This doesn't look much, trying to read this doesn't seem likely. Is this what I'm looking for? Here's the output:

Code: [Select]
Searchpattern  : 04 00 00 00 2B 55 F4 66
Replacepattern : 03 ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001BAD6C
VirtualAddress: 005BB96C


Searchpattern  : 05 7D 53 0F BF 45 08 99
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001BADE2
VirtualAddress: 005BB9E2


Searchpattern  : 04 00 00 00 2B 45 FC 8B
Replacepattern : 03 ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001BADF5
VirtualAddress: 005BB9F5


Searchpattern  : 04 00 00 00 2B 55 FC 8B 45 0C 66 8B
Replacepattern : 03 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001BAE14
VirtualAddress: 005BBA14


Searchpattern  : 04 00 00 00 2B 55 FC 8B 45 0C 66 89
Replacepattern : 03 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001BAE28
VirtualAddress: 005BBA28


Searchpattern  : 04 7D 2C 8B 55 FC 8B 45 0C 0F BF 0C
Replacepattern : 03 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001BAE4D
VirtualAddress: 005BBA4D


Searchpattern  : 05 00 00 00 2B 45 FC EB 04 EB C5 B0
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001BAE71
VirtualAddress: 005BBA71


Searchpattern  : 30 75 00 00 76 07 C7 45 FC 30 75 00
Replacepattern : 0F 27 ?? ?? 7E ?? ?? ?? ?? 0F 27 ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001C6EE5
VirtualAddress: 005C7AE5


Searchpattern  : 30 75 00 00 76 07 C7 45 EC 30 75 00
Replacepattern : E7 03 ?? ?? 7E ?? ?? ?? ?? E7 03 ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001C6FDB
VirtualAddress: 005C7BDB


Searchpattern  : 2E 8B 45 FC 83 C0 01 89 45 FC 83 7D
Replacepattern : 09 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001CD924
VirtualAddress: 005CE524


Searchpattern  : 30 75 00 00 76 09 66 C7 05 90 68 C0
Replacepattern : 0F 27 ?? ?? 7E ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001CDC17
VirtualAddress: 005CE817


Searchpattern  : 30 75 0F BF 0D 92 68 C0 00 81 F9 30
Replacepattern : 0F 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? E7
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001CDC24
VirtualAddress: 005CE824


Searchpattern  : 75 00 00 76 09 66 C7 05 92 68 C0 00
Replacepattern : 03 ?? ?? 7E ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001CDC30
VirtualAddress: 005CE830


Searchpattern  : 30 75 0F BF 15 7C 68 C0 00 85 D2 7D
Replacepattern : E7 03 ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001CDC3C
VirtualAddress: 005CE83C


Searchpattern  : 30 75 8B 45 0C 66 C7 40 14 30 75 EB
Replacepattern : E7 03 ?? ?? ?? ?? ?? ?? ?? 0F 27 ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001CFA6C
VirtualAddress: 005D066C


Searchpattern  : 30 75 8B 55 0C 66 C7 42 14 30 75 5D
Replacepattern : 0F 27 ?? ?? ?? ?? ?? ?? ?? E7 03 ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001CFA80
VirtualAddress: 005D0680


Searchpattern  : 30 75 00 00 C7 45 F0 30 75 00 00 8B
Replacepattern : 0F 27 ?? ?? ?? ?? ?? E7 03 ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 001D9E95
VirtualAddress: 005DAA95


Searchpattern  : 30 75 00 00 8B 4D F8 51 E8 89 C3 0A
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 0021EAD4
VirtualAddress: 0061F6D4


Searchpattern  : 30 75 00 00 8B 55 F8 52 E8 CD C4 0A
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 0021EAE5
VirtualAddress: 0061F6E5


Searchpattern  : 30 75 00 00 8B 4D FC 51 E8 A8 C2 0A
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 0021EBB5
VirtualAddress: 0061F7B5


Searchpattern  : 30 75 00 00 8B 55 FC 52 E8 EC C3 0A
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 0021EBC6
VirtualAddress: 0061F7C6


Searchpattern  : 79 00 66 C7 45 F2 01 00 8B 55 10 69 D2 84 00 00
Replacepattern : 63 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C4E78
VirtualAddress: 006C5A78


Searchpattern  : 79 00 66 C7 45 F2 01 00 8B 45 10 69 C0 84 00 00
Replacepattern : 63 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C4EF1
VirtualAddress: 006C5AF1


Searchpattern  : 05 8B 45 10 69 C0 84 00 00 00 33 C9 66 8B 88 B8
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C511B
VirtualAddress: 006C5D1B


Searchpattern  : 05 8B 45 10 69 C0 84 00 00 00 33 C9 66 8B 88 C4
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5158
VirtualAddress: 006C5D58


Searchpattern  : 5C 50 E8 BA 39 03 00 83 C4 18 8B 4D 14 51 6A 05
Replacepattern : 51 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5178
VirtualAddress: 006C5D78


Searchpattern  : 05 8B 4D 10 69 C9 84 00 00 00 33 D2 66 8B 91 BC
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C51BE
VirtualAddress: 006C5DBE


Searchpattern  : 05 8B 4D 10 69 C9 84 00 00 00 33 D2 66 8B 91 C6
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C51FA
VirtualAddress: 006C5DFA


Searchpattern  : 5C 51 E8 18 39 03 00 83 C4 18 8B 55 14 52 6A 00
Replacepattern : 51 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C521A
VirtualAddress: 006C5E1A


Searchpattern  : 53 51 E8 AF 1D 03 00 83 C4 28 8B 55 14 52 6A 00
Replacepattern : 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5245
VirtualAddress: 006C5E45


Searchpattern  : 53 51 E8 84 1D 03 00 83 C4 28 8B E5 5D C3 55 8B
Replacepattern : 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5270
VirtualAddress: 006C5E70


Searchpattern  : 79 00 66 C7 45 F2 01 00 8B 55 10 69 D2 40 04 00
Replacepattern : 63 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C56D5
VirtualAddress: 006C62D5


Searchpattern  : 79 00 66 C7 45 F2 01 00 8B 45 10 69 C0 40 04 00
Replacepattern : 63 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C574E
VirtualAddress: 006C634E


Searchpattern  : 05 8B 55 10 69 D2 40 04 00 00 0F BF 82 A8 A4 DB
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C58FA
VirtualAddress: 006C64FA


Searchpattern  : 05 8B 55 10 69 D2 40 04 00 00 0F BF 82 AA A4 DB
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5935
VirtualAddress: 006C6535


Searchpattern  : 5C 52 E8 DF 31 03 00 83 C4 18 8B 45 14 50 6A 05
Replacepattern : 51 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5953
VirtualAddress: 006C6553


Searchpattern  : 05 8B 45 10 69 C0 40 04 00 00 0F BF 88 AC A4 DB
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5999
VirtualAddress: 006C6599


Searchpattern  : 05 8B 45 10 69 C0 40 04 00 00 0F BF 88 AE A4 DB
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C59D4
VirtualAddress: 006C65D4


Searchpattern  : 5C 50 E8 40 31 03 00 83 C4 18 8B 4D 14 51 6A 00
Replacepattern : 51 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C59F2
VirtualAddress: 006C65F2


Searchpattern  : 53 50 E8 D7 15 03 00 83 C4 28 8B 4D 14 51 6A 00
Replacepattern : 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5A1D
VirtualAddress: 006C661D


Searchpattern  : 53 50 E8 AC 15 03 00 83 C4 28 8B 4D DC 69 C9 84
Replacepattern : 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002C5A48
VirtualAddress: 006C6648


Searchpattern  : 76 20 8B 45 08 69 C0 40 04 00 00 8B 4D 08 69 C9 40 04 00 00 66 8B 90 AA
Replacepattern : 7E ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002CAEE1
VirtualAddress: 006CBAE1


Searchpattern  : 76 20 8B 45 08 69 C0 40 04 00 00 8B 4D 08 69 C9 40 04 00 00 66 8B 90 AE
Replacepattern : 7E ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002CB036
VirtualAddress: 006CBC36


Searchpattern  : B7 01 0F BF 45 08 6B C0 16 05 AB 01 00 00 66 89 45 EA 66 C7 45 EC 38 00
Replacepattern : CD ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 2D ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DBD87
VirtualAddress: 006DC987


Searchpattern  : F6 01 0F BF 55 08 6B D2 16 81 C2 AB 01 00 00 66 89 55 EA 66 C7 45 EC 38
Replacepattern : 01 02 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 2D
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DBE0B
VirtualAddress: 006DCA0B


Searchpattern  : B0 00 00 00 6A 3C 6A 00 90 90 90 90 B8 8B 01 00 00 50 68 44 01 00 00 E8
Replacepattern : 90 ?? ?? ?? ?? 31 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 5A ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DC9F6
VirtualAddress: 006DD5F6


Searchpattern  : 05 0F BF 45 E8 8B 0C 85 A0 3A DC 00 C1 F9 08 51 0F BF 55 E8 6B D2 16 81 C2 9C 01 00 00 52 68 B7 01 00 00 E8 BB BE 01 00
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? CD ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DCC56
VirtualAddress: 006DD856


Searchpattern  : 05 0F BF 45 E8 8B 0C 85 A0 3A DC 00 C1 F9 08 51 0F BF 55 E8 6B D2 16 81 C2 9C 01 00 00 52 68 B7 01 00 00 E8 86 BE 01 00
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? CD ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DCC8B
VirtualAddress: 006DD88B


Searchpattern  : 05 0F BF 45 E8 69 C0 40 04 00 00 8B 4D FC 0F BF 54 01 12 52 0F BF 45 E8 C1 E0 05 05 88 08 00 00 50 68 61 01 00 00 E8 D4
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DCD3A
VirtualAddress: 006DD93A


Searchpattern  : 05 0F BF 45 E8 8B 0C 85 D0 3A DC 00 C1 F9 08 51 0F BF 55 E8 6B D2 16 81 C2 9C 01 00 00 52 68 F6 01 00 00 E8 67 BD 01 00
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 01 02 ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DCDAA
VirtualAddress: 006DD9AA


Searchpattern  : 05 0F BF 45 E8 8B 0C 85 D0 3A DC 00 C1 F9 08 51 0F BF 55 E8 6B D2 16 81 C2 9C 01 00 00 52 68 F6 01 00 00 E8 32 BD 01 00
Replacepattern : 04 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 01 02 ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002DCDDF
VirtualAddress: 006DD9DF


Searchpattern  : 30 75 00 00 77 16 8B 45 E8 69 C0 84 00 00 00 33 C9 66 8B 88 B8 FD DB 00 85 C9 75 12 8B 55 E8 69 D2 84 00 00 00 66 C7 82
Replacepattern : 0F 27 ?? ?? 7F ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 002E3AEB
VirtualAddress: 006E46EB


Searchpattern  : 30 75 00 00 8B 0D D4 16 DD 00 51 E8 3F 7F FB FF 83 C4 08 68 07 01 00 00 E8 D2 1C 03 00 83 C4 04 EB 0A 6A 03 E8 C6 1C 03
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 00312F1B
VirtualAddress: 00713B1B


Searchpattern  : 30 75 00 00 8B 15 D4 16 DD 00 52 E8 3C 7E FB FF 83 C4 08 68 07 01 00 00 E8 CF 1B 03 00 83 C4 04 EB 0A 6A 03 E8 C3 1B 03
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 0031301E
VirtualAddress: 00713C1E


Searchpattern  : 30 75 00 00 8B 0D 8C 1A DD 00 51 E8 7E 4C FB FF 83 C4 08 8B 55 C4 80 CE 02 52 E8 0F 4F FB FF 83 C4 04 66 8B 45 C4 50 E8
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 00316331
VirtualAddress: 00716F31


Searchpattern  : 30 75 00 00 8B 45 E0 50 E8 A7 49 FB FF 83 C4 08 68 30 75 00 00 8B 4D E0 51 E8 EB 4A FB FF 83 C4 08 EB A4 68 07 01 00 00
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 003164B6
VirtualAddress: 007170B6


Searchpattern  : 30 75 00 00 8B 0D 8C 1A DD 00 51 E8 EA 48 FB FF 83 C4 08 8B 55 C4 80 CE 02 52 E8 D0 4C FB FF 83 C4 04 66 8B 45 C4 50 E8
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 00316570
VirtualAddress: 00717170


Searchpattern  : 30 75 00 00 8B 15 8C 1A DD 00 52 E8 47 48 FB FF 83 C4 08 68 30 75 00 00 A1 8C 1A DD 00 50 E8 89 49 FB FF 83 C4 08 8B 4D
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 00316613
VirtualAddress: 00717213


Searchpattern  : 30 75 00 00 8B 55 E0 52 E8 48 47 FB FF 83 C4 08 68 30 75 00 00 8B 45 E0 50 E8 8C 48 FB FF 83 C4 08 EB A4 68 07 01 00 00
Replacepattern : 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 10 27 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .text
RawOffset     : 00316715
VirtualAddress: 00717315


Searchpattern  : 0E 00 28 41 4E 00 00 00 00 00 00 00 00 00 34 4F 4B 41 49 00 34 45 49 4F 00 00 00 00 00 00 24 41 49 4F 48 00 00 00 00 00
Replacepattern : 00 28 41 4E 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 00511D52
VirtualAddress: 00913352


Searchpattern  : 0E 00 38 00 00 00 00 00 00 00 00 00 00 00 30 55 44 44 49 4E 47 00 30 52 49 4E 43 45 00 00 22 55 52 4B 45 00 00 00 00 00
Replacepattern : 00 38 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 00511E32
VirtualAddress: 00913432


Searchpattern  : 24 4F 57 4E FF FF FF FF FF FF FF FF FF FF FF FF 33 54 49 4D 55 4C 41 4E 54 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Replacepattern : 34 41 49 4C ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005121A0
VirtualAddress: 009137A0


Searchpattern  : 49 5A 45 52 FF FF FF FF FF FF FF FF FF FF FF FF 23 41 54 07 53 00 22 45 4C 4C FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Replacepattern : 4C 49 5A 45 52 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005121D0
VirtualAddress: 009137D0


Searchpattern  : 2D 45 47 41 4C 49 58 49 52 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 25 54 48 45 52 00 34 55 52 42 4F FF FF FF FF FF
Replacepattern : 2C 41 53 54 00 25 4C ?? 58 49 52 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 00512270
VirtualAddress: 00913870


Searchpattern  : 0D 30 4F 54 49 4F 4E FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 29 43 45 00 23 52 59 53 54 41 4C FF FF FF FF FF FF FF
Replacepattern : 47 48 00 30 4F 54 49 4F 4E ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005122A2
VirtualAddress: 009138A2


Searchpattern  : 4A 01 00 00 E8 29 21 DE FF E9 C7 9A DC FF 68 4A 01 00 00 E8 1A 21 DE FF E9 6B 9A DC FF 68 FF 00 00 00 E8 03 42 DE FF E9
Replacepattern : 60 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 60 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005123D1
VirtualAddress: 009139D1


Searchpattern  : 52 FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 33 4F 55
Replacepattern : 55 52 FF ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005188B3
VirtualAddress: 00919EB3


Searchpattern  : 52 00 49 53 00 42 52 4F 4B 45 4E 0E FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 37 45 41 50 4F 4E 00 49 53 00 42 52
Replacepattern : 55 52 00 49 53 00 42 52 4F 4B 45 4E 0E FF ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051D72C
VirtualAddress: 0091ED2C


Searchpattern  : 82 FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 25 4C 45 4D 45 4E 54 FF 00 00
Replacepattern : 3B 33 34 21 32 34 3D FF ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051DC0A
VirtualAddress: 0091F20A


Searchpattern  : 27 00 FF 00 00 23 00 50 00 50 00 13 23 11 30 FF FF FF FF FF FF FF FF 00 00 FF FF FF FF 00 FF 00 00 FF FF 51 00 51 00 00
Replacepattern : FF ?? ?? ?? ?? FF FF 83 ?? 83 ?? ?? 3F ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051E4A9
VirtualAddress: 0091FAA9


Searchpattern  : 53 00 53 00 13 25 11 14 FF FF FF FF FF FF FF FF 00 00 CF FF FF FF 00 FF 00 00 FF FF 55 00 55 00 97 26 11 0A FF FF 00 0A
Replacepattern : 85 ?? 85 ?? ?? 41 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051E4E8
VirtualAddress: 0091FAE8


Searchpattern  : 28 11 1E FF FF 00 05 FF FF FF FF 00 00 FF FF FF FF 00 FF 00 00 FF FF 59 00 59 00 17 29 11 7D FF FF FF FF FF FF FF FF 00
Replacepattern : 43 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051E541
VirtualAddress: 0091FB41


Searchpattern  : 53 45 FF 00 00 00 00 00 00 00 25 56 41 53 49 4F 4E FF 00 00 00 00 00 00 00 2D 41 47 49 43 00 21 54 4B 0E FF 00 00 00 00
Replacepattern : 43 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051F2D3
VirtualAddress: 009208D3


Searchpattern  : 53 45 FF 00 00 00 00 25 56 41 53 49 4F 4E FF 00 00 00 00 2D 41 47 49 43 00 21 54 4B 0E FF 00 2D 41 47 49 43 00 24 45 46
Replacepattern : 43 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051F43D
VirtualAddress: 00920A3D


Searchpattern  : A0 00 C2 00 0A 00 68 00 9A 00 16 01 49 00 02 01 11 01 BC 00 F6 00 FB 00 77 00 19 01 6D 00 17 00 18 00 66 00 89 00 FD 00
Replacepattern : 8B ?? ?? ?? ?? ?? ?? ?? 9B ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051FF54
VirtualAddress: 00921554


Searchpattern  : 8D 00 93 00 A8 00 7B 00 55 00 41 00 ED 00 A6 00 51 00 58 00 E4 00 01 00 6A 00 F9 00 39 00 B5 00 14 01 25 00 F0 00 A7 00
Replacepattern : 8E ?? 94 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051FFA0
VirtualAddress: 009215A0


Searchpattern  : 98 00 A4 00 FC 00 92 00 27 01 22 00 CC 00 BD 00 8A 00 E8 00 E3 00 C5 00 28 01 C9 00 B8 00 24 00 56 00 6B 00 2F 00 07 00
Replacepattern : 9A ?? ?? ?? ?? ?? 93 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0051FFDA
VirtualAddress: 009215DA


Searchpattern  : 9D 00 E9 00 3E 00 EE 00 8C 00 3B 00 48 00 70 00 28 01 27 01 26 01 25 01 24 01 23 01 22 01 21 01 20 01 1F 01 1E 01 1D 01
Replacepattern : 9E ?? ?? ?? ?? ?? ?? ?? 8D ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0052000A
VirtualAddress: 0092160A


Searchpattern  : 95 00 0B 00 08 00 D7 00 17 01 8B 00 A1 00 AB 00 69 00 0D 01 3D 00 40 00 34 00 B1 00 C8 00 84 00 24 01 BB 00 9E 00 63 00
Replacepattern : 96 ?? ?? ?? ?? ?? ?? ?? ?? ?? 8C ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 9F ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0052005E
VirtualAddress: 0092165E


Searchpattern  : 96 00 44 00 F8 00 E0 00 4B 00 C3 00 9F 00 A9 00 AC 00 61 00 F1 00 64 00 04 00 32 00 97 00 C7 00 E7 00 85 00 EA 00 14 00
Replacepattern : 97 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? A0 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 98 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 00520098
VirtualAddress: 00921698


Searchpattern  : 8F 00 6E 00 AD 00 5C 00 03 01 D2 00 0F 00 23 01 21 01 53 00 18 01 D1 00 FA 00 F5 00 12 01 CB 00 BE 00 EC 00 82 00 62 00
Replacepattern : 90 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005200C2
VirtualAddress: 009216C2


Searchpattern  : 91 00 1B 01 30 00 19 00 C4 00 27 00 75 00 33 00 88 00 15 01 9B 00 1A 00 5D 00 DF 00 B9 00 4E 00 26 01 6C 00 16 00 DA 00
Replacepattern : 92 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 9C ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005200F2
VirtualAddress: 009216F2


Searchpattern  : 9C 00 D5 00 E5 00 D8 00 DE 00 20 01 C1 00 1D 00 90 00 10 00 F7 00 79 00 BA 00 3A 00 99 00 1B 00 81 00 0E 01 AA 00 21 00
Replacepattern : 9D ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 91 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 0052012A
VirtualAddress: 0092172A


Searchpattern  : 94 00 2B 00 CF 00 1C 00 45 00 06 01 2C 00 B7 00 28 00 CA 00 0F 01 2D 00 FF 00 F3 00 72 00 52 00 83 00 1E 01 76 00 C0 00
Replacepattern : 95 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 00520184
VirtualAddress: 00921784


Searchpattern  : 8E 00 09 01 E6 00 D6 00 38 00 D3 00 23 00 DB 00 1D 01 0A 01 7C 00 1D 1E 21 22 23 45 2B 24 20 26 27 28 54 2A 46 47 1C 04
Replacepattern : 8F ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005201B2
VirtualAddress: 009217B2


Searchpattern  : FF 00 00 00 00 00 34 49 46 41 FF 00 00 00 00 00 00 00 21 45 52 49 54 48 FF 00 00 00 00 00 32 45 44 00 38 29 29 29 FF 00
Replacepattern : 54 FF ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 005206CA
VirtualAddress: 00921CCA


Searchpattern  : 36 45 47 45 54 41 42 4C 45 00 33 54 4F 52 45 FF 00 00 00 00 21 43 43 45 53 53 4F 52 59 00 33 54 4F 52 45 FF 00 00 00 00
Replacepattern : 27 52 45 ?? 4E 47 52 4F 43 45 52 FF 00 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
Match          : 1
Comment        :    *generated by dUP*
-------------------------
PE-Section    : .data
RawOffset     : 00521A2C
VirtualAddress: 0092302C



133
General Discussion / Re: A community flevel project
« on: 2014-08-30 02:57:18 »
Hey Kaldarsha was this ever publicly released somewhere, like with the Reunion or your unshaded models? You have a lot of great fixes and additions here.

134
Releases / Re: [REL] Red Werewolf
« on: 2014-08-30 01:23:57 »
Update to show new model size. He towers over Cloud now, he's about the same height as Vincent but is as thick and muscular looking as Barret. It's pretty badass.


135
Releases / Re: [REL] Red Werewolf
« on: 2014-08-29 16:57:30 »
The model has been enlarged to near prehistorical proportions so it'll now be about Vincents height or so, and I fixed the animations so the wolf doesn't seem to float and his feet no longer stick through the ground. The limits will be completed this evening so an official release will be ready very soon. Kuroda what's the status on the field model files? Did you say they're done or are you putting them together now? When they're ready can you send them over please? That's the last real piece needed for an official release, which we'd like to do this evening if possible.

136
By the way, is there any documentation for the mini game models so we can make other models compatible with them?

137
Sounds good to me man. I'll redo the limits within the next hour. Do you understand the rest of it? I'll send the new .exe youre way. I'm going to enlarge the crap out of the model then.

138
Releases / Re: [REL] Red Werewolf
« on: 2014-08-28 15:34:17 »
Something happened with the animation. I tried replacing it with the original one though and he still does that, just leaned over now. I have no idea why...

Really? Well damn that's probably why I guess. I guess I'll try another 50% increase than. A Werewolf shorter than Cloud isn't very imposing.

139
Releases / Re: [REL] Red Werewolf
« on: 2014-08-28 13:43:48 »
We'll need to figure out the hex file for the ff7.exe. Then it wont conflict with other mods. Otherwise sharing will be easy. For the simplest installation I'll put together an iro for 7thHeaven, so using the mod wont be difficult at all. Otherwise those who prefer direct installation with lgps will know how to install the model. 

Thought Berserker Dance would work fine since it used the Galian Beast skeleton, I didn't realize it was the same as his attack animation. I'll set it to something else than. So that should be fine and I can fix this within five minutes. I need an idea of how we put together the hex file though.

Also can the rwab file effect the models size by any chance? I have no idea why he's shorter than Cloud, the model shouldn't be much shorter than the original.

~Just did a size comparison in kimera, the Werewolf is quite bigger than the original Galian Beast.

140
Releases / Re: [REL] Red Werewolf
« on: 2014-08-28 00:21:23 »
I tested the limit breaks and found a few issues. First the model's size is way off. He is shoulder height with Cloud, and almost half of Vincents height. I did resize bones, but not nearly enough for that and the pieces were within the same size as the originals. I even enlarged the model 15% already. Does the model need to be enlarged again or can something else effect the models size in game? Secondly the animations need more work. I didn't check all of them but in the idle it looks like he's floating, his feet keep rising of the ground, and in the running he's about a foot of the ground. So those all need a quick look through for adjustments. The worst of it though is my altered ff7.exe crashed the game. I finally built up his limit break to test the replaced sled fang (I swapped it for Berserker Dance) and the game froze when I used it. Now if it matters, when I altered the limits I changed the animation id, and the camera options too. I figured they should match the limit being used right? I didn't test the other limit I swapped for Live Wire yet, but Berserker Dance should have worked since it belongs with the Galian Beast.

141
Releases / Re: [REL] Red Werewolf
« on: 2014-08-27 23:11:54 »
I got the limits done with Libre but I cant save the changes. I made a copy of ff7.exe to my desktop and opened that with the tool. I replaced the limits breaks not compatible with the new skeletons, and then hit patch ff7.exe in the file options. It doesn't do anything. How do I save my settings?

~Ok so apprently it wont save to a back up of the .exe, but it will save to the one in my game install. So it maybe done, I'll test the changed limits. Question though, what does this effect when I hit save? I have a back up of my ff7.exe, but does it alter anything else for the pc game? Can I just replace my .exe with the backup, or am I going to need to reinstall my game after this?

142
Releases / Re: [REL] Red Werewolf
« on: 2014-08-26 23:15:58 »
I'm pretty sure the Galian Beast's skeleton structure isn't going to like using Red XIII's limit breaks.

Exactly. Ok, so I can alter the ff7.exe to do the limits, and we have a nice long list of compatible ones, but I'll need help exporting them. I either need documentation on how to do this (even just something put together really quick) or I can pm the new .exe to someone who knows how to do it and volunteers.

143
Releases / Re: [REL] Red Werewolf
« on: 2014-08-26 17:29:19 »
But this means that he will create another FF7.exe. But if he can extract the changed hex code and make a hext.txt file for DLPB's launcher then it would be the best way.

aaaand now I'm lost lol. I know more about modeling, I'm not much of a programmer. This sounds like a good plan, but I'm not sure how to extract ff7.exe and make a hext.txt file.

144
Releases / Re: [REL] Red Werewolf
« on: 2014-08-26 13:10:50 »
I like that idea, I'll give this a try later. When I'm done what file is actually altered than?

145
Releases / Re: [REL] Red Werewolf
« on: 2014-08-26 00:05:54 »
I had once the idea to use a tool which compares two files which each other (for the flevel.lgp) but it didn't work as I hoped it would.
http://sourceforge.net/p/winmerge/news/2013/02/winmerge-2140-stable-released/
Maybe it works better with the kernels because they are in the bin format. You could also ask the Dark Penguin Lord of the Sith, if he knows a good program for this undertaking.  ;)


May the Ubuntu strong in you

lol thanks Kaldarasha. It's definitely worth checking out so the model is easier to use with gameplay mods.

146
FF7 Tools / Re: [FF7PC] Mod manager - 7thHeaven (v1.29)
« on: 2014-08-25 18:15:27 »
New version v1.30: https://mega.co.nz/#!SVlVWD4A!49almnriOetNxk0Y7vZXiMHGwLwUxH3jPgJPJg5BPaY

If you have v1.29 installed then it will hopefully offer to update automatically.

Fix: Catalog refresh didn't update UI straight away
New: Compression support for IRO archives
New: Patch support for IRO archives

Explanation:

1) Compression. When you create a IRO archive you can choose whether to compress the files in it. This makes the IRO smaller (faster download or install, smaller disk space) but COULD mean it slows things down when running the game - because it will have to wait for a file to be decompressed, when it tries to access the file...

The options when creating a IRO are:

Never: Do not compress files at all.
Always: Always compress files. Probably not a good idea.
By Extension: Do not compress PNG, JPG, MP3, OGG files. Compress all other files. Probably a good idea, there is no point trying to compress a file which is already quite well compressed.
By Content: TRY to compress every file, but if it saves < 10% size, then do not bother. Will take longer to create the archive but should only compress files, which will actually benefit.

I have tested this and it works for me, but, like always, perhaps there are bugs so please try it and tell me :)


2) Patch support.

Imagine you have a big IRO file - music, movies, lots of PNGs, could be anything - and it is 1GB to download. Well, OK, it has to be that big if the files are high quality/long. Then you find a bug and want to release a new version - maybe a few of the PNGs need to be updated with a transparent fix. It is not very good for everybody to download the new 1GB mod again, when you have only changed 5MB of PNG files...

So, what you can do now is:

-When you upload the first version of the mod, you upload the large 1GB IRO file
-Then you make a new version. You still probably upload a new 1GB IRO file with the latest version - for people who are downloading the mod for the first time - but 7H will also let you create a patch file. This is a smaller file that contains only the changes between the first IRO and the newer IRO, so if you have only updated 5MB of files, it will only be ~5MB in size.
-If you include a link to this patch file in your catalog, 7H will automatically work out if the user has a version which can be patched, and if yes, it will download and apply the patch instead of downloading the whole thing again.

To make a patch file, there is a new tab on the IRO screen in 7H. You tell it where the original IRO is, where the new version IRO is, and where to save the patch. You also choose whether to compress files, same as creating a new IRO.

The catalog should look like this:

Code: [Select]
<?xml version="1.0"?>
<Catalog>
  <UpdatedOn>2013-08-08 13:34</UpdatedOn>
  <Mods>
    <Mod>
      <ID>BFAE987C-C1E6-C451-8139-FF039842D72E</ID>
      <Author>Iros</Author>
      <Link>http://forums.qhimm.com/</Link>
      <Name>Test music/patching</Name>
      <MetaVersion>1</MetaVersion>
      <Description>Testing music in a IRO archive</Description>
      <Tags>
        <string>Music</string>
      </Tags>
      <LatestVersion>
        <Link>iros://Url/http$www.myserver.com/7H/Music2.iro</Link>
        <Version>2.0</Version>
        <ReleaseDate>2014-08-08</ReleaseDate>
        <CompatibleGameVersions>Original</CompatibleGameVersions>
        <PreviewImage></PreviewImage>
        <ReleaseNotes></ReleaseNotes>
      </LatestVersion>
      <Patch VerFrom="1.0" VerTo="2.0">iros://Url/http$www.myserver.com/7H/Music_1_to_2.irop</Patch>
    </Mod>
  </Mods>
</Catalog>

The "Patch" line says which version(s) the patch can update and what version it updates you to, and has the link for downloading the patch file 7H has created.

Questions? :)

The Patch feature is confusing. Do I just put together a catalog with a small iro with just the new updated files necessary? That's what I thought, but the create patch tab doesn't make sense. Being able to upload patches so I don't have to update large mods right away would be helpful.

147
Releases / Re: [REL] Red Werewolf
« on: 2014-08-25 17:45:42 »
It's the whole kernel folder. I have no idea how kernel patches work or anything and no one said anything about it. I literally just changed Red XIII's limits though, otherwise it's default. So it would be a small file if I can export it.

If anyone knows how that works I can just export a patch file to simplify compatibility.

148
Releases / Re: [REL] Red Werewolf
« on: 2014-08-25 13:37:27 »
I configured the limits with Wallmarket. This could have been done sooner, but I was having trouble exporting the kernel file in a way the game could actually read it. Doesn't seem to work that way. They need to actually be tested to confirm everything works but I don't think it'll be an issue. Mainly just waiting on the field model files for the animations now.

149
Releases / Re: [REL] Red Werewolf
« on: 2014-08-23 22:56:25 »
I'll try the limits again but I'm making it up as I go. I have experience with Wallmarket but I'm not sure how to export a file with the new limits that can just be added to the kernel folder or something. At best I can save the whole thing, but it'll require everyone replace their whole kernel.bin files to install this. I'll try Libre again, I'm not sure how to replace a characters limits with another but I maybe able to figure it out.

150
General Discussion / Re: Kimera
« on: 2014-08-23 03:04:23 »
If you get an error when opening kimera it'll tell you what file you need to install. They're generally very easy to find online.

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 35