Camera angle

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
withoutgod
New user
Posts: 1
Joined: 24 Jun 2014, 17:29

Camera angle

Post by withoutgod »

Hi

I would like to set my in-game view angle to 100% top-down, is that possible?

Thanks:)
User avatar
bendib
Regular
Regular
Posts: 1011
Joined: 29 Aug 2010, 05:22
Location: Imeuta
Contact:

Re: Camera angle

Post by bendib »

No. Afraid not.
Also known as Subsentient.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Camera angle

Post by NoQ »

All you can do is rotate the camera with the right mouse button.
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

Re: Camera angle

Post by Berg »

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

Post by franconian »

bendib wrote:No. Afraid not.
That's true – and it's 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. :-)
User avatar
Rman Virgil
Professional
Professional
Posts: 3812
Joined: 25 Sep 2006, 01:06
Location: USA

Re: Camera angle

Post by Rman Virgil »

.

Are there any downsides to making this part of the stock distro ?
.
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Camera angle

Post by vexed »

Rman Virgil wrote:.

Are there any downsides to making this part of the stock distro ?
.
Yes, performance issues.

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.
User avatar
Rman Virgil
Professional
Professional
Posts: 3812
Joined: 25 Sep 2006, 01:06
Location: USA

Re: Camera angle

Post by Rman Virgil »

.

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. .

.
Post Reply