Author Topic: VP Combiner  (Read 3928 times)

0 Members and 1 Guest are viewing this topic.

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Blah, in preparation to making the mediaVP, I've slapped some more features on to make it very easy for me.

  • Directories can be added through the source box
  • Directories can be deleted in the directory tree
  • If a directory is specified in the output box, the VP will be extracted there


Outputting directories: Note that the data folder will be extracted in the directory specified, along with any other top-level dirs.
Inputting directories: The specified directory will be added as a top-level dir, BUT if it is not named data, you can add it as such. A dialog box will ask you if you want to.

Oh yeah, the link is the same as always
-C

 

Offline JarC

  • 28
BIG bug on 2K here...when closing using the Close button (X top-right) instead of exit, the window hangs and won't accept any input, need to do task-kill to get rid of it
Use the WiKi Luke
See You @ WIGGY's

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
he's forgetting to call
            PostQuitMessage(0);
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

  

Offline WMCoolmon

  • Purveyor of space crack
  • 213
If only...blehg.

Code: [Select]
case WM_CLOSE:
case WM_DESTROY:
PostQuitMessage(0);
break;
-C