Log in

View Full Version : [Release] Easy DunDef Quick Compress/Decompress



DBD_DarkFox
09-22-2012, 11:43 AM
First off, this is my first post. I am officially starting my own brand of DunDef Mods called FoxMods. No website is available and I wouldn't post it anyway because of advertising.

Second, this is just a quick method to compress and decompress dungeon defenders save games without having to type in a cmd box everytime. This uses what is called "batch" (.bat)

I program RSPS (runescape private servers) which uses batch files all the time. i can write almost anything to do with your PC using batch file, such as unlocking a secret administrator account (most of you should know this XD).

Anyway,

THIS IS ASSUMING YOU ALREADY HAVE EVERYTHING ELSE.


Step1: Open Notepad and put this inside


@echo off
title DunDef Decompressor
c:\ddmods\dd.exe -c c:\ddmods\save.decompress c:\ddmods\DunDefHeroes.dun
pause

Click File -> Save As -> type in compress.bat as all file types. Save it somewhere so you know where its at. (ie. Desktop)

Thats all for compress.




STEP 2: Open a new notepad and put this inside:


@echo off
title DunDef Decompressor
c:\ddmods\dd.exe -d c:\ddmods\DunDefHeroes.dun c:\ddmods\save.decompress
pause

Click File -> Save As -> type in decompress.bat as all file types. Save it somewhere so you know where its at. (ie. Desktop)

If you did this correctly, you should now have two file types that look like this:

9589



All you gotta do now is is make a folder in your C:/ with dd.exe and and your DunDefHeroes save called ddmods. Done.


In case if someone didnt know:

Put this in another notepad and save it as ACTIVATE.bat
@echo off
title Activate Secret Admin
net user administrator /active:yes


If something has been posted like this before, sorry. Just thought I'd help alittle :D
If this was posted in wrong section, please move it or notify me and I will repost.

iH8 Fr0st
09-22-2012, 03:44 PM
Already posted by fairchild

DBD_DarkFox
09-22-2012, 10:07 PM
This isnt a GUI or an EXE. Its a batch file which calles dd.exe and quickly compresses and decompresses dundef data.
Please link me.

DBD_DarkFox
09-26-2012, 08:34 AM
IDK felt like bumping for the hell of it.

Wanted to point out, that this does NOT decompress or compress by itself. This quick calls the DD.exe file that Fairchild that made, and either decompresses, or compresses. This is not a compressor/decompressor. This is just a batch that calls a file.

And no duh this was made by FairChild. How about you read the code you're putting into a a notepad first before you decide to act smart for a change. TY.