- Thread starter
- #61
papinho81
Champions League
@papinho81 Annoying question time #743 for meš¤£ ....You know how you managed to extract the user instant replay camera...is it possible to extract that information from a particular stadium's replay camera? Vitality Stadium is obviously lower than other broadcast cameras, and the replay camera itself is really nice (and even lower again), so I wondered if this was possible? I tried using the original replay camera from your pack 3 with a stadium that was already set to Vitality but that didn't do the trick.
Not crucial, just a thought.
I actually didn't extract the camera. I just tried a bunch of values from the exe and others replays camera xml in the line cameraName of the CameraInstance block of the gameplay_camera.xml file.
Code:
<CameraInstance>
<property name="cameraName" type="string" value="UserGameplayCamera" />
I suspect the stadium to stadium variations to be coded in the bcgameplay_ID.dat files in the data\bcdata\camera folder and/or the cameradata.big file of the data\camera folder. But I have never been able to decrypt and edit those ufortunately.