Okay, let me explain what I'm doin here....
I'm using a custom game type that uses an interaction to draw on the HUD. Once I go to record, (using recDemo) my interface on playback dissapears (that's through the community>viewdemo thingy). I don't know if it's becuase it's accessing a different playercontroller or player or what, but I'm not sure how to hack my way around it.
ANy advice?
EDIT:
Okay, so I did my research and it seems that my custom Player class is getting overrided by DemoRecSpectator. Since I'm grabbing my interaction from the player class, that' s what is causing the problem. Is there any way around this?
I'm using a custom game type that uses an interaction to draw on the HUD. Once I go to record, (using recDemo) my interface on playback dissapears (that's through the community>viewdemo thingy). I don't know if it's becuase it's accessing a different playercontroller or player or what, but I'm not sure how to hack my way around it.
ANy advice?
EDIT:
Okay, so I did my research and it seems that my custom Player class is getting overrided by DemoRecSpectator. Since I'm grabbing my interaction from the player class, that' s what is causing the problem. Is there any way around this?