Puck
Not enough ratings
Player Camera Manager: Custom 1st/3rd Person View and FOV Switch (Italiano)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
22.016 KB
26 Jun @ 10:44pm
22 Jul @ 12:21pm
14 Change Notes ( view )

Subscribe to download
Player Camera Manager: Custom 1st/3rd Person View and FOV Switch (Italiano)

Description
Player Camera Manager: Custom 1st/3rd Person View and FOV Switch (Italiano)

  • Swap your FOV between two presets quickly in game
  • Add/subtract 10 to the current FOV
  • Automatically set FOV when selecting Goalie/Skater
  • Adjust the player camera Up/Down/Left/Right/Forward/Backward and maintain position
  • Reset the player camera to default view
  • Set player transparency

Download the mod, run Puck and enable it in the Mods menu to generate a new JSON file at the path below.

\Steam\steamapps\common\Puck\config\ItalianosFOVSwitchMod.json

Close Puck and edit the file to set your preferred FOV settings.

Change autoGoalieFOVb to true in the JSON file if you want your FOV automatically set to the FOVb value when selecting the Goalie position.

Camera Offsets are listed as X/Y/Z for positioning. Default Player Camera position is 0/1.8/0
Camera Offsets: +X = Right / -X = Left/ +Y = Up / -Y = Down / +Z = Forward / -Z = Backward

Key Commands:
  • '-' Button: Sets the Skater (FOVa) value from JSON file
  • '+' Button: Sets the Goalie (FOVb) value from JSON file

  • Ctrl & '-' Button: Decreases current FOV by 10
  • Ctrl & '+' Button: Increases current FOV by 10

  • Ctrl & Arrow Keys: Move player camera position Right/Left/Up/Down
  • Ctrl & Alt & Up or Down: Move player camera position Forward/Backward

  • Ctrl & '[': Decreases player transparency
  • Ctrl & ']': Increases player transparency

  • Ctrl & Alt & Backspace: Return to default camera position

Example Default JSON File
{ "_comment": "FOVa (Skater) uses '-' Button / FOVb (Goalie) uses '=' Button / set autoGoalieFOVb true or false to set goalie FOV when changing positions. FOVa is treated as skater and default for menus", "FOVa": 100.0, "FOVb": 110.0, "autoGoalieFOVb": false, "_comment2": "Camera Offsets: +X = Left / -X = Right / +Y = Up / -Y = Down / +Z = Forward / -Z = Backward", "SkaterOffsetX": "0", "SkaterOffsetY": "1.8", "SkaterOffsetZ": "0", "GoalieOffsetX": "0", "GoalieOffsetY": "1.8", "GoalieOffsetZ": "0", "skaterRenderBody": false, "goalieRenderBody": false, "skaterTransparency": "0.0", "goalieTransparency": "0.0", "enableCameraControls": true }
3 Comments
Herman Cayde-19  [author] 28 Jul @ 3:42pm 
@Salty12 - I haven't been able to recreate this, do you know when the JSON would get rewritten? Maybe on launch or after each game?

@Kel'Thuzad - Would be tough as is right now, but I want to make a better way to quick swap. I'll keep this in mind!
Salty12 27 Jul @ 8:09am 
I had to set the json file to read only because it kept getting rewritten for some reason. it still sometimes "loses" it's setting in game.
Great mod though. Thanks!
Kel'Thuzad 26 Jul @ 8:40am 
Could I make it so the left mouse button makes the switch, and switches back to default upon releasing it? If so, how?