M3tox / DFET

DFET is a tool that can be used to extract files from games that were made with the DreamFactory engine up to version 4.0.
GNU General Public License v3.0
10 stars 0 forks source link

Encode Function #3

Open asleep0natra1n opened 2 years ago

asleep0natra1n commented 2 years ago

How difficult would it be to reverse this process and allow the tool to "repackage" information.

It would be awesome to do a "remaster" of sorts for Titanic. I have had some decent success removing the high-pitched noise from the audio. Im also looking into possibly upscale the images.

Also, how difficult would it be to add a batch decode, encode process?

M3tox commented 2 years ago

If most of the Parameters from the file is known you can very well make your own files. In fact, thats what I did with another tool called "DFedit". It allows me to create my own SET files, so I can add new rooms, or change their waypoints, their images, etc. It can also convert wave files, but there are some issues with the RAM it seems. I was able to give it more Hertz, but its still 8bit mono. However, as for the upscaled images that won't work. The games viewport has a fixed witdth of 512 pixels. You can change this via the BOOTFILE, but if it would read images that are bigger/smaller than that, it would crash. This means that ALL images need to be upscaled first, also the items, the hud etc.