User Tools

Site Tools


start

Aliens Theme Cabinet

Purpose

This wiki is to meant to describe how *Epyx* built his Aliens Themed MAME cabinet, provide as much as possible regarding dimensions and layout and eventually store derived cabinets from it.

The source this documentation was extracted from is here: http://forum.arcadecontrols.com/index.php/topic,96465.0.html

Here is the design vs reality shot the thread starts with:

Structure

The structure is currently vague as we're in the making. Let's see how this turns out.

Available designs

Extraction details

Just keeping this as a note: to extract all the photos from photobucket I followed the following steps:

  1. Copy each of the 12 pages URL which contains photos into URL Extractor
  2. Copy and past the URL Extractor into a text file saved locally and called links.txt
  3. Filter the newly created links.txt by typing
    grep -hr "bb312" links.txt  > page[1-12].txt
  4. Open all tabs from those text files by typing
    cat page[1-12].txt | xargs firefox -new-tab
  5. Save each image using “save image as…” from FireFox into a separate page[1-12] folder
  6. Convert all those webp images into png using dwebp
    for file in *.webp; do dwebp $file "`basename $file`" -o $file.png; done
    for f in *.webp.png ; do mv -- "$f" "$(basename -- "$f" .webp.png).png" ; done
  7. Convert all those png files using imagemagick
    mogrify -format jpg *.png

There is probably a way to do all this at once but since it is a one time process I just did it as it came…

Extra design considerations

start.txt · Last modified: 2023/06/05 17:16 by frederi