| 01-03-2003, 09:09 PM | #1 |
Post any comments and suggestions in THIS thread. Also, all updates and news will be posted in this thread. |
| 01-03-2003, 09:37 PM | #2 | |
Just a warning, someone must have been having a bad day because one of the other threads I just read had some, uneeded stuff in it. Example Quote:
His software is very nice I like it. WinMPQ was not working for me gave me some bizarre error than died. So I looked around found his and it worked for me. I have not needed to import/export for awhile so I have not been able to play with it. I wish you Luck Dude on your Program :infth: DKSlayer |
| 01-04-2003, 12:15 AM | #3 |
DKSlayer> As winmpq no longer uses MPQControl, you should be able to get it to work, try dling it and all of the required files As for TechMPQ... it would not be that hard to make it decent. Take the list screen, and integrate all of the other functions into it. Theres a reason why all of the other archive editors with full guis do it that way. Also, stop bundling storm.dll, sfmpq.dll doesn't need it. |
| 01-04-2003, 01:03 AM | #4 |
The GUI will be the next revision. Right now I'm porting the program to my DLL, which is actually increasing the speed of the program even more. Once I get done with more important things, I will work on the GUI. The program is extremely simple to use and is very easy for beginners to pick up on. That was the original idea of the GUI. I will play around with different ideas as I have time. Also, knighking, the program is faster than WinMPQ and preforms MPQ file handling function faster as well because there is not file read/write screens from VB. Edit: What I was meaning to say was that VB does not have direct access to Windows file handling functions. |
| 01-04-2003, 02:46 AM | #5 |
It doesn't matter what VB has access to. All file writing is handled by sfmpq.dll, which a) is the same thing that you use, and b) written in C++. I'll agree that TechMPQ is faster than WinMPQ, but not that much. |
| 01-04-2003, 07:42 AM | #6 |
Ummmmmm..... So this n00b just wants to learn how to use the dern thing! The tutorials on this website don't cover techMPQ, and are, if you ask me, not very noobish tutorials, if you know what i mean (i had no idea what the hell Zepir was talking about :( ). 3d guy's tutorial was easy enough to follow, should I use that as a guideline or is there a website that details (in an idiot-friendly way) how to use it? Thanks in advance... |
| 01-04-2003, 07:51 AM | #7 |
Am I the only one who realizes how funny that is? |
| 01-04-2003, 01:12 PM | #8 |
Shadow Flare's Library does NOT do file hadling functions, just MPQ reading/writing functions. YES it does matter, and YES I know; I programmed all the file handling functions for my program myself. It's funny hearing all this bullshit from someone that I can tell has never programmed at all, let alone something this complicated. |
| 01-04-2003, 07:31 PM | #9 |
Guest | My only suggestion is to have a list of files in the MPQ and you can add file into the mpq with having to type in it and broswing through your computer. If you could do that i would quit WinMPQ and use TechMPQ more often |
| 01-04-2003, 09:28 PM | #10 |
Actually, I have programmed many things, including a clone of mpq2k using sfmpqapi. Guess what? Its really easy. If its hard for you, you suck at programming, and TechMPQ does support that. |
| 01-04-2003, 09:48 PM | #11 |
Guest | Just out of curiosity, what file handling functions would an mpq editor need other than mpq reading and writing? |
| 01-04-2003, 09:53 PM | #12 | |
Quote:
Writing to disk after reading from the MPQ... |
| 01-04-2003, 09:55 PM | #13 |
Unless you just store the whole thing in memory, which would be much faster. |
| 01-04-2003, 10:27 PM | #14 |
I'm not sure if you are understanding the process correctly. You have to read the files that are inside the MPQ to a buffer(usually in pieces), and then write the buffer out to a file. |
| 01-04-2003, 10:30 PM | #15 |
Or just store it in the buffer... Uses huge amount of ram, but actually writing the stuff isn't nessisary. |
