You can fix Galaxy Wars 3 to support first generation zunes, simply open the following file, Player.cs, found in:
GW3
+-Entities
+-Player.cs
do a find and replace on the following
find:
Buttons.LeftThumbstickRight
replace with:
Buttons.DPadRight
find:
Buttons.LeftThumbstickLeft
replace with:
Buttons.DPadLeft
find:
Buttons.LeftShoulder
replace with:
Buttons.A
(you could also add OR's to the thumbstick if's in order to make the code zune30 & zune80 compat at same time)
save the file, deploy, enjoy
Last edited by Jurai : 05-07-2008 at 08:04 PM.
Reason: afsd
|