Author Topic: Golden Arrow Gottlieb 1977 FS Direct B2s  (Read 6414 times)

0 Members and 1 Guest are viewing this topic.

Offline Itchigo

  • Victory is mine!!
  • Administrator
  • Pinball Wizard
  • *****
  • Posts: 1,423
  • Country: us
  • Karma: +10/-0
Golden Arrow Gottlieb 1977 FS Direct B2s
« on: September 04, 2014, 11:43:38 PM »
Golden Arrow Gottlieb 1977 FS Direct B2s

This is a rotation of the Leon (Pinball Person) vp8 from IRP. I had to clean up the aprons a bit because of pixelation. I found a nice backglass somewhere (not from a pinball site) and used it. The numbers are a bit big but it looks nice. Don't let the graphics fool you, it plays nice. This has been a favorite vp8 on my laptop, but the bells were wrong, and I got used to the ones it came with, still, I put the correct ones in here.

Permission to Mod: Yes.





http://roguepinball.com/index.php?action=downloads;sa=view;down=294
Tremble in fear! Behold my Bankai!


Offline randr

  • Full Member
  • ***
  • Posts: 107
  • Country: us
  • Karma: +0/-0
Re: Golden Arrow Gottlieb 1977 FS Direct B2s
« Reply #1 on: September 07, 2014, 09:07:12 AM »
What do I need to change so start is 1 rather than s?

Offline randr

  • Full Member
  • ***
  • Posts: 107
  • Country: us
  • Karma: +0/-0
Re: Golden Arrow Gottlieb 1977 FS Direct B2s
« Reply #2 on: September 07, 2014, 09:39:00 AM »
Toledo table is same way

Offline Itchigo

  • Victory is mine!!
  • Administrator
  • Pinball Wizard
  • *****
  • Posts: 1,423
  • Country: us
  • Karma: +10/-0
Re: Golden Arrow Gottlieb 1977 FS Direct B2s
« Reply #3 on: September 07, 2014, 05:52:58 PM »
In the script look for:

    if keycode = 31 and credit>0

This is usually in Keyup or Keydown

Change the 31 to whatever you want. Having all these as VP8 Desktops on my laptop taught me to make my start button 1 AND S in XPadder.


Code: [Select]
VP Keycodes:
    0            =  11
    1            =   2
    2            =   3
    3            =   4
    4            =   5
    5            =   6
    6            =   7
    7            =   8
    8            =   9
    9            =  10
    A            =  30
    ADD          =  78
    APOSTROPHE   =  40
    AT           = 145
    AX           = 150
    B            =  48
    BACK         =  14
    BACKSLASH    =  43
    BACKSPACE    =  14
    C            =  46
    CALCULATOR   = 161
    CAPSLOCK     =  58
    COLON        = 146
    COMMA        =  51
    D            =  32
    DECIMAL      =  83
    DELETE       = 211
    DIVIDE       = 181
    DOWN         = 208
    DOWNARROW    = 208
    E            =  18
    END          = 207
    EQUALS       =  13
    ESCAPE       =   1
    F            =  33
    F1           =  59
    F2           =  60
    F3           =  61
    F4           =  62
    F5           =  63
    F6           =  64
    F7           =  65
    F8           =  66
    F9           =  67
    F10          =  68
    F11          =  87
    F12          =  88
    F13          = 100
    F14          = 101
    F15          = 102
    G            =  34
    H            =  35
    HOME         = 199
    I            =  23
    INSERT       = 210
    J            =  36
    K            =  37
    L            =  38
    LALT         =  56
    LBRACKET     =  26
    LCONTROL     =  29
    LEFTARROW    = 203
    LSHIFT       =  42
    LWIN         = 219
    M            =  50
    MINUS        =  12
    MULTIPLY     =  55
    N            =  49
    NUMLOCK      =  69
    NUMPAD0      =  82
    NUMPAD1      =  79
    NUMPAD2      =  80
    NUMPAD3      =  81
    NUMPAD4      =  75
    NUMPAD5      =  76
    NUMPAD6      =  77
    NUMPAD7      =  71
    NUMPAD8      =  72
    NUMPAD9      =  73
    NUMPADCOMMA  = 179
    NUMPADENTER  = 156
    NUMPADEQUALS = 141
    NUMPADMINUS  =  74
    NUMPADPERIOD =  83
    NUMPADPLUS   =  78
    NUMPADSLASH  = 181
    NUMPADSTAR   =  55
    O            =  24
    P            =  25
    PAUSE        = 197
    PERIOD       =  52
    PGDN         = 209
    PGUP         = 201
    Q            =  16
    R            =  19
    RALT         = 184
    RBRACKET     =  27
    RCONTROL     = 157
    RETURN       =  28
    RIGHT        = 205
    RIGHTARROW   = 205
    RMENU        = 184
    RSHIFT       =  54
    RWIN         = 220
    S            =  31
    SCROLL       =  70
    SEMICOLON    =  39
    SLASH        =  53
    SPACE        =  57
    STOP         = 149
    T            =  20
    TAB          =  15
    U            =  22
    UNDERLINE    = 147
    UPARROW      = 200
    V            =  47
    W            =  17
    X            =  45
    Y            =  21
    Z            =  44

Tremble in fear! Behold my Bankai!


Offline randr

  • Full Member
  • ***
  • Posts: 107
  • Country: us
  • Karma: +0/-0
Re: Golden Arrow Gottlieb 1977 FS Direct B2s
« Reply #4 on: September 07, 2014, 08:47:09 PM »
Thanks.. Worked perfectly

Offline gigalula

  • Newbie
  • *
  • Posts: 4
  • Country: ca
  • Karma: +0/-0
Re: Golden Arrow Gottlieb 1977 FS Direct B2s
« Reply #5 on: October 07, 2014, 03:02:17 PM »
Thanks ;)