[N/A] Text and Hex Editors - Hext Tools 3.0

  • Thread starter Thread starter DLPB_
  • Start date Start date
Status
Not open for further replies.
D

DLPB_

Guest
HEXT TOOLS 3.0

I have created 7 tools for programmers and modders. 
These programs are part of the collection found HERE.

Donate HERE

HextCompare
Compares the bytes (binary data) of two files and then lists all differences in a Hext format instruction list.

HextEdit
A hex editor that uses a Hext format instruction list.

HextLaunch
A launcher that can edit memory using a Hext format instruction list. It can also inject DLLs.

Hextract
Extracts file data from user-provided addresses to a Hext format instruction list.

HextSort
Simplifies and sorts Hext format instruction lists.

ListLoad
Stores a list of your favourite programs.
ListLoad can run files/programs and inject DLLs.

TextMod
A multipurpose text editor.
Especially good for modifying config files at run time,
or batch editing a large number of text files.

================Simple Music Alarm 3.4================
A standard music alarm (plays mp3, wav, ogg) using bass.dll. Comes with an event reminder, stopwatch, and countdown timer. And it's simple - hence the name.

Download HERE
 
Last edited:
Looking forward to the other two tools. Hext.dll looks great.
 
I've also created a new multi dll.  I had some kind of problem with kranmer's when using kranmer.dll and hext.dll.

multi.dll is here

Place all dll's in folder called dll which goes in game root.
Obviously aalis config will need the line changing to multi
 
Last edited:
It is my first dll.  Didn't realise it was so simple.
Forgive me if I implied that your project was simple. I am sure you put allot of love and craft into it.
 
Forgive me if I implied that your project was simple. I am sure you put allot of love and craft into it.
No I was being literal!  It really is simple.  Just very time consuming (to log user errors and so forth).   I was certainly not being sarcastic or replying to you in that fashion  :P
 
No I was being literal!  It really is simple.  Just very time consuming (to log user errors and so forth).   I was certainly not being sarcastic or replying to you in that fashion  :-P
I understand. :?:

I also understand that I must be annoying to certain users when I try to ask them for help, my bad.
 
Last edited:
I am currently fixing up the memory editing part of HextEditor. I have been doing it all backwards.  Up until now I thought I had to do

loop i to 1000000
myarray(i):=$dd
changememory (myarray(i))
end of loop

when the actual changememory part can take in the array rather than single value and change the address to all the new values instantly like

loop i to 1000000
myarray(i):=$dd
end of loop
changememory (myarray)

Very basic really.  And I love delphi for that.
 
Last edited:
1 or 2 serious problems with Hext (that people prob wont see for a while but eventually they would). I;ve fixed them too.  Please wait until 1.0 is officially released.

Massive speed up with both hext and hexteditor now too!
 
Last edited:
next up... adding support for key shortcuts in the dll...  tests have all gone fine.
 
I tried shortcuts but making them work with custom text files is a real hassle and the idea is shelved for now.  Trainers should be made manually and placed in ff7 with my multi dll.  Simple.

Hext.dll 1.0 is now released.  Give it a whirl and let me know what you think!

As ever, read the readme.
 
1.01 is released, same link.  Mainly fixed the fact lowercase hex were not being edited.  Lower and upper are now fine.
 
To give people an idea of how easy editing is from now on, install Hext.dll as above and place this file into the Hext folder:

http://dl.dropbox.com/u/36889302/FF7/22-Save.txt

Now load ff7 and you should be able to save anywhere.  All patches are now as simple as this, and Menu Overhaul will largely be added using this system.
 
Hext 2.0 released.  Now also supports memory permissions.  I now consider this a finished article.  :)  Anything else will be bug fixes.
 
Of course. And use my multi dll since it works better.
I have added it in the first post.
 
Last edited:
TextChange 1.0 is added to main post.  I rewrote a lot of my older "Replacer" program.  Seems to work as intended (after a very annoying piece of logic was solved).  Especially good for those of you who want to edit config files like ini, but also good for batch changes to large numbers of text files.

Let me know how you get on.  It may seem complicated at first but any help I will be here. Check the example folder and the instruct folder before you use.  It will help.
 
I've just finished my loader and dll injector for apps.  Remembers your programs too.  very simple.  very effective, and should allow 2012 ff7 users and any other game users to use hext.dll (and any other dll)

Simple is best.  ini is king.

More testing and cleaning up and that will be released here too.
 
I am waiting for Kranmer and Luksy now, need a word about the newest dll and then should be good to test this all on 2012 version.
 
Status
Not open for further replies.
Back
Top