Author Topic: Editing settings through game files?  (Read 277 times)

I want to know where I can find the game's settings WITHOUT going into the game, so I can modify them. Specifically, I'm looking for the FOV setting. Help?

Blockland\Config\Client\prefs.cs
the variable in that file for modifying the FOV is
$pref::Player::defaultFov = "90";
just change the number inside the parenthesis don't change anything else as you might get unintended results

That worked.
For some odd reason, there wasn't a number there for me.
It was just this:
$pref::Player::defaultFov = "";