ID:156909
![]() Jul 4 2010, 1:17 pm
|
|
Odd question, I need to lower a players field of view from the default one. Any tips on achieving this?
|
You can use either the world/view or client/view variables. world/view sets the default client/view, while client/view will allow you set different view sizes on a client by client basis during runtime (of course, you can also define it at compile time if you prefer it over world/view).
If you want to limit the view of all players, it's as simple as this:
world/view = "7x7"
Which of course limits the view to 7 x 7 tiles. |
client.view=number you want added onto the login