Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML file FOV changes work for vehicles, but not for on foot/aiming #18

Open
knux199112719 opened this issue Apr 22, 2023 · 0 comments
Open

Comments

@knux199112719
Copy link

knux199112719 commented Apr 22, 2023

Not sure why, but the vehicle FOVs change when I exceed the maximum value on the in-game slider via the XML file (and look great, thanks so much!!), but for some reason I can't seem to get the on-foot FOV or the aiming FOV to exceed the maximum value. Here's my code:

<camPreset>
    <modelName>0</modelName>
    <firstPersonVehicleCam>
        <Preset name="fov" type="float">75</Preset>
    </firstPersonVehicleCam>
</camPreset>
<camPreset>
    <modelName>player_one</modelName>
    <firstPersonPedCam>
    <Preset name="fov" type="float">90</Preset>
        <Preset name="aimingFov" type="float">90</Preset>
    </firstPersonPedCam>
</camPreset>

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant