Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Help
»
Editing settings through game files?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Editing settings through game files? (Read 277 times)
Mrmii21
December 26, 2013, 09:44:09 AM
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?
Ad Bot
Advertisement
Swollow
December 26, 2013, 11:14:22 AM
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
Mrmii21
December 26, 2013, 01:49:38 PM
That worked.
For some odd reason, there wasn't a number there for me.
It was just this:
$pref::Player::defaultFov = "";
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Help
»
Editing settings through game files?