Rampage: Total Destruction (Wii) with Arcade Controls

Channel:
Subscribers:
4,700
Published on ● Video Link: https://www.youtube.com/watch?v=SVVYLAD4alE



Duration: 2:12
5,365 views
25


UPDATE: I found an easier way to get this game to work with a classic controller style setup.

Here is a file that you can load into Dolphin:
https://drive.google.com/drive/folders/1ruOMtgxbM6w3cYCbt67b65c6y8L24wtT?usp=sharing

If not, here are the instructions:

This is based on an Xbox 360 layout. Substitute the buttons you prefer:
(Basic Controls)
Map your X button to A
Map your Y button to B
(Motion Controls)
Enter the following for Shake X, Y and Z:
smooth(`Button A`, 0, 0.3) ⋗ 0
Enter the following for Tilt Backward and Swing Down:
if(`Button B`,timer(1/15),0)

Note: Youtube won't allow a "greater than sign" in the description for some reason so replace the ⋗ with that.

Shake settings:
Deadzone 0%
Intensity 30cm
Frequency 10hz

Tilt settings:
Deadzone 0%
Angle 85 degrees
Velocity: 30.00 Hz

Swing settings:
Deadzone 0%
Distance 50cm
Speed 30 m/s
Return speed 10 m/s
Angle 90 degrees


****OLD METHOD***

Rampage: Total Destruction for the Wii had 10 exclusive monsters and 1 exclusive city however the controls were terrible. I have mapped everything to standard arcade buttons instead of the motion controls. Easier said than done. The trick is to use Auto Hot Key with the script I've made below. It plays with 4 buttons like a Neo Geo set up.

A: Jump
B: Punch
C: Swing
D: Smash

Jump and Punch are mapped normally to the A and B buttons.
Shaking is mapped as follows:
Player 1:
T= Shake X
Y= Shake Y
U= Shake Z

Player 2:
J= Shake X
K= Shake Y
L= Shake Z

None of the keys used in game are mapped directly to the shake buttons. Instead the O and P keys are used for player 1 and the X and C keys are used for player 2.

Then the following script is used:

SetKeyDelay, 0, 50
;tyu jkl
;op xc

o::
Send, {y Down}
Sleep, 1
Send, {y Down}
Send, t
Sleep, 1
Send, {y Down}
Send, t
Sleep, 1
Send, {y Down}
Send, t
Sleep, 1
Send, {y Up}
return


SetKeyDelay, 0, 50

p::
Send, {u Down}
Sleep, 1
Send, {u Down}
Send, y
Sleep, 1
Send, {u Down}
Send, y
Sleep, 1
Send, {u Down}
Send, y
Sleep, 1
Send, {u Down}
Send, y
Sleep, 1
Send, {u Down}
Send, y
Sleep, 1
Send, {u Up}
return



SetKeyDelay, 0, 50

x::
Send, {k Down}
Sleep, 1
Send, {k Down}
Send, j
Sleep, 1
Send, {k Down}
Send, j
Sleep, 1
Send, {k Down}
Send, j
Sleep, 1
Send, {k Up}
return

SetKeyDelay, 0, 50
c::
Send, {l Down}
Sleep, 1
Send, {l Down}
Send, k
Sleep, 1
Send, {l Down}
Send, k
Sleep, 1
Send, {l Down}
Send, k
Sleep, 1
Send, {l Down}
Send, k
Sleep, 1
Send, {l Down}
Send, k
Sleep, 1
Send, {l Up}
return







Tags:
Rampage: Total Destruction (Video Game)
Arcade Game (Video Game Platform)
midway
Midway Games (Video Game Developer)
rampage
lizzie
george
gaming
games
emulator
dolphin
Video Game (Industry)



Other Statistics

Rampage: Total Destruction Statistics For DarthMarino

At this time, DarthMarino has 209,898 views for Rampage: Total Destruction spread across 3 videos. Less than an hour worth of Rampage: Total Destruction videos were uploaded to his channel, less than 0.84% of the total video content that DarthMarino has uploaded to YouTube.