psforever / PSPack

A tool to work with PlanetSide 1's pack file format.
Other
3 stars 3 forks source link

Begin tool versioning and create banner #6

Closed pschord closed 8 years ago

pschord commented 8 years ago

Tool needs a version number and an accompanying sexy banner. Maybe show a packing / unpacking action (i.e smaller boxes strewn about).

Example 1:

    .+------+
  .' -.~` .'|
 +------+'  |   PlanetSide Pack version 1.0
 | PS   |   |     by Chord for PSForever
 | Pack +   +
 | v1.0 | .' 
 +------+'   

Example 2:

                         .dds
      .str       .wav
           .srf             .lst

   .inc        .+------+
             .' -.~` .'|   .mp3
      .dds  +------+'  |           ==($$ PlanetSide Pack version 1.0 $$)==
            | PS   |   |                    by Chord for PSForever
  .adb      | Pack +   +
            | v1.0 | .'     .trn
            +------+'
     .mpo
                 .water
        .offshore
psmook commented 8 years ago

It may not be what you were looking for specifically, but here's what I came up with:

https://github.com/psmook/PSPack-Win/blob/master/pspack.c#L51

pschord commented 8 years ago

Done in #10