Arcade Stick layout

The place for all discussion on gaming hardware
Post Reply
User avatar
Michaelm
Posts: 1091
Joined: Mon Sep 12, 2005 1:13 am
Location: Western ignorant scum country

Arcade Stick layout

Post by Michaelm »

Does anybody know where to find good arcade stick layouts ?
Preferably like the Hori RAP.
destructor
Posts: 119
Joined: Tue Dec 20, 2005 3:49 pm

Post by destructor »

User avatar
Michaelm
Posts: 1091
Joined: Mon Sep 12, 2005 1:13 am
Location: Western ignorant scum country

Post by Michaelm »

Thanks !

But actually I meant something I could print out to mark the holes and stuff.
User avatar
iatneH
Posts: 3202
Joined: Tue Jan 25, 2005 11:09 pm
Location: Vancouver, BC, Canada

Post by iatneH »

What I did was visit my local arcade, and sat down at a Blast City cabinet with a notepad, tape measure, and pencil.

Keep in mind that NeoGeo layouts are a bit different from Capcom-style layouts...
User avatar
oxtsu
Posts: 965
Joined: Tue Jan 25, 2005 10:14 pm
Location: USA - Oklahoma City

Post by oxtsu »

User avatar
Michaelm
Posts: 1091
Joined: Mon Sep 12, 2005 1:13 am
Location: Western ignorant scum country

Post by Michaelm »

Ah yes, thanks ! I could remember seeing that thread but couldn't find it when I searched.
I have installed ghostscript and gsview and can view both designs.
The one by flow is allmost what I need.
Unfortunatly I don't know any postscript and can't get any wiser looking at the source.
I would like the 2 smaller buttons to be like the HRAP too.
If flow or anybody else that knows postscript could change the below source for me that would be great !
Thanks in advance !
fl0w wrote:OK, I've revamped the layout sent by oxtsu in postscript, here it is:

Code: Select all

%! 

/cm { 
  72 mul 
  2.54 div 
} def 

/mm { 
  72 mul 
  25.4 div 
} def 


/button { 
  gsave 

  0 0 1.5 cm 0 360 arc 
  stroke 

  0 90 360 { 
    newpath 
    gsave 
      0 0 moveto 
      rotate 
      1.5 cm 0 rlineto 

      0 0 moveto 
      45 rotate 
      1 cm 0 rlineto 

      stroke 
    grestore 

  } for 
  grestore 
} def %button 

/smallbutton {
gsave
  24 30 div dup scale
  button
grestore
} def %smallbutton

/button4 {

gsave
  button
  33 mm 14 mm translate
  button
  36 mm -6 mm translate
  button
  34 mm -15 mm translate
  button
grestore
} def %button4

12 cm 4 cm translate 
90 rotate %landscape

  smallbutton %stick

  59.5 mm -13.5 mm translate
  button4
  
  gsave
  7 mm 38.5 mm translate
  button4
  grestore

  %option buttons
  33 36 34 66.5 add add add mm 14 -6 -15 4 add add add mm translate
  smallbutton
  
  0 34 mm translate
  smallbutton

showpage
imho the stick is really close to the buttons, I find this a bit disturbing :-/

Enjoy !
fl0w
Posts: 250
Joined: Tue Jun 14, 2005 5:47 pm

Post by fl0w »

I'm here :P

I have a better version at home, with the screw holes for a Happ Competition stick, I'll upload it later. I'll also try to upload a photograph of my stick-in-progress if my camera accepts to work :-/

I can do changes for you, but you'll have to tell me exactly what you want?
np: Image
User avatar
Michaelm
Posts: 1091
Joined: Mon Sep 12, 2005 1:13 am
Location: Western ignorant scum country

Post by Michaelm »

Hiya flow !

Well I would like the 2 smaller buttons that are now on the far right side to be over the big buttons just like the HRAP has it. It doesn't have to be precisely, just so it resembles the HRAP more.

Code: Select all

So it is like this:

    B B B B  S
J  
    B B B B  S

And I would like it like this:

         S S
    B B B B
J
    B B B B

J= joystick hole
B= big button
S= small button
So the joystick hole and big buttons hole are perfect, ony the 2 smaller buttons need to be moved. Thanks for taking the time !

On another note.
I was thinking of using MDF to build the case.
Does anybody know how thick the MDF has to be for this ?
Would 8mm be enough or should I take 12mm ?
fl0w
Posts: 250
Joined: Tue Jun 14, 2005 5:47 pm

Post by fl0w »

I've posted my actual design in the other thread:

http://shmups.system11.org/viewtopic.ph ... 210#130210
np: Image
User avatar
Michaelm
Posts: 1091
Joined: Mon Sep 12, 2005 1:13 am
Location: Western ignorant scum country

Post by Michaelm »

Thanks alot flow !!
It's great !
Post Reply