Saturns
04-27-2011, 02:19 AM
Hey folks,
Trying to figure something out and haven't been able to find it here or googling.
I've got the 3rd person cam from the epic tutorials working (http://udn.epicgames.com/Three/BasicGameQuickStart.html)
and now I'm trying to extend the UTTeam game code into it.
New to coding, so I'm probably missing a step in the logic flow of extensions, or maybe I'm totally off all together. Here is what I've done:
Created custom camera after extending from Camera
Created custom player controller that extends GamePlayerController and modifies CameraClass=class'MyMod.MyModPlayerCamera' via defaults
Then I created MyModGameInfo class to extend off GameInfo and added
PlayerControllerClass=class'MyMod.MyModPlayerContr oller'
Am I on the right track or waaayy off. Any help would be appreciated.
Thanks
Trying to figure something out and haven't been able to find it here or googling.
I've got the 3rd person cam from the epic tutorials working (http://udn.epicgames.com/Three/BasicGameQuickStart.html)
and now I'm trying to extend the UTTeam game code into it.
New to coding, so I'm probably missing a step in the logic flow of extensions, or maybe I'm totally off all together. Here is what I've done:
Created custom camera after extending from Camera
Created custom player controller that extends GamePlayerController and modifies CameraClass=class'MyMod.MyModPlayerCamera' via defaults
Then I created MyModGameInfo class to extend off GameInfo and added
PlayerControllerClass=class'MyMod.MyModPlayerContr oller'
Am I on the right track or waaayy off. Any help would be appreciated.
Thanks