About Store Forum Documentation Contact



Post Reply 
View Range
Author Message
Arikin Offline
Member

Post: #1
View Range
Hello, I want to ask about settings for far view. I mean I need much much bigger view range than normal,
I set
Code:
D.viewRange(1000);
and I can see further, but not exactly, It cuts tiles which seems to be out of default view range.
[Image: teren.png]

What I need to set to see further?
08-13-2010 02:17 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: View Range
you should set it before loading world,

or if not then you can just call also Game::World.activeRange (from my memory)
08-13-2010 02:57 PM
Find all posts by this user Quote this message in a reply
Arikin Offline
Member

Post: #3
RE: View Range
Thanks! Putted in PreInit and works perfect.
08-13-2010 04:40 PM
Find all posts by this user Quote this message in a reply
Post Reply