(Solved)Fov editing

I've ran into this problem, I have increased my fov to 62.5 and the cross hair was right in the middle over my head. I didn't like that so I edited the x coordinate to 1.0 so it would be like vanilla (off to the right) I achieved what I wanted but if I turn the camera to the other side (looking back) my camera is vice versa (off to the left side) is there a way to lock that to only the right side camera angle?
(Edit) looking north I am getting left side camera angle
Looking south I am getting the right side camera angle
Looking east or west I'm getting the the middle camera angle. From what I'm seeing with settings in camera_free I probably won't be able to get what I want to acheive
 
Last edited:
Unfortunately I don't have a copy of the game right now to see which parameter to fix this, but I would recommend the Voliton's Table File editor so you can mouse over a variable name and see its description. It is quite annoying sometimes and asks for other .xtbl if it depends on any of them, though. Hope it helps!
https://github.com/volition-inc/Kinzies-Toy-Box/tree/master
(To download, press the green Code button > Download ZIP - you can find the table editor under tools > table_file_editor)

1732899083321.png
 
Unfortunately I don't have a copy of the game right now to see which parameter to fix this, but I would recommend the Voliton's Table File editor so you can mouse over a variable name and see its description. It is quite annoying sometimes and asks for other .xtbl if it depends on any of them, though. Hope it helps!
https://github.com/volition-inc/Kinzies-Toy-Box/tree/master
(To download, press the green Code button > Download ZIP - you can find the table editor under tools > table_file_editor)

View attachment 41995
I'll look into this. Thank you much
 
Unfortunately I don't have a copy of the game right now to see which parameter to fix this, but I would recommend the Voliton's Table File editor so you can mouse over a variable name and see its description. It is quite annoying sometimes and asks for other .xtbl if it depends on any of them, though. Hope it helps!
https://github.com/volition-inc/Kinzies-Toy-Box/tree/master
(To download, press the green Code button > Download ZIP - you can find the table editor under tools > table_file_editor)

View attachment 41995
I didn't have wifi but I did figure it out on my own. I didn't see the variable for <x_shift>0.0</x_shift>
I changed that to 1.0 and reverted the x coordinate back to 0.0
 
Back
Top