How can I change the FOV but not speed using commands?
Is there a way to change the field of view using a command in Minecraft, without changing the walk speed? I'm talking about the option that, at its max, is labeled "Quake Pro".
I'm working on a top-down adventure map where the player is placed above a world (20 blocks or so) with FOV=30. When you get into a fight every 10 block walks or so it'll teleport you into a battle field where ideally your FOV would be around 70 (normal).
I tried increasing the speed effect of the player inside of fights but it's uncomfortable to fight when you're walking much quicker than normal.
I could slow down the walking speed of the player outside of battles, but then you get the same problem - you end up walking too slowly on the world map, and that's no good either.
EDIT: PS The method should work in 1.10.
Best Answer
If it's not a problem, you can apply a speed debuff to armour through the use of attributes. If you do this, you can increase both the speed and the FOV with the Speed potion effect, then the attribute modifier on the boots will slow the player down. It'd take ages to tinker with and may have some odd consequences when jumping.
Just use this command as a base to start with to give the players boots, and play around with both the potency of the speed effect and the modifier on the boots.
/give @a minecraft:leather_boots 1 0 {AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"speedDebuff",Slot:"feet",UUIDMost:1,UUIDLeast:1,Operation:1,Amount:-0.1}]}
Change the Amount:-0.1 at the end. This currently modifies the players speed by -0.1, or -10% (they're the same thing).
Pictures about "How can I change the FOV but not speed using commands?"



Can you change FOV with commands Minecraft?
This command would let you set your FOV (Field of view) by simply typing in /fov set {insert FOV here} when entered it would change your FOV immediatley. This would be a great addition to the game and save so much time instead of having to take the time to go into settings and change it manually. :D.How do you change the FOV quickly in Minecraft?
Simply go to the menu, select \u201cGame Settings,\u201d pick \u201cvideo,\u201d and you'll spot the POV slider on your screen.420 FOV in Minecraft
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Ketut Subiyanto, Ketut Subiyanto, Anete Lusina, Ketut Subiyanto
