Hi
I would like to set my in-game view angle to 100% top-down, is that possible?
Thanks:)
Camera angle
-
bendib
- Regular

- Posts: 1016
- Joined: 29 Aug 2010, 05:22
- Location: Imeuta
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Camera angle
All you can do is rotate the camera with the right mouse button.
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
Berg
- Regular

- Posts: 2204
- Joined: 02 Sep 2007, 23:25
- Location: Australia
Re: Camera angle
You can use the numpad to rotate camera 4 and 5 also change the angle 8 and 2
-
franconian
- New user
- Posts: 2
- Joined: 17 Mar 2013, 02:45
Re: Camera angle
That's true – and it's not.bendib wrote:No. Afraid not.
We are talking about free software here – you can do whatever you want!
Just open src/display.h, scroll down to line number 200 (about) and change the line
#define MIN_PLAYER_X_ANGLE (-60)
into
#define MIN_PLAYER_X_ANGLE (-90)
I recommend to change the next line too, from
#define MAXDISTANCE (5000)
to
#define MAXDISTANCE (15000)
With this you may zoom-out further and get a better overview.
Now recompile the sources and enjoy your improved user interface.
-
Rman Virgil
- Professional

- Posts: 3812
- Joined: 25 Sep 2006, 01:06
- Location: USA
Re: Camera angle
.
Are there any downsides to making this part of the stock distro ?
.
Are there any downsides to making this part of the stock distro ?
.
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: Camera angle
Yes, performance issues.Rman Virgil wrote:.
Are there any downsides to making this part of the stock distro ?
.
BTW franconian, if you modify your own client for that, and play MP games with that advantage, that is considered cheating.
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
-
Rman Virgil
- Professional

- Posts: 3812
- Joined: 25 Sep 2006, 01:06
- Location: USA
Re: Camera angle
.
Thanks vexed, I was unsure if it came down to performance degradation... and didn't even think about it being interpreted as cheating in MP with the current official binary. .
.
Thanks vexed, I was unsure if it came down to performance degradation... and didn't even think about it being interpreted as cheating in MP with the current official binary. .
.