View Single Post
Old 05-07-2008, 08:01 PM   #76 (permalink)
Jurai
Jr. Zuner
 
Join Date: Mar 2007
Posts: 30
Reputation: 20
$zB: 10
Donate
Default

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



Jurai is offline   Reply With Quote