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
Click File -> Save As -> type in compress.bat as all file types. Save it somewhere so you know where its at. (ie. Desktop)Code:@echo off title DunDef Decompressor c:\ddmods\dd.exe -c c:\ddmods\save.decompress c:\ddmods\DunDefHeroes.dun pause
Thats all for compress.
STEP 2: Open a new notepad and put this inside:
Click File -> Save As -> type in decompress.bat as all file types. Save it somewhere so you know where its at. (ie. Desktop)Code:@echo off title DunDef Decompressor c:\ddmods\dd.exe -d c:\ddmods\DunDefHeroes.dun c:\ddmods\save.decompress pause
If you did this correctly, you should now have two file types that look like this:
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.



Reply With Quote




